COLOR #C0C19C

HEX: #C0C19C
RGB: (192,193,156)

Color info

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

RGB color model

#C0C19C color RGB value is (192,193,156).

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

RGB channels and saturation

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

192
193
156

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

Portions of RGB colors in percentages

R + G + B =
192 + 193 + 156 = 541 (100%)
R 192 of 541 ~ 35.49%
G 193 of 541 ~ 35.67%
B 156 of 541 ~ 28.84%

%35.49
%35.67
%28.84

CMYK color model

#C0C19C color CMYK value is (1,0,19,24).

  • cyan value is 0.52%
  • magenta value is 0.00%
  • yellow value is 19.17%
  • key color value is 24.31%
CMYK:
(1,0,19,24)
C1M0Y19K24 
(1%,0%,19%,24%)
(0.01/0.00/0.19/0.24)	

CMYK percentages

%0.52
%0
%19.17
%24.31

Codes

Color #C0C19C in popluar color models

C0C19C
RGB192193156
HSL62°22.98%68.43%
HSB/HSV62°19.17%75.69%
CMYK0.52%0.00%19.17%
24.31%

Color #C0C19C in popluar number systems.

HEXC0C19C
Decimal192193156
Binary110000001100000110011100
Octal300301234

Shades and tints

Shades of #C0C19C

#C0C19C
(192,193,156)
#AFB08E
(175,176,142)
#9E9F80
(158,159,128)
#8D8E72
(141,142,114)
#7C7D64
(124,125,100)
#6B6C56
(107,108,86)
#5A5B48
(90,91,72)
#494A3A
(73,74,58)
#38392C
(56,57,44)
#27281E
(39,40,30)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #C0C19C

#C0C19C
(192,193,156)
#C5C6A5
(197,198,165)
#CACBAE
(202,203,174)
#CFD0B7
(207,208,183)
#D4D5C0
(212,213,192)
#D9DAC9
(217,218,201)
#DEDFD2
(222,223,210)
#E3E4DB
(227,228,219)
#E8E9E4
(232,233,228)
#EDEEED
(237,238,237)
#F2F3F6
(242,243,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C19C; }

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

This text font color is #C0C19C.


Background Color

.myBgColor { background-color: #C0C19C; }

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

This div background color is #C0C19C.


Border color

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

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

This div border color is #C0C19C.


Opacity

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

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

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

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

This text has shadow with #C0C19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C19C on black background.


Color preview on white background

This text has color #C0C19C on white background.



Black color preview on #C0C19C background

This text has black color on #C0C19C background.


White color preview on #C0C19C background

This text has white color on #C0C19C background.