COLOR #C8B09B

HEX: #C8B09B RGB: (200,176,155)

Color info

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

RGB color model

#C8B09B color RGB value is (200,176,155).

RGB: (200,176,155) (78%, 69%, 61%)

RGB channels and saturation

R 200 of 255 = 78%
G 176 of 255 = 69%
B 155 of 255 = 61%

200
176
155

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

Portions of RGB colors in percentages

R + G + B = 200 + 176 + 155 = 531 (100%)
R 200 of 531 ~ 37.66%
G 176 of 531 ~ 33.15%
B 155 of 531 ~ 29.19'%

%37.66
%33.15
%29.19

CMYK color model

#C8B09B color CMYK value is (0,12,23,22).

  • cyan value is 0.00%
  • magenta value is 12.00%
  • yellow value is 22.50%
  • key color value is 21.57%

CMYK: (0,12,23,22)
C0M12Y23K22 (0%, 12%, 23%, 22%)
(0.00 / 0.12 / 0.23 / 0.22)

CMYK percentages

%0
%12
%22.5
%21.57

Codes

Color #C8B09B in popluar color models

C8 B0 9B
RGB 200 176 155
HSL 28° 29.03% 69.61%
HSB/HSV 28° 22.50% 78.43%
CMYK 0.00% 12.00% 22.50%
21.57%

Color #C8B09B in popluar number systems.

HEX C8 B0 9B
Decimal 200 176 155
Binary 11001000 10110000 10011011
Octal 310 260 233

Shades and tints

Shades of #C8B09B

#C8B09B
(200,176,155)
#B6A08D
(182,160,141)
#A4907F
(164,144,127)
#928071
(146,128,113)
#807063
(128,112,99)
#6E6055
(110,96,85)
#5C5047
(92,80,71)
#4A4039
(74,64,57)
#38302B
(56,48,43)
#26201D
(38,32,29)
#14100F
(20,16,15)
#000000
(0,0,0)

Tints of #C8B09B

#C8B09B
(200,176,155)
#CDB7A4
(205,183,164)
#D2BEAD
(210,190,173)
#D7C5B6
(215,197,182)
#DCCCBF
(220,204,191)
#E1D3C8
(225,211,200)
#E6DAD1
(230,218,209)
#EBE1DA
(235,225,218)
#F0E8E3
(240,232,227)
#F5EFEC
(245,239,236)
#FAF6F5
(250,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B09B color. Also use rgb(200,176,155) instead hex code.

Text Font Color

.myTextColor { color: #C8B09B; }

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

This text font color is #C8B09B.

Background Color

.myBgColor { background-color: #C8B09B; }

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

This div background color is #C8B09B.

Border color

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

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

This div border color is #C8B09B.

Opacity

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

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

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

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

This text has shadow with #C8B09B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8B09B.

Preview

Color preview on black background

This text has color #C8B09B on black background.


Color preview on white background

This text has color #C8B09B on white background.


Black color preview on #C8B09B background

This text has black color on #C8B09B background.


White color preview on #C8B09B background

This text has white color on #C8B09B background.


Related colors

Complementary color

Complementary color for #hex is #374F64.


I love getcolorcode.com

Triadic colors

1 #9BC8B0 and #B09BC8 with #C8B09B are triadic colors.

2 #9BB0C8 and #B0C89B with #C8B09B are triadic colors.