COLOR #C8A78D

HEX: #C8A78D
RGB: (200,167,141)

Color info

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

RGB color model

#C8A78D color RGB value is (200,167,141).

  • red value is 200;
  • green value is 167;
  • blue value is 141.
RGB:
(200,167,141)
(78%,65%,55%)

RGB channels and saturation

R 200 of 255 = 78%
G 167 of 255 = 65%
B 141 of 255 = 55%

200
167
141

R + G + B ~ 66%. #C8A78D is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 167 + 141 = 508 (100%)
R 200 of 508 ~ 39.37%
G 167 of 508 ~ 32.87%
B 141 of 508 ~ 27.76%

%39.37
%32.87
%27.76

CMYK color model

#C8A78D color CMYK value is (0,17,30,22).

  • cyan value is 0.00%
  • magenta value is 16.50%
  • yellow value is 29.50%
  • key color value is 21.57%
CMYK:
(0,17,30,22)
C0M17Y30K22 
(0%,17%,30%,22%)
(0.00/0.17/0.30/0.22)	

CMYK percentages

%0
%16.5
%29.5
%21.57

Codes

Color #C8A78D in popluar color models

C8A78D
RGB200167141
HSL26°34.91%66.86%
HSB/HSV26°29.50%78.43%
CMYK0.00%16.50%29.50%
21.57%

Color #C8A78D in popluar number systems.

HEXC8A78D
Decimal200167141
Binary110010001010011110001101
Octal310247215

Shades and tints

Shades of #C8A78D

#C8A78D
(200,167,141)
#B69881
(182,152,129)
#A48975
(164,137,117)
#927A69
(146,122,105)
#806B5D
(128,107,93)
#6E5C51
(110,92,81)
#5C4D45
(92,77,69)
#4A3E39
(74,62,57)
#382F2D
(56,47,45)
#262021
(38,32,33)
#141115
(20,17,21)
#000000
(0,0,0)

Tints of #C8A78D

#C8A78D
(200,167,141)
#CDAF97
(205,175,151)
#D2B7A1
(210,183,161)
#D7BFAB
(215,191,171)
#DCC7B5
(220,199,181)
#E1CFBF
(225,207,191)
#E6D7C9
(230,215,201)
#EBDFD3
(235,223,211)
#F0E7DD
(240,231,221)
#F5EFE7
(245,239,231)
#FAF7F1
(250,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A78D color. Also use rgb(200,167,141) instead hex code.

Text Font Color

.myTextColor { color: #C8A78D; }

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

This text font color is #C8A78D.


Background Color

.myBgColor { background-color: #C8A78D; }

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

This div background color is #C8A78D.


Border color

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

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

This div border color is #C8A78D.


Opacity

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

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

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

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

This text has shadow with #C8A78D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A78D on black background.


Color preview on white background

This text has color #C8A78D on white background.



Black color preview on #C8A78D background

This text has black color on #C8A78D background.


White color preview on #C8A78D background

This text has white color on #C8A78D background.