COLOR #C9A69C

HEX: #C9A69C
RGB: (201,166,156)

Color info

#C9A69C contains red, green and blue colors in about the same proportion. Web safe color of #C9A69C is #CC9999 (or #C99).

RGB color model

#C9A69C color RGB value is (201,166,156).

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

RGB channels and saturation

R 201 of 255 = 79%
G 166 of 255 = 65%
B 156 of 255 = 61%

201
166
156

R + G + B ~ 68%. #C9A69C is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 166 + 156 = 523 (100%)
R 201 of 523 ~ 38.43%
G 166 of 523 ~ 31.74%
B 156 of 523 ~ 29.83%

%38.43
%31.74
%29.83

CMYK color model

#C9A69C color CMYK value is (0,17,22,21).

  • cyan value is 0.00%
  • magenta value is 17.41%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK:
(0,17,22,21)
C0M17Y22K21 
(0%,17%,22%,21%)
(0.00/0.17/0.22/0.21)	

CMYK percentages

%0
%17.41
%22.39
%21.18

Codes

Color #C9A69C in popluar color models

C9A69C
RGB201166156
HSL13°29.41%70.00%
HSB/HSV13°22.39%78.82%
CMYK0.00%17.41%22.39%
21.18%

Color #C9A69C in popluar number systems.

HEXC9A69C
Decimal201166156
Binary110010011010011010011100
Octal311246234

Shades and tints

Shades of #C9A69C

#C9A69C
(201,166,156)
#B7978E
(183,151,142)
#A58880
(165,136,128)
#937972
(147,121,114)
#816A64
(129,106,100)
#6F5B56
(111,91,86)
#5D4C48
(93,76,72)
#4B3D3A
(75,61,58)
#392E2C
(57,46,44)
#271F1E
(39,31,30)
#151010
(21,16,16)
#000000
(0,0,0)

Tints of #C9A69C

#C9A69C
(201,166,156)
#CDAEA5
(205,174,165)
#D1B6AE
(209,182,174)
#D5BEB7
(213,190,183)
#D9C6C0
(217,198,192)
#DDCEC9
(221,206,201)
#E1D6D2
(225,214,210)
#E5DEDB
(229,222,219)
#E9E6E4
(233,230,228)
#EDEEED
(237,238,237)
#F1F6F6
(241,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A69C; }

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

This text font color is #C9A69C.


Background Color

.myBgColor { background-color: #C9A69C; }

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

This div background color is #C9A69C.


Border color

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

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

This div border color is #C9A69C.


Opacity

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

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

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

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

This text has shadow with #C9A69C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9A69C on black background.


Color preview on white background

This text has color #C9A69C on white background.



Black color preview on #C9A69C background

This text has black color on #C9A69C background.


White color preview on #C9A69C background

This text has white color on #C9A69C background.