COLOR #C66C42

HEX: #C66C42
RGB: (198,108,66)

Color info

#C66C42 contains mainly red color. Web safe color of #C66C42 is #CC6633 (or #C63).

RGB color model

#C66C42 color RGB value is (198,108,66).

  • red value is 198;
  • green value is 108;
  • blue value is 66.
RGB:
(198,108,66)
(78%,42%,26%)

RGB channels and saturation

R 198 of 255 = 78%
G 108 of 255 = 42%
B 66 of 255 = 26%

198
108
66

R + G + B ~ 49%. #C66C42 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
198 + 108 + 66 = 372 (100%)
R 198 of 372 ~ 53.23%
G 108 of 372 ~ 29.03%
B 66 of 372 ~ 17.74%

%53.23
%29.03
%17.74

CMYK color model

#C66C42 color CMYK value is (0,45,67,22).

  • cyan value is 0.00%
  • magenta value is 45.45%
  • yellow value is 66.67%
  • key color value is 22.35%
CMYK:
(0,45,67,22)
C0M45Y67K22 
(0%,45%,67%,22%)
(0.00/0.45/0.67/0.22)	

CMYK percentages

%0
%45.45
%66.67
%22.35

Codes

Color #C66C42 in popluar color models

C66C42
RGB19810866
HSL19°53.66%51.76%
HSB/HSV19°66.67%77.65%
CMYK0.00%45.45%66.67%
22.35%

Color #C66C42 in popluar number systems.

HEXC66C42
Decimal19810866
Binary1100011011011001000010
Octal306154102

Shades and tints

Shades of #C66C42

#C66C42
(198,108,66)
#B4633C
(180,99,60)
#A25A36
(162,90,54)
#905130
(144,81,48)
#7E482A
(126,72,42)
#6C3F24
(108,63,36)
#5A361E
(90,54,30)
#482D18
(72,45,24)
#362412
(54,36,18)
#241B0C
(36,27,12)
#121206
(18,18,6)
#000000
(0,0,0)

Tints of #C66C42

#C66C42
(198,108,66)
#CB7953
(203,121,83)
#D08664
(208,134,100)
#D59375
(213,147,117)
#DAA086
(218,160,134)
#DFAD97
(223,173,151)
#E4BAA8
(228,186,168)
#E9C7B9
(233,199,185)
#EED4CA
(238,212,202)
#F3E1DB
(243,225,219)
#F8EEEC
(248,238,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C66C42 color. Also use rgb(198,108,66) instead hex code.

Text Font Color

.myTextColor { color: #C66C42; }

<p style="color:#C66C42">This sample text font color is #C66C42.</p>

This text font color is #C66C42.


Background Color

.myBgColor { background-color: #C66C42; }

<div style="background-color:#C66C42">Inner text</div>

This div background color is #C66C42.


Border color

.myBorderColor { border: 1px solid #C66C42; }

<div style="border:3px solid #C66C42">Div</div>

This div border color is #C66C42.


Opacity

.myOpacity80 { color: #C66C42; opacity: 0.8; }

<p style="color:#C66C42;opacity:0.8;">80%</p>

Text with #C66C42 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C66C42;}

<p style="text-shadow: 3px 3px 1px #C66C42">Text here.</p>

This text has shadow with #C66C42 color.

.textShadow {text-shadow: 3px 3px 1px #C66C42, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C66C42, 5px 5px 20px red">Text here.</p>

This text has shadow with #C66C42 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C66C42, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C66C42, Direction=45, Strength=4)">Text</p>

This text has shadow with #C66C42 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #C66C42;
  -webkit-box-shadow:	1px 1px 3px 2px #C66C42;
  box-shadow:		1px 1px 3px 2px #C66C42;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C66C42;
-webkit-box-shadow: 1px 1px 3px 2px #C66C42;
box-shadow:1px 1px 3px 2px #C66C42;">
Div content here</div>
This div box has shadow with color #C66C42.

Preview

Color preview on black background

This text has color #C66C42 on black background.


Color preview on white background

This text has color #C66C42 on white background.



Black color preview on #C66C42 background

This text has black color on #C66C42 background.


White color preview on #C66C42 background

This text has white color on #C66C42 background.