COLOR #C9B09A

HEX: #C9B09A RGB: (201,176,154)

Color info

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

RGB color model

#C9B09A color RGB value is (201,176,154).

RGB: (201,176,154) (79%, 69%, 60%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 154 of 255 = 60%

201
176
154

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

Portions of RGB colors in percentages

R + G + B = 201 + 176 + 154 = 531 (100%)
R 201 of 531 ~ 37.85%
G 176 of 531 ~ 33.15%
B 154 of 531 ~ 29'%

%37.85
%33.15
%29

CMYK color model

#C9B09A color CMYK value is (0,12,23,21).

  • cyan value is 0.00%
  • magenta value is 12.44%
  • yellow value is 23.38%
  • key color value is 21.18%

CMYK: (0,12,23,21)
C0M12Y23K21 (0%, 12%, 23%, 21%)
(0.00 / 0.12 / 0.23 / 0.21)

CMYK percentages

%0
%12.44
%23.38
%21.18

Codes

Color #C9B09A in popluar color models

C9 B0 9A
RGB 201 176 154
HSL 28° 30.32% 69.61%
HSB/HSV 28° 23.38% 78.82%
CMYK 0.00% 12.44% 23.38%
21.18%

Color #C9B09A in popluar number systems.

HEX C9 B0 9A
Decimal 201 176 154
Binary 11001001 10110000 10011010
Octal 311 260 232

Shades and tints

Shades of #C9B09A

#C9B09A
(201,176,154)
#B7A08C
(183,160,140)
#A5907E
(165,144,126)
#938070
(147,128,112)
#817062
(129,112,98)
#6F6054
(111,96,84)
#5D5046
(93,80,70)
#4B4038
(75,64,56)
#39302A
(57,48,42)
#27201C
(39,32,28)
#15100E
(21,16,14)
#000000
(0,0,0)

Tints of #C9B09A

#C9B09A
(201,176,154)
#CDB7A3
(205,183,163)
#D1BEAC
(209,190,172)
#D5C5B5
(213,197,181)
#D9CCBE
(217,204,190)
#DDD3C7
(221,211,199)
#E1DAD0
(225,218,208)
#E5E1D9
(229,225,217)
#E9E8E2
(233,232,226)
#EDEFEB
(237,239,235)
#F1F6F4
(241,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9B09A color. Also use rgb(201,176,154) instead hex code.

Text Font Color

.myTextColor { color: #C9B09A; }

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

This text font color is #C9B09A.

Background Color

.myBgColor { background-color: #C9B09A; }

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

This div background color is #C9B09A.

Border color

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

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

This div border color is #C9B09A.

Opacity

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

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

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

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

This text has shadow with #C9B09A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B09A.

Preview

Color preview on black background

This text has color #C9B09A on black background.


Color preview on white background

This text has color #C9B09A on white background.


Black color preview on #C9B09A background

This text has black color on #C9B09A background.


White color preview on #C9B09A background

This text has white color on #C9B09A background.


Related colors

Complementary color

Complementary color for #hex is #364F65.


I love getcolorcode.com

Triadic colors

1 #9AC9B0 and #B09AC9 with #C9B09A are triadic colors.

2 #9AB0C9 and #B0C99A with #C9B09A are triadic colors.