COLOR #C8C79A

HEX: #C8C79A
RGB: (200,199,154)

Color info

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

RGB color model

#C8C79A color RGB value is (200,199,154).

  • red value is 200;
  • green value is 199;
  • blue value is 154.
RGB:
(200,199,154)
(78%,78%,60%)

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 154 of 255 = 60%

200
199
154

R + G + B ~ 72%. #C8C79A is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 154 = 553 (100%)
R 200 of 553 ~ 36.17%
G 199 of 553 ~ 35.99%
B 154 of 553 ~ 27.85%

%36.17
%35.99
%27.85

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 23.00%
  • key color value is 21.57%
CMYK:
(0,0,23,22)
C0M0Y23K22 
(0%,0%,23%,22%)
(0.00/0.00/0.23/0.22)	

CMYK percentages

%0
%0.5
%23
%21.57

Codes

Color #C8C79A in popluar color models

C8C79A
RGB200199154
HSL59°29.49%69.41%
HSB/HSV59°23.00%78.43%
CMYK0.00%0.50%23.00%
21.57%

Color #C8C79A in popluar number systems.

HEXC8C79A
Decimal200199154
Binary110010001100011110011010
Octal310307232

Shades and tints

Shades of #C8C79A

#C8C79A
(200,199,154)
#B6B58C
(182,181,140)
#A4A37E
(164,163,126)
#929170
(146,145,112)
#807F62
(128,127,98)
#6E6D54
(110,109,84)
#5C5B46
(92,91,70)
#4A4938
(74,73,56)
#38372A
(56,55,42)
#26251C
(38,37,28)
#14130E
(20,19,14)
#000000
(0,0,0)

Tints of #C8C79A

#C8C79A
(200,199,154)
#CDCCA3
(205,204,163)
#D2D1AC
(210,209,172)
#D7D6B5
(215,214,181)
#DCDBBE
(220,219,190)
#E1E0C7
(225,224,199)
#E6E5D0
(230,229,208)
#EBEAD9
(235,234,217)
#F0EFE2
(240,239,226)
#F5F4EB
(245,244,235)
#FAF9F4
(250,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8C79A color. Also use rgb(200,199,154) instead hex code.

Text Font Color

.myTextColor { color: #C8C79A; }

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

This text font color is #C8C79A.


Background Color

.myBgColor { background-color: #C8C79A; }

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

This div background color is #C8C79A.


Border color

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

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

This div border color is #C8C79A.


Opacity

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

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

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

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

This text has shadow with #C8C79A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C79A on black background.


Color preview on white background

This text has color #C8C79A on white background.



Black color preview on #C8C79A background

This text has black color on #C8C79A background.


White color preview on #C8C79A background

This text has white color on #C8C79A background.