COLOR #C8C592

HEX: #C8C592
RGB: (200,197,146)

Color info

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

RGB color model

#C8C592 color RGB value is (200,197,146).

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

RGB channels and saturation

R 200 of 255 = 78%
G 197 of 255 = 77%
B 146 of 255 = 57%

200
197
146

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

Portions of RGB colors in percentages

R + G + B =
200 + 197 + 146 = 543 (100%)
R 200 of 543 ~ 36.83%
G 197 of 543 ~ 36.28%
B 146 of 543 ~ 26.89%

%36.83
%36.28
%26.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 1.50%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,1,27,22)
C0M1Y27K22 
(0%,1%,27%,22%)
(0.00/0.01/0.27/0.22)	

CMYK percentages

%0
%1.5
%27
%21.57

Codes

Color #C8C592 in popluar color models

C8C592
RGB200197146
HSL57°32.93%67.84%
HSB/HSV57°27.00%78.43%
CMYK0.00%1.50%27.00%
21.57%

Color #C8C592 in popluar number systems.

HEXC8C592
Decimal200197146
Binary110010001100010110010010
Octal310305222

Shades and tints

Shades of #C8C592

#C8C592
(200,197,146)
#B6B485
(182,180,133)
#A4A378
(164,163,120)
#92926B
(146,146,107)
#80815E
(128,129,94)
#6E7051
(110,112,81)
#5C5F44
(92,95,68)
#4A4E37
(74,78,55)
#383D2A
(56,61,42)
#262C1D
(38,44,29)
#141B10
(20,27,16)
#000000
(0,0,0)

Tints of #C8C592

#C8C592
(200,197,146)
#CDCA9B
(205,202,155)
#D2CFA4
(210,207,164)
#D7D4AD
(215,212,173)
#DCD9B6
(220,217,182)
#E1DEBF
(225,222,191)
#E6E3C8
(230,227,200)
#EBE8D1
(235,232,209)
#F0EDDA
(240,237,218)
#F5F2E3
(245,242,227)
#FAF7EC
(250,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C592; }

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

This text font color is #C8C592.


Background Color

.myBgColor { background-color: #C8C592; }

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

This div background color is #C8C592.


Border color

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

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

This div border color is #C8C592.


Opacity

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

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

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

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

This text has shadow with #C8C592 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C592 on black background.


Color preview on white background

This text has color #C8C592 on white background.



Black color preview on #C8C592 background

This text has black color on #C8C592 background.


White color preview on #C8C592 background

This text has white color on #C8C592 background.