COLOR #C9A66C

HEX: #C9A66C
RGB: (201,166,108)

Color info

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

RGB color model

#C9A66C color RGB value is (201,166,108).

  • red value is 201;
  • green value is 166;
  • blue value is 108.
RGB:
(201,166,108)
(79%,65%,42%)

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 108 of 255 = 42%

201
166
108

R + G + B ~ 62%. #C9A66C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 166 + 108 = 475 (100%)
R 201 of 475 ~ 42.32%
G 166 of 475 ~ 34.95%
B 108 of 475 ~ 22.74%

%42.32
%34.95
%22.74

CMYK color model

#C9A66C color CMYK value is (0,17,46,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 46.27%
  • key color value is 21.18%
CMYK:
(0,17,46,21)
C0M17Y46K21 
(0%,17%,46%,21%)
(0.00/0.17/0.46/0.21)	

CMYK percentages

%0
%17.41
%46.27
%21.18

Codes

Color #C9A66C in popluar color models

C9A66C
RGB201166108
HSL37°46.27%60.59%
HSB/HSV37°46.27%78.82%
CMYK0.00%17.41%46.27%
21.18%

Color #C9A66C in popluar number systems.

HEXC9A66C
Decimal201166108
Binary11001001101001101101100
Octal311246154

Shades and tints

Shades of #C9A66C

#C9A66C
(201,166,108)
#B79763
(183,151,99)
#A5885A
(165,136,90)
#937951
(147,121,81)
#816A48
(129,106,72)
#6F5B3F
(111,91,63)
#5D4C36
(93,76,54)
#4B3D2D
(75,61,45)
#392E24
(57,46,36)
#271F1B
(39,31,27)
#151012
(21,16,18)
#000000
(0,0,0)

Tints of #C9A66C

#C9A66C
(201,166,108)
#CDAE79
(205,174,121)
#D1B686
(209,182,134)
#D5BE93
(213,190,147)
#D9C6A0
(217,198,160)
#DDCEAD
(221,206,173)
#E1D6BA
(225,214,186)
#E5DEC7
(229,222,199)
#E9E6D4
(233,230,212)
#EDEEE1
(237,238,225)
#F1F6EE
(241,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A66C color. Also use rgb(201,166,108) instead hex code.

Text Font Color

.myTextColor { color: #C9A66C; }

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

This text font color is #C9A66C.


Background Color

.myBgColor { background-color: #C9A66C; }

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

This div background color is #C9A66C.


Border color

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

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

This div border color is #C9A66C.


Opacity

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

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

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

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

This text has shadow with #C9A66C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A66C on black background.


Color preview on white background

This text has color #C9A66C on white background.



Black color preview on #C9A66C background

This text has black color on #C9A66C background.


White color preview on #C9A66C background

This text has white color on #C9A66C background.