COLOR #C8B590

HEX: #C8B590
RGB: (200,181,144)

Color info

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

RGB color model

#C8B590 color RGB value is (200,181,144).

  • red value is 200;
  • green value is 181;
  • blue value is 144.
RGB:
(200,181,144)
(78%,71%,56%)

RGB channels and saturation

R 200 of 255 = 78%
G 181 of 255 = 71%
B 144 of 255 = 56%

200
181
144

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

Portions of RGB colors in percentages

R + G + B =
200 + 181 + 144 = 525 (100%)
R 200 of 525 ~ 38.1%
G 181 of 525 ~ 34.48%
B 144 of 525 ~ 27.43%

%38.1
%34.48
%27.43

CMYK color model

#C8B590 color CMYK value is (0,10,28,22).

  • cyan value is 0.00%
  • magenta value is 9.50%
  • yellow value is 28.00%
  • key color value is 21.57%
CMYK:
(0,10,28,22)
C0M10Y28K22 
(0%,10%,28%,22%)
(0.00/0.10/0.28/0.22)	

CMYK percentages

%0
%9.5
%28
%21.57

Codes

Color #C8B590 in popluar color models

C8B590
RGB200181144
HSL40°33.73%67.45%
HSB/HSV40°28.00%78.43%
CMYK0.00%9.50%28.00%
21.57%

Color #C8B590 in popluar number systems.

HEXC8B590
Decimal200181144
Binary110010001011010110010000
Octal310265220

Shades and tints

Shades of #C8B590

#C8B590
(200,181,144)
#B6A583
(182,165,131)
#A49576
(164,149,118)
#928569
(146,133,105)
#80755C
(128,117,92)
#6E654F
(110,101,79)
#5C5542
(92,85,66)
#4A4535
(74,69,53)
#383528
(56,53,40)
#26251B
(38,37,27)
#14150E
(20,21,14)
#000000
(0,0,0)

Tints of #C8B590

#C8B590
(200,181,144)
#CDBB9A
(205,187,154)
#D2C1A4
(210,193,164)
#D7C7AE
(215,199,174)
#DCCDB8
(220,205,184)
#E1D3C2
(225,211,194)
#E6D9CC
(230,217,204)
#EBDFD6
(235,223,214)
#F0E5E0
(240,229,224)
#F5EBEA
(245,235,234)
#FAF1F4
(250,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8B590 color. Also use rgb(200,181,144) instead hex code.

Text Font Color

.myTextColor { color: #C8B590; }

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

This text font color is #C8B590.


Background Color

.myBgColor { background-color: #C8B590; }

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

This div background color is #C8B590.


Border color

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

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

This div border color is #C8B590.


Opacity

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

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

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

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

This text has shadow with #C8B590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8B590 on black background.


Color preview on white background

This text has color #C8B590 on white background.



Black color preview on #C8B590 background

This text has black color on #C8B590 background.


White color preview on #C8B590 background

This text has white color on #C8B590 background.