COLOR #C8A387

HEX: #C8A387
RGB: (200,163,135)

Color info

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

RGB color model

#C8A387 color RGB value is (200,163,135).

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

RGB channels and saturation

R 200 of 255 = 78%
G 163 of 255 = 64%
B 135 of 255 = 53%

200
163
135

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

Portions of RGB colors in percentages

R + G + B =
200 + 163 + 135 = 498 (100%)
R 200 of 498 ~ 40.16%
G 163 of 498 ~ 32.73%
B 135 of 498 ~ 27.11%

%40.16
%32.73
%27.11

CMYK color model

#C8A387 color CMYK value is (0,19,33,22).

  • cyan value is 0.00%
  • magenta value is 18.50%
  • yellow value is 32.50%
  • key color value is 21.57%
CMYK:
(0,19,33,22)
C0M19Y33K22 
(0%,19%,33%,22%)
(0.00/0.19/0.33/0.22)	

CMYK percentages

%0
%18.5
%32.5
%21.57

Codes

Color #C8A387 in popluar color models

C8A387
RGB200163135
HSL26°37.14%65.69%
HSB/HSV26°32.50%78.43%
CMYK0.00%18.50%32.50%
21.57%

Color #C8A387 in popluar number systems.

HEXC8A387
Decimal200163135
Binary110010001010001110000111
Octal310243207

Shades and tints

Shades of #C8A387

#C8A387
(200,163,135)
#B6957B
(182,149,123)
#A4876F
(164,135,111)
#927963
(146,121,99)
#806B57
(128,107,87)
#6E5D4B
(110,93,75)
#5C4F3F
(92,79,63)
#4A4133
(74,65,51)
#383327
(56,51,39)
#26251B
(38,37,27)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #C8A387

#C8A387
(200,163,135)
#CDAB91
(205,171,145)
#D2B39B
(210,179,155)
#D7BBA5
(215,187,165)
#DCC3AF
(220,195,175)
#E1CBB9
(225,203,185)
#E6D3C3
(230,211,195)
#EBDBCD
(235,219,205)
#F0E3D7
(240,227,215)
#F5EBE1
(245,235,225)
#FAF3EB
(250,243,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8A387; }

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

This text font color is #C8A387.


Background Color

.myBgColor { background-color: #C8A387; }

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

This div background color is #C8A387.


Border color

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

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

This div border color is #C8A387.


Opacity

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

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

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

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

This text has shadow with #C8A387 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A387 on black background.


Color preview on white background

This text has color #C8A387 on white background.



Black color preview on #C8A387 background

This text has black color on #C8A387 background.


White color preview on #C8A387 background

This text has white color on #C8A387 background.