COLOR #C8A587

HEX: #C8A587
RGB: (200,165,135)

Color info

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

RGB color model

#C8A587 color RGB value is (200,165,135).

  • red value is 200;
  • green value is 165;
  • blue value is 135.
RGB:
(200,165,135)
(78%,65%,53%)

RGB channels and saturation

R 200 of 255 = 78%
G 165 of 255 = 65%
B 135 of 255 = 53%

200
165
135

R + G + B ~ 65%. #C8A587 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 165 + 135 = 500 (100%)
R 200 of 500 ~ 40%
G 165 of 500 ~ 33%
B 135 of 500 ~ 27%

%40
%33
%27

CMYK color model

#C8A587 color CMYK value is (0,18,33,22).

  • cyan value is 0.00%
  • magenta value is 17.50%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK:
(0,18,33,22)
C0M18Y33K22 
(0%,18%,33%,22%)
(0.00/0.18/0.33/0.22)	

CMYK percentages

%0
%17.5
%32.5
%21.57

Codes

Color #C8A587 in popluar color models

C8A587
RGB200165135
HSL28°37.14%65.69%
HSB/HSV28°32.50%78.43%
CMYK0.00%17.50%32.50%
21.57%

Color #C8A587 in popluar number systems.

HEXC8A587
Decimal200165135
Binary110010001010010110000111
Octal310245207

Shades and tints

Shades of #C8A587

#C8A587
(200,165,135)
#B6967B
(182,150,123)
#A4876F
(164,135,111)
#927863
(146,120,99)
#806957
(128,105,87)
#6E5A4B
(110,90,75)
#5C4B3F
(92,75,63)
#4A3C33
(74,60,51)
#382D27
(56,45,39)
#261E1B
(38,30,27)
#140F0F
(20,15,15)
#000000
(0,0,0)

Tints of #C8A587

#C8A587
(200,165,135)
#CDAD91
(205,173,145)
#D2B59B
(210,181,155)
#D7BDA5
(215,189,165)
#DCC5AF
(220,197,175)
#E1CDB9
(225,205,185)
#E6D5C3
(230,213,195)
#EBDDCD
(235,221,205)
#F0E5D7
(240,229,215)
#F5EDE1
(245,237,225)
#FAF5EB
(250,245,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A587 color. Also use rgb(200,165,135) instead hex code.

Text Font Color

.myTextColor { color: #C8A587; }

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

This text font color is #C8A587.


Background Color

.myBgColor { background-color: #C8A587; }

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

This div background color is #C8A587.


Border color

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

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

This div border color is #C8A587.


Opacity

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

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

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

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

This text has shadow with #C8A587 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A587 on black background.


Color preview on white background

This text has color #C8A587 on white background.



Black color preview on #C8A587 background

This text has black color on #C8A587 background.


White color preview on #C8A587 background

This text has white color on #C8A587 background.