COLOR #C0C09C

HEX: #C0C09C
RGB: (192,192,156)

Color info

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

RGB color model

#C0C09C color RGB value is (192,192,156).

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

RGB channels and saturation

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

192
192
156

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

Portions of RGB colors in percentages

R + G + B =
192 + 192 + 156 = 540 (100%)
R 192 of 540 ~ 35.56%
G 192 of 540 ~ 35.56%
B 156 of 540 ~ 28.89%

%35.56
%35.56
%28.89

CMYK color model

#C0C09C color CMYK value is (0,0,19,25).

  • cyan value is 0.00%
  • magenta value is 0.00%
  • yellow value is 18.75%
  • key color value is 24.71%
CMYK:
(0,0,19,25)
C0M0Y19K25 
(0%,0%,19%,25%)
(0.00/0.00/0.19/0.25)	

CMYK percentages

%0
%0
%18.75
%24.71

Codes

Color #C0C09C in popluar color models

C0C09C
RGB192192156
HSL60°22.22%68.24%
HSB/HSV60°18.75%75.29%
CMYK0.00%0.00%18.75%
24.71%

Color #C0C09C in popluar number systems.

HEXC0C09C
Decimal192192156
Binary110000001100000010011100
Octal300300234

Shades and tints

Shades of #C0C09C

#C0C09C
(192,192,156)
#AFAF8E
(175,175,142)
#9E9E80
(158,158,128)
#8D8D72
(141,141,114)
#7C7C64
(124,124,100)
#6B6B56
(107,107,86)
#5A5A48
(90,90,72)
#49493A
(73,73,58)
#38382C
(56,56,44)
#27271E
(39,39,30)
#161610
(22,22,16)
#000000
(0,0,0)

Tints of #C0C09C

#C0C09C
(192,192,156)
#C5C5A5
(197,197,165)
#CACAAE
(202,202,174)
#CFCFB7
(207,207,183)
#D4D4C0
(212,212,192)
#D9D9C9
(217,217,201)
#DEDED2
(222,222,210)
#E3E3DB
(227,227,219)
#E8E8E4
(232,232,228)
#EDEDED
(237,237,237)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C09C; }

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

This text font color is #C0C09C.


Background Color

.myBgColor { background-color: #C0C09C; }

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

This div background color is #C0C09C.


Border color

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

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

This div border color is #C0C09C.


Opacity

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

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

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

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

This text has shadow with #C0C09C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C09C on black background.


Color preview on white background

This text has color #C0C09C on white background.



Black color preview on #C0C09C background

This text has black color on #C0C09C background.


White color preview on #C0C09C background

This text has white color on #C0C09C background.