COLOR #C9B08F

HEX: #C9B08F RGB: (201,176,143)

Color info

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

RGB color model

#C9B08F color RGB value is (201,176,143).

RGB: (201,176,143) (79%, 69%, 56%)

RGB channels and saturation

R 201 of 255 = 79%
G 176 of 255 = 69%
B 143 of 255 = 56%

201
176
143

R + G + B ~ 68%. #C9B08F is quite light color.

Portions of RGB colors in percentages

R + G + B = 201 + 176 + 143 = 520 (100%)
R 201 of 520 ~ 38.65%
G 176 of 520 ~ 33.85%
B 143 of 520 ~ 27.5'%

%38.65
%33.85
%27.5

CMYK color model

#C9B08F color CMYK value is (0,12,29,21).

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

CMYK: (0,12,29,21)
C0M12Y29K21 (0%, 12%, 29%, 21%)
(0.00 / 0.12 / 0.29 / 0.21)

CMYK percentages

%0
%12.44
%28.86
%21.18

Codes

Color #C9B08F in popluar color models

C9 B0 8F
RGB 201 176 143
HSL 34° 34.94% 67.45%
HSB/HSV 34° 28.86% 78.82%
CMYK 0.00% 12.44% 28.86%
21.18%

Color #C9B08F in popluar number systems.

HEX C9 B0 8F
Decimal 201 176 143
Binary 11001001 10110000 10001111
Octal 311 260 217

Shades and tints

Shades of #C9B08F

#C9B08F
(201,176,143)
#B7A082
(183,160,130)
#A59075
(165,144,117)
#938068
(147,128,104)
#81705B
(129,112,91)
#6F604E
(111,96,78)
#5D5041
(93,80,65)
#4B4034
(75,64,52)
#393027
(57,48,39)
#27201A
(39,32,26)
#15100D
(21,16,13)
#000000
(0,0,0)

Tints of #C9B08F

#C9B08F
(201,176,143)
#CDB799
(205,183,153)
#D1BEA3
(209,190,163)
#D5C5AD
(213,197,173)
#D9CCB7
(217,204,183)
#DDD3C1
(221,211,193)
#E1DACB
(225,218,203)
#E5E1D5
(229,225,213)
#E9E8DF
(233,232,223)
#EDEFE9
(237,239,233)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9B08F; }

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

This text font color is #C9B08F.

Background Color

.myBgColor { background-color: #C9B08F; }

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

This div background color is #C9B08F.

Border color

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

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

This div border color is #C9B08F.

Opacity

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

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

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

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

This text has shadow with #C9B08F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9B08F.

Preview

Color preview on black background

This text has color #C9B08F on black background.


Color preview on white background

This text has color #C9B08F on white background.


Black color preview on #C9B08F background

This text has black color on #C9B08F background.


White color preview on #C9B08F background

This text has white color on #C9B08F background.


Related colors

Complementary color

Complementary color for #hex is #364F70.


I love getcolorcode.com

Triadic colors

1 #8FC9B0 and #B08FC9 with #C9B08F are triadic colors.

2 #8FB0C9 and #B0C98F with #C9B08F are triadic colors.