COLOR #C8C79F

HEX: #C8C79F
RGB: (200,199,159)

Color info

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

RGB color model

#C8C79F color RGB value is (200,199,159).

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

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 159 of 255 = 62%

200
199
159

R + G + B ~ 73%. #C8C79F is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 159 = 558 (100%)
R 200 of 558 ~ 35.84%
G 199 of 558 ~ 35.66%
B 159 of 558 ~ 28.49%

%35.84
%35.66
%28.49

CMYK color model

#C8C79F color CMYK value is (0,0,21,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 20.50%
  • key color value is 21.57%
CMYK:
(0,0,21,22)
C0M0Y21K22 
(0%,0%,21%,22%)
(0.00/0.00/0.21/0.22)	

CMYK percentages

%0
%0.5
%20.5
%21.57

Codes

Color #C8C79F in popluar color models

C8C79F
RGB200199159
HSL59°27.15%70.39%
HSB/HSV59°20.50%78.43%
CMYK0.00%0.50%20.50%
21.57%

Color #C8C79F in popluar number systems.

HEXC8C79F
Decimal200199159
Binary110010001100011110011111
Octal310307237

Shades and tints

Shades of #C8C79F

#C8C79F
(200,199,159)
#B6B591
(182,181,145)
#A4A383
(164,163,131)
#929175
(146,145,117)
#807F67
(128,127,103)
#6E6D59
(110,109,89)
#5C5B4B
(92,91,75)
#4A493D
(74,73,61)
#38372F
(56,55,47)
#262521
(38,37,33)
#141313
(20,19,19)
#000000
(0,0,0)

Tints of #C8C79F

#C8C79F
(200,199,159)
#CDCCA7
(205,204,167)
#D2D1AF
(210,209,175)
#D7D6B7
(215,214,183)
#DCDBBF
(220,219,191)
#E1E0C7
(225,224,199)
#E6E5CF
(230,229,207)
#EBEAD7
(235,234,215)
#F0EFDF
(240,239,223)
#F5F4E7
(245,244,231)
#FAF9EF
(250,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C79F; }

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

This text font color is #C8C79F.


Background Color

.myBgColor { background-color: #C8C79F; }

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

This div background color is #C8C79F.


Border color

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

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

This div border color is #C8C79F.


Opacity

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

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

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

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

This text has shadow with #C8C79F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C79F on black background.


Color preview on white background

This text has color #C8C79F on white background.



Black color preview on #C8C79F background

This text has black color on #C8C79F background.


White color preview on #C8C79F background

This text has white color on #C8C79F background.