COLOR #C9A99E

HEX: #C9A99E RGB: (201,169,158)

Color info

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

RGB color model

#C9A99E color RGB value is (201,169,158).

RGB: (201,169,158) (79%, 66%, 62%)

RGB channels and saturation

R 201 of 255 = 79%
G 169 of 255 = 66%
B 158 of 255 = 62%

201
169
158

R + G + B ~ 69%. #C9A99E is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 169 + 158 = 528 (100%)
R 201 of 528 ~ 38.07%
G 169 of 528 ~ 32.01%
B 158 of 528 ~ 29.92'%

%38.07
%32.01
%29.92

CMYK color model

#C9A99E color CMYK value is (0,16,21,21).

  • cyan value is 0.00%
  • magenta value is 15.92%
  • yellow value is 21.39%
  • key color value is 21.18%

CMYK: (0,16,21,21)
C0M16Y21K21 (0%, 16%, 21%, 21%)
(0.00 / 0.16 / 0.21 / 0.21)

CMYK percentages

%0
%15.92
%21.39
%21.18

Codes

Color #C9A99E in popluar color models

C9 A9 9E
RGB 201 169 158
HSL 15° 28.48% 70.39%
HSB/HSV 15° 21.39% 78.82%
CMYK 0.00% 15.92% 21.39%
21.18%

Color #C9A99E in popluar number systems.

HEX C9 A9 9E
Decimal 201 169 158
Binary 11001001 10101001 10011110
Octal 311 251 236

Shades and tints

Shades of #C9A99E

#C9A99E
(201,169,158)
#B79A90
(183,154,144)
#A58B82
(165,139,130)
#937C74
(147,124,116)
#816D66
(129,109,102)
#6F5E58
(111,94,88)
#5D4F4A
(93,79,74)
#4B403C
(75,64,60)
#39312E
(57,49,46)
#272220
(39,34,32)
#151312
(21,19,18)
#000000
(0,0,0)

Tints of #C9A99E

#C9A99E
(201,169,158)
#CDB0A6
(205,176,166)
#D1B7AE
(209,183,174)
#D5BEB6
(213,190,182)
#D9C5BE
(217,197,190)
#DDCCC6
(221,204,198)
#E1D3CE
(225,211,206)
#E5DAD6
(229,218,214)
#E9E1DE
(233,225,222)
#EDE8E6
(237,232,230)
#F1EFEE
(241,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9A99E color. Also use rgb(201,169,158) instead hex code.

Text Font Color

.myTextColor { color: #C9A99E; }

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

This text font color is #C9A99E.

Background Color

.myBgColor { background-color: #C9A99E; }

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

This div background color is #C9A99E.

Border color

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

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

This div border color is #C9A99E.

Opacity

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

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

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

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

This text has shadow with #C9A99E color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A99E.

Preview

Color preview on black background

This text has color #C9A99E on black background.


Color preview on white background

This text has color #C9A99E on white background.


Black color preview on #C9A99E background

This text has black color on #C9A99E background.


White color preview on #C9A99E background

This text has white color on #C9A99E background.


Related colors

Complementary color

Complementary color for #hex is #365661.


I love getcolorcode.com

Triadic colors

1 #9EC9A9 and #A99EC9 with #C9A99E are triadic colors.

2 #9EA9C9 and #A9C99E with #C9A99E are triadic colors.