COLOR #C8C792

HEX: #C8C792
RGB: (200,199,146)

Color info

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

RGB color model

#C8C792 color RGB value is (200,199,146).

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

RGB channels and saturation

R 200 of 255 = 78%
G 199 of 255 = 78%
B 146 of 255 = 57%

200
199
146

R + G + B ~ 71%. #C8C792 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 199 + 146 = 545 (100%)
R 200 of 545 ~ 36.7%
G 199 of 545 ~ 36.51%
B 146 of 545 ~ 26.79%

%36.7
%36.51
%26.79

CMYK color model

#C8C792 color CMYK value is (0,0,27,22).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,0,27,22)
C0M0Y27K22 
(0%,0%,27%,22%)
(0.00/0.00/0.27/0.22)	

CMYK percentages

%0
%0.5
%27
%21.57

Codes

Color #C8C792 in popluar color models

C8C792
RGB200199146
HSL59°32.93%67.84%
HSB/HSV59°27.00%78.43%
CMYK0.00%0.50%27.00%
21.57%

Color #C8C792 in popluar number systems.

HEXC8C792
Decimal200199146
Binary110010001100011110010010
Octal310307222

Shades and tints

Shades of #C8C792

#C8C792
(200,199,146)
#B6B585
(182,181,133)
#A4A378
(164,163,120)
#92916B
(146,145,107)
#807F5E
(128,127,94)
#6E6D51
(110,109,81)
#5C5B44
(92,91,68)
#4A4937
(74,73,55)
#38372A
(56,55,42)
#26251D
(38,37,29)
#141310
(20,19,16)
#000000
(0,0,0)

Tints of #C8C792

#C8C792
(200,199,146)
#CDCC9B
(205,204,155)
#D2D1A4
(210,209,164)
#D7D6AD
(215,214,173)
#DCDBB6
(220,219,182)
#E1E0BF
(225,224,191)
#E6E5C8
(230,229,200)
#EBEAD1
(235,234,209)
#F0EFDA
(240,239,218)
#F5F4E3
(245,244,227)
#FAF9EC
(250,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C792; }

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

This text font color is #C8C792.


Background Color

.myBgColor { background-color: #C8C792; }

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

This div background color is #C8C792.


Border color

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

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

This div border color is #C8C792.


Opacity

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

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

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

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

This text has shadow with #C8C792 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C792 on black background.


Color preview on white background

This text has color #C8C792 on white background.



Black color preview on #C8C792 background

This text has black color on #C8C792 background.


White color preview on #C8C792 background

This text has white color on #C8C792 background.