COLOR #C99D66

HEX: #C99D66
RGB: (201,157,102)

Color info

#C99D66 contains mainly red and green colors. Web safe color of #C99D66 is #CC9966 (or #C96).

RGB color model

#C99D66 color RGB value is (201,157,102).

  • red value is 201;
  • green value is 157;
  • blue value is 102.
RGB:
(201,157,102)
(79%,62%,40%)

RGB channels and saturation

R 201 of 255 = 79%
G 157 of 255 = 62%
B 102 of 255 = 40%

201
157
102

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

Portions of RGB colors in percentages

R + G + B =
201 + 157 + 102 = 460 (100%)
R 201 of 460 ~ 43.7%
G 157 of 460 ~ 34.13%
B 102 of 460 ~ 22.17%

%43.7
%34.13
%22.17

CMYK color model

#C99D66 color CMYK value is (0,22,49,21).

  • cyan value is 0.00%
  • magenta value is 21.89%
  • yellow value is 49.25%
  • key color value is 21.18%
CMYK:
(0,22,49,21)
C0M22Y49K21 
(0%,22%,49%,21%)
(0.00/0.22/0.49/0.21)	

CMYK percentages

%0
%21.89
%49.25
%21.18

Codes

Color #C99D66 in popluar color models

C99D66
RGB201157102
HSL33°47.83%59.41%
HSB/HSV33°49.25%78.82%
CMYK0.00%21.89%49.25%
21.18%

Color #C99D66 in popluar number systems.

HEXC99D66
Decimal201157102
Binary11001001100111011100110
Octal311235146

Shades and tints

Shades of #C99D66

#C99D66
(201,157,102)
#B78F5D
(183,143,93)
#A58154
(165,129,84)
#93734B
(147,115,75)
#816542
(129,101,66)
#6F5739
(111,87,57)
#5D4930
(93,73,48)
#4B3B27
(75,59,39)
#392D1E
(57,45,30)
#271F15
(39,31,21)
#15110C
(21,17,12)
#000000
(0,0,0)

Tints of #C99D66

#C99D66
(201,157,102)
#CDA573
(205,165,115)
#D1AD80
(209,173,128)
#D5B58D
(213,181,141)
#D9BD9A
(217,189,154)
#DDC5A7
(221,197,167)
#E1CDB4
(225,205,180)
#E5D5C1
(229,213,193)
#E9DDCE
(233,221,206)
#EDE5DB
(237,229,219)
#F1EDE8
(241,237,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99D66 color. Also use rgb(201,157,102) instead hex code.

Text Font Color

.myTextColor { color: #C99D66; }

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

This text font color is #C99D66.


Background Color

.myBgColor { background-color: #C99D66; }

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

This div background color is #C99D66.


Border color

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

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

This div border color is #C99D66.


Opacity

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

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

Text with #C99D66 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 #C99D66;}

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

This text has shadow with #C99D66 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99D66 on black background.


Color preview on white background

This text has color #C99D66 on white background.



Black color preview on #C99D66 background

This text has black color on #C99D66 background.


White color preview on #C99D66 background

This text has white color on #C99D66 background.