COLOR #C0C59D

HEX: #C0C59D RGB: (192,197,157)

Color info

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

RGB color model

#C0C59D color RGB value is (192,197,157).

RGB: (192,197,157) (75%, 77%, 62%)

RGB channels and saturation

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

192
197
157

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

Portions of RGB colors in percentages

R + G + B = 192 + 197 + 157 = 546 (100%)
R 192 of 546 ~ 35.16%
G 197 of 546 ~ 36.08%
B 157 of 546 ~ 28.75'%

%35.16
%36.08
%28.75

CMYK color model

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

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • 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
%20.3
%22.75

Codes

Color #C0C59D in popluar color models

C0 C5 9D
RGB 192 197 157
HSL 68° 25.64% 69.41%
HSB/HSV 68° 20.30% 77.25%
CMYK 2.54% 0.00% 20.30%
22.75%

Color #C0C59D in popluar number systems.

HEX C0 C5 9D
Decimal 192 197 157
Binary 11000000 11000101 10011101
Octal 300 305 235

Shades and tints

Shades of #C0C59D

#C0C59D
(192,197,157)
#AFB48F
(175,180,143)
#9EA381
(158,163,129)
#8D9273
(141,146,115)
#7C8165
(124,129,101)
#6B7057
(107,112,87)
#5A5F49
(90,95,73)
#494E3B
(73,78,59)
#383D2D
(56,61,45)
#272C1F
(39,44,31)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #C0C59D

#C0C59D
(192,197,157)
#C5CAA5
(197,202,165)
#CACFAD
(202,207,173)
#CFD4B5
(207,212,181)
#D4D9BD
(212,217,189)
#D9DEC5
(217,222,197)
#DEE3CD
(222,227,205)
#E3E8D5
(227,232,213)
#E8EDDD
(232,237,221)
#EDF2E5
(237,242,229)
#F2F7ED
(242,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C59D; }

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

This text font color is #C0C59D.

Background Color

.myBgColor { background-color: #C0C59D; }

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

This div background color is #C0C59D.

Border color

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

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

This div border color is #C0C59D.

Opacity

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

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

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

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

This text has shadow with #C0C59D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C59D.

Preview

Color preview on black background

This text has color #C0C59D on black background.


Color preview on white background

This text has color #C0C59D on white background.


Black color preview on #C0C59D background

This text has black color on #C0C59D background.


White color preview on #C0C59D background

This text has white color on #C0C59D background.


Related colors

Complementary color

Complementary color for #hex is #3F3A62.


I love getcolorcode.com

Triadic colors

1 #9DC0C5 and #C59DC0 with #C0C59D are triadic colors.

2 #9DC5C0 and #C5C09D with #C0C59D are triadic colors.