COLOR #C0C89C

HEX: #C0C89C
RGB: (192,200,156)

Color info

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

RGB color model

#C0C89C color RGB value is (192,200,156).

  • red value is 192;
  • green value is 200;
  • blue value is 156.
RGB:
(192,200,156)
(75%,78%,61%)

RGB channels and saturation

R 192 of 255 = 75%
G 200 of 255 = 78%
B 156 of 255 = 61%

192
200
156

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

Portions of RGB colors in percentages

R + G + B =
192 + 200 + 156 = 548 (100%)
R 192 of 548 ~ 35.04%
G 200 of 548 ~ 36.5%
B 156 of 548 ~ 28.47%

%35.04
%36.5
%28.47

CMYK color model

#C0C89C color CMYK value is (4,0,22,22).

  • cyan value is 4.00%
  • magenta value is 0.00%
  • yellow value is 22.00%
  • key color value is 21.57%
CMYK:
(4,0,22,22)
C4M0Y22K22 
(4%,0%,22%,22%)
(0.04/0.00/0.22/0.22)	

CMYK percentages

%4
%0
%22
%21.57

Codes

Color #C0C89C in popluar color models

C0C89C
RGB192200156
HSL71°28.57%69.80%
HSB/HSV71°22.00%78.43%
CMYK4.00%0.00%22.00%
21.57%

Color #C0C89C in popluar number systems.

HEXC0C89C
Decimal192200156
Binary110000001100100010011100
Octal300310234

Shades and tints

Shades of #C0C89C

#C0C89C
(192,200,156)
#AFB68E
(175,182,142)
#9EA480
(158,164,128)
#8D9272
(141,146,114)
#7C8064
(124,128,100)
#6B6E56
(107,110,86)
#5A5C48
(90,92,72)
#494A3A
(73,74,58)
#38382C
(56,56,44)
#27261E
(39,38,30)
#161410
(22,20,16)
#000000
(0,0,0)

Tints of #C0C89C

#C0C89C
(192,200,156)
#C5CDA5
(197,205,165)
#CAD2AE
(202,210,174)
#CFD7B7
(207,215,183)
#D4DCC0
(212,220,192)
#D9E1C9
(217,225,201)
#DEE6D2
(222,230,210)
#E3EBDB
(227,235,219)
#E8F0E4
(232,240,228)
#EDF5ED
(237,245,237)
#F2FAF6
(242,250,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C89C color. Also use rgb(192,200,156) instead hex code.

Text Font Color

.myTextColor { color: #C0C89C; }

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

This text font color is #C0C89C.


Background Color

.myBgColor { background-color: #C0C89C; }

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

This div background color is #C0C89C.


Border color

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

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

This div border color is #C0C89C.


Opacity

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

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

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

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

This text has shadow with #C0C89C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C89C on black background.


Color preview on white background

This text has color #C0C89C on white background.



Black color preview on #C0C89C background

This text has black color on #C0C89C background.


White color preview on #C0C89C background

This text has white color on #C0C89C background.