COLOR #C0C579

HEX: #C0C579
RGB: (192,197,121)

Color info

#C0C579 contains mainly red and green colors. Web safe color of #C0C579 is #CCCC66 (or #CC6).

RGB color model

#C0C579 color RGB value is (192,197,121).

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

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 121 of 255 = 47%

192
197
121

R + G + B ~ 66%. #C0C579 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 197 + 121 = 510 (100%)
R 192 of 510 ~ 37.65%
G 197 of 510 ~ 38.63%
B 121 of 510 ~ 23.73%

%37.65
%38.63
%23.73

CMYK color model

#C0C579 color CMYK value is (3,0,39,23).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 38.58%
  • key color value is 22.75%
CMYK:
(3,0,39,23)
C3M0Y39K23 
(3%,0%,39%,23%)
(0.03/0.00/0.39/0.23)	

CMYK percentages

%2.54
%0
%38.58
%22.75

Codes

Color #C0C579 in popluar color models

C0C579
RGB192197121
HSL64°39.58%62.35%
HSB/HSV64°38.58%77.25%
CMYK2.54%0.00%38.58%
22.75%

Color #C0C579 in popluar number systems.

HEXC0C579
Decimal192197121
Binary11000000110001011111001
Octal300305171

Shades and tints

Shades of #C0C579

#C0C579
(192,197,121)
#AFB46E
(175,180,110)
#9EA363
(158,163,99)
#8D9258
(141,146,88)
#7C814D
(124,129,77)
#6B7042
(107,112,66)
#5A5F37
(90,95,55)
#494E2C
(73,78,44)
#383D21
(56,61,33)
#272C16
(39,44,22)
#161B0B
(22,27,11)
#000000
(0,0,0)

Tints of #C0C579

#C0C579
(192,197,121)
#C5CA85
(197,202,133)
#CACF91
(202,207,145)
#CFD49D
(207,212,157)
#D4D9A9
(212,217,169)
#D9DEB5
(217,222,181)
#DEE3C1
(222,227,193)
#E3E8CD
(227,232,205)
#E8EDD9
(232,237,217)
#EDF2E5
(237,242,229)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C579; }

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

This text font color is #C0C579.


Background Color

.myBgColor { background-color: #C0C579; }

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

This div background color is #C0C579.


Border color

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

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

This div border color is #C0C579.


Opacity

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

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

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

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

This text has shadow with #C0C579 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C579 on black background.


Color preview on white background

This text has color #C0C579 on white background.



Black color preview on #C0C579 background

This text has black color on #C0C579 background.


White color preview on #C0C579 background

This text has white color on #C0C579 background.