COLOR #C8C292

HEX: #C8C292
RGB: (200,194,146)

Color info

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

RGB color model

#C8C292 color RGB value is (200,194,146).

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

RGB channels and saturation

R 200 of 255 = 78%
G 194 of 255 = 76%
B 146 of 255 = 57%

200
194
146

R + G + B ~ 70%. #C8C292 is quite light color.

Portions of RGB colors in percentages

R + G + B =
200 + 194 + 146 = 540 (100%)
R 200 of 540 ~ 37.04%
G 194 of 540 ~ 35.93%
B 146 of 540 ~ 27.04%

%37.04
%35.93
%27.04

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 3.00%
  • yellow value is 27.00%
  • key color value is 21.57%
CMYK:
(0,3,27,22)
C0M3Y27K22 
(0%,3%,27%,22%)
(0.00/0.03/0.27/0.22)	

CMYK percentages

%0
%3
%27
%21.57

Codes

Color #C8C292 in popluar color models

C8C292
RGB200194146
HSL53°32.93%67.84%
HSB/HSV53°27.00%78.43%
CMYK0.00%3.00%27.00%
21.57%

Color #C8C292 in popluar number systems.

HEXC8C292
Decimal200194146
Binary110010001100001010010010
Octal310302222

Shades and tints

Shades of #C8C292

#C8C292
(200,194,146)
#B6B185
(182,177,133)
#A4A078
(164,160,120)
#928F6B
(146,143,107)
#807E5E
(128,126,94)
#6E6D51
(110,109,81)
#5C5C44
(92,92,68)
#4A4B37
(74,75,55)
#383A2A
(56,58,42)
#26291D
(38,41,29)
#141810
(20,24,16)
#000000
(0,0,0)

Tints of #C8C292

#C8C292
(200,194,146)
#CDC79B
(205,199,155)
#D2CCA4
(210,204,164)
#D7D1AD
(215,209,173)
#DCD6B6
(220,214,182)
#E1DBBF
(225,219,191)
#E6E0C8
(230,224,200)
#EBE5D1
(235,229,209)
#F0EADA
(240,234,218)
#F5EFE3
(245,239,227)
#FAF4EC
(250,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C8C292; }

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

This text font color is #C8C292.


Background Color

.myBgColor { background-color: #C8C292; }

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

This div background color is #C8C292.


Border color

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

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

This div border color is #C8C292.


Opacity

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

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

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

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

This text has shadow with #C8C292 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8C292 on black background.


Color preview on white background

This text has color #C8C292 on white background.



Black color preview on #C8C292 background

This text has black color on #C8C292 background.


White color preview on #C8C292 background

This text has white color on #C8C292 background.