COLOR #C9C0AB

HEX: #C9C0AB RGB: (201,192,171)

Color info

#C9C0AB contains red, green and blue colors in about the same proportion. Web safe color of #C9C0AB is #CCCC99 (or #CC9).

RGB color model

#C9C0AB color RGB value is (201,192,171).

RGB: (201,192,171) (79%, 75%, 67%)

RGB channels and saturation

R 201 of 255 = 79%
G 192 of 255 = 75%
B 171 of 255 = 67%

201
192
171

R + G + B ~ 74%. #C9C0AB is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 192 + 171 = 564 (100%)
R 201 of 564 ~ 35.64%
G 192 of 564 ~ 34.04%
B 171 of 564 ~ 30.32'%

%35.64
%34.04
%30.32

CMYK color model

#C9C0AB color CMYK value is (0,4,15,21).

  • cyan value is 0.00%
  • magenta value is 4.48%
  • yellow value is 14.93%
  • key color value is 21.18%

CMYK: (0,4,15,21)
C0M4Y15K21 (0%, 4%, 15%, 21%)
(0.00 / 0.04 / 0.15 / 0.21)

CMYK percentages

%0
%4.48
%14.93
%21.18

Codes

Color #C9C0AB in popluar color models

C9 C0 AB
RGB 201 192 171
HSL 42° 21.74% 72.94%
HSB/HSV 42° 14.93% 78.82%
CMYK 0.00% 4.48% 14.93%
21.18%

Color #C9C0AB in popluar number systems.

HEX C9 C0 AB
Decimal 201 192 171
Binary 11001001 11000000 10101011
Octal 311 300 253

Shades and tints

Shades of #C9C0AB

#C9C0AB
(201,192,171)
#B7AF9C
(183,175,156)
#A59E8D
(165,158,141)
#938D7E
(147,141,126)
#817C6F
(129,124,111)
#6F6B60
(111,107,96)
#5D5A51
(93,90,81)
#4B4942
(75,73,66)
#393833
(57,56,51)
#272724
(39,39,36)
#151615
(21,22,21)
#000000
(0,0,0)

Tints of #C9C0AB

#C9C0AB
(201,192,171)
#CDC5B2
(205,197,178)
#D1CAB9
(209,202,185)
#D5CFC0
(213,207,192)
#D9D4C7
(217,212,199)
#DDD9CE
(221,217,206)
#E1DED5
(225,222,213)
#E5E3DC
(229,227,220)
#E9E8E3
(233,232,227)
#EDEDEA
(237,237,234)
#F1F2F1
(241,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9C0AB color. Also use rgb(201,192,171) instead hex code.

Text Font Color

.myTextColor { color: #C9C0AB; }

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

This text font color is #C9C0AB.

Background Color

.myBgColor { background-color: #C9C0AB; }

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

This div background color is #C9C0AB.

Border color

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

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

This div border color is #C9C0AB.

Opacity

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

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

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

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

This text has shadow with #C9C0AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9C0AB.

Preview

Color preview on black background

This text has color #C9C0AB on black background.


Color preview on white background

This text has color #C9C0AB on white background.


Black color preview on #C9C0AB background

This text has black color on #C9C0AB background.


White color preview on #C9C0AB background

This text has white color on #C9C0AB background.


Related colors

Complementary color

Complementary color for #hex is #363F54.


I love getcolorcode.com

Triadic colors

1 #ABC9C0 and #C0ABC9 with #C9C0AB are triadic colors.

2 #ABC0C9 and #C0C9AB with #C9C0AB are triadic colors.