COLOR #C9AB8C

HEX: #C9AB8C RGB: (201,171,140)

Color info

#C9AB8C contains mainly red and green colors. Web safe color of #C9AB8C is #CC9999 (or #C99).

RGB color model

#C9AB8C color RGB value is (201,171,140).

RGB: (201,171,140) (79%, 67%, 55%)

RGB channels and saturation

R 201 of 255 = 79%
G 171 of 255 = 67%
B 140 of 255 = 55%

201
171
140

R + G + B ~ 67%. #C9AB8C is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 171 + 140 = 512 (100%)
R 201 of 512 ~ 39.26%
G 171 of 512 ~ 33.4%
B 140 of 512 ~ 27.34'%

%39.26
%33.4
%27.34

CMYK color model

#C9AB8C color CMYK value is (0,15,30,21).

  • cyan value is 0.00%
  • magenta value is 14.93%
  • yellow value is 30.35%
  • key color value is 21.18%
CMYK: (0,15,30,21) C0M15Y30K21 (0%,15%,30%,21%) (0.00/0.15/0.30/0.21) 

CMYK percentages

%0
%14.93
%30.35
%21.18

Codes

Color #C9AB8C in popluar color models

C9 AB 8C
RGB 201 171 140
HSL 30° 36.09% 66.86%
HSB/HSV 30° 30.35% 78.82%
CMYK 0.00% 14.93% 30.35%
21.18%

Color #C9AB8C in popluar number systems.

HEX C9 AB 8C
Decimal 201 171 140
Binary 11001001 10101011 10001100
Octal 311 253 214

Shades and tints

Shades of #C9AB8C

#C9AB8C
(201,171,140)
#B79C80
(183,156,128)
#A58D74
(165,141,116)
#937E68
(147,126,104)
#816F5C
(129,111,92)
#6F6050
(111,96,80)
#5D5144
(93,81,68)
#4B4238
(75,66,56)
#39332C
(57,51,44)
#272420
(39,36,32)
#151514
(21,21,20)
#000000
(0,0,0)

Tints of #C9AB8C

#C9AB8C
(201,171,140)
#CDB296
(205,178,150)
#D1B9A0
(209,185,160)
#D5C0AA
(213,192,170)
#D9C7B4
(217,199,180)
#DDCEBE
(221,206,190)
#E1D5C8
(225,213,200)
#E5DCD2
(229,220,210)
#E9E3DC
(233,227,220)
#EDEAE6
(237,234,230)
#F1F1F0
(241,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9AB8C; }

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

This text font color is #C9AB8C.

Background Color

.myBgColor { background-color: #C9AB8C; }

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

This div background color is #C9AB8C.

Border color

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

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

This div border color is #C9AB8C.

Opacity

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

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

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

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

This text has shadow with #C9AB8C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9AB8C.

Preview

Color preview on black background

This text has color #C9AB8C on black background.


Color preview on white background

This text has color #C9AB8C on white background.


Black color preview on #C9AB8C background

This text has black color on #C9AB8C background.


White color preview on #C9AB8C background

This text has white color on #C9AB8C background.


Related colors

Complementary color

Complementary color for #hex is #365473.


I love getcolorcode.com

Triadic colors

1 #8CC9AB and #AB8CC9 with #C9AB8C are triadic colors.

2 #8CABC9 and #ABC98C with #C9AB8C are triadic colors.