COLOR #C9A89C

HEX: #C9A89C RGB: (201,168,156)

Color info

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

RGB color model

#C9A89C color RGB value is (201,168,156).

RGB: (201,168,156) (79%, 66%, 61%)

RGB channels and saturation

R 201 of 255 = 79%
G 168 of 255 = 66%
B 156 of 255 = 61%

201
168
156

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

Portions of RGB colors in percentages

R + G + B = 201 + 168 + 156 = 525 (100%)
R 201 of 525 ~ 38.29%
G 168 of 525 ~ 32%
B 156 of 525 ~ 29.71'%

%38.29
%32
%29.71

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 16.42%
  • yellow value is 22.39%
  • key color value is 21.18%
CMYK: (0,16,22,21) C0M16Y22K21 (0%,16%,22%,21%) (0.00/0.16/0.22/0.21) 

CMYK percentages

%0
%16.42
%22.39
%21.18

Codes

Color #C9A89C in popluar color models

C9 A8 9C
RGB 201 168 156
HSL 16° 29.41% 70.00%
HSB/HSV 16° 22.39% 78.82%
CMYK 0.00% 16.42% 22.39%
21.18%

Color #C9A89C in popluar number systems.

HEX C9 A8 9C
Decimal 201 168 156
Binary 11001001 10101000 10011100
Octal 311 250 234

Shades and tints

Shades of #C9A89C

#C9A89C
(201,168,156)
#B7998E
(183,153,142)
#A58A80
(165,138,128)
#937B72
(147,123,114)
#816C64
(129,108,100)
#6F5D56
(111,93,86)
#5D4E48
(93,78,72)
#4B3F3A
(75,63,58)
#39302C
(57,48,44)
#27211E
(39,33,30)
#151210
(21,18,16)
#000000
(0,0,0)

Tints of #C9A89C

#C9A89C
(201,168,156)
#CDAFA5
(205,175,165)
#D1B6AE
(209,182,174)
#D5BDB7
(213,189,183)
#D9C4C0
(217,196,192)
#DDCBC9
(221,203,201)
#E1D2D2
(225,210,210)
#E5D9DB
(229,217,219)
#E9E0E4
(233,224,228)
#EDE7ED
(237,231,237)
#F1EEF6
(241,238,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9A89C; }

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

This text font color is #C9A89C.

Background Color

.myBgColor { background-color: #C9A89C; }

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

This div background color is #C9A89C.

Border color

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

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

This div border color is #C9A89C.

Opacity

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

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

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

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

This text has shadow with #C9A89C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9A89C.

Preview

Color preview on black background

This text has color #C9A89C on black background.


Color preview on white background

This text has color #C9A89C on white background.


Black color preview on #C9A89C background

This text has black color on #C9A89C background.


White color preview on #C9A89C background

This text has white color on #C9A89C background.


Related colors

Complementary color

Complementary color for #hex is #365763.


I love getcolorcode.com

Triadic colors

1 #9CC9A8 and #A89CC9 with #C9A89C are triadic colors.

2 #9CA8C9 and #A8C99C with #C9A89C are triadic colors.