COLOR #C0CA77

HEX: #C0CA77
RGB: (192,202,119)

Color info

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

RGB color model

#C0CA77 color RGB value is (192,202,119).

  • red value is 192;
  • green value is 202;
  • blue value is 119.
RGB:
(192,202,119)
(75%,79%,47%)

RGB channels and saturation

R 192 of 255 = 75%
G 202 of 255 = 79%
B 119 of 255 = 47%

192
202
119

R + G + B ~ 67%. #C0CA77 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 202 + 119 = 513 (100%)
R 192 of 513 ~ 37.43%
G 202 of 513 ~ 39.38%
B 119 of 513 ~ 23.2%

%37.43
%39.38
%23.2

CMYK color model

#C0CA77 color CMYK value is (5,0,41,21).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 41.09%
  • key color value is 20.78%
CMYK:
(5,0,41,21)
C5M0Y41K21 
(5%,0%,41%,21%)
(0.05/0.00/0.41/0.21)	

CMYK percentages

%4.95
%0
%41.09
%20.78

Codes

Color #C0CA77 in popluar color models

C0CA77
RGB192202119
HSL67°43.92%62.94%
HSB/HSV67°41.09%79.22%
CMYK4.95%0.00%41.09%
20.78%

Color #C0CA77 in popluar number systems.

HEXC0CA77
Decimal192202119
Binary11000000110010101110111
Octal300312167

Shades and tints

Shades of #C0CA77

#C0CA77
(192,202,119)
#AFB86D
(175,184,109)
#9EA663
(158,166,99)
#8D9459
(141,148,89)
#7C824F
(124,130,79)
#6B7045
(107,112,69)
#5A5E3B
(90,94,59)
#494C31
(73,76,49)
#383A27
(56,58,39)
#27281D
(39,40,29)
#161613
(22,22,19)
#000000
(0,0,0)

Tints of #C0CA77

#C0CA77
(192,202,119)
#C5CE83
(197,206,131)
#CAD28F
(202,210,143)
#CFD69B
(207,214,155)
#D4DAA7
(212,218,167)
#D9DEB3
(217,222,179)
#DEE2BF
(222,226,191)
#E3E6CB
(227,230,203)
#E8EAD7
(232,234,215)
#EDEEE3
(237,238,227)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CA77; }

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

This text font color is #C0CA77.


Background Color

.myBgColor { background-color: #C0CA77; }

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

This div background color is #C0CA77.


Border color

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

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

This div border color is #C0CA77.


Opacity

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

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

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

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

This text has shadow with #C0CA77 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CA77 on black background.


Color preview on white background

This text has color #C0CA77 on white background.



Black color preview on #C0CA77 background

This text has black color on #C0CA77 background.


White color preview on #C0CA77 background

This text has white color on #C0CA77 background.