COLOR #C0C59E

HEX: #C0C59E
RGB: (192,197,158)

Color info

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

RGB color model

#C0C59E color RGB value is (192,197,158).

  • red value is 192;
  • green value is 197;
  • blue value is 158.
RGB:
(192,197,158)
(75%,77%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 158 of 255 = 62%

192
197
158

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

Portions of RGB colors in percentages

R + G + B =
192 + 197 + 158 = 547 (100%)
R 192 of 547 ~ 35.1%
G 197 of 547 ~ 36.01%
B 158 of 547 ~ 28.88%

%35.1
%36.01
%28.88

CMYK color model

#C0C59E color CMYK value is (3,0,20,23).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 19.80%
  • key color value is 22.75%
CMYK:
(3,0,20,23)
C3M0Y20K23 
(3%,0%,20%,23%)
(0.03/0.00/0.20/0.23)	

CMYK percentages

%2.54
%0
%19.8
%22.75

Codes

Color #C0C59E in popluar color models

C0C59E
RGB192197158
HSL68°25.16%69.61%
HSB/HSV68°19.80%77.25%
CMYK2.54%0.00%19.80%
22.75%

Color #C0C59E in popluar number systems.

HEXC0C59E
Decimal192197158
Binary110000001100010110011110
Octal300305236

Shades and tints

Shades of #C0C59E

#C0C59E
(192,197,158)
#AFB490
(175,180,144)
#9EA382
(158,163,130)
#8D9274
(141,146,116)
#7C8166
(124,129,102)
#6B7058
(107,112,88)
#5A5F4A
(90,95,74)
#494E3C
(73,78,60)
#383D2E
(56,61,46)
#272C20
(39,44,32)
#161B12
(22,27,18)
#000000
(0,0,0)

Tints of #C0C59E

#C0C59E
(192,197,158)
#C5CAA6
(197,202,166)
#CACFAE
(202,207,174)
#CFD4B6
(207,212,182)
#D4D9BE
(212,217,190)
#D9DEC6
(217,222,198)
#DEE3CE
(222,227,206)
#E3E8D6
(227,232,214)
#E8EDDE
(232,237,222)
#EDF2E6
(237,242,230)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C59E; }

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

This text font color is #C0C59E.


Background Color

.myBgColor { background-color: #C0C59E; }

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

This div background color is #C0C59E.


Border color

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

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

This div border color is #C0C59E.


Opacity

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

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

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

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

This text has shadow with #C0C59E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C59E on black background.


Color preview on white background

This text has color #C0C59E on white background.



Black color preview on #C0C59E background

This text has black color on #C0C59E background.


White color preview on #C0C59E background

This text has white color on #C0C59E background.