COLOR #C0CA87

HEX: #C0CA87
RGB: (192,202,135)

Color info

#C0CA87 contains mainly red and green colors. Web safe color of #C0CA87 is #CCCC99 (or #CC9).

RGB color model

#C0CA87 color RGB value is (192,202,135).

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

RGB channels and saturation

R 192 of 255 = 75%
G 202 of 255 = 79%
B 135 of 255 = 53%

192
202
135

R + G + B ~ 69%. #C0CA87 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 202 + 135 = 529 (100%)
R 192 of 529 ~ 36.29%
G 202 of 529 ~ 38.19%
B 135 of 529 ~ 25.52%

%36.29
%38.19
%25.52

CMYK color model

#C0CA87 color CMYK value is (5,0,33,21).

  • cyan value is 4.95%
  • magenta value is 0.00%
  • yellow value is 33.17%
  • key color value is 20.78%
CMYK:
(5,0,33,21)
C5M0Y33K21 
(5%,0%,33%,21%)
(0.05/0.00/0.33/0.21)	

CMYK percentages

%4.95
%0
%33.17
%20.78

Codes

Color #C0CA87 in popluar color models

C0CA87
RGB192202135
HSL69°38.73%66.08%
HSB/HSV69°33.17%79.22%
CMYK4.95%0.00%33.17%
20.78%

Color #C0CA87 in popluar number systems.

HEXC0CA87
Decimal192202135
Binary110000001100101010000111
Octal300312207

Shades and tints

Shades of #C0CA87

#C0CA87
(192,202,135)
#AFB87B
(175,184,123)
#9EA66F
(158,166,111)
#8D9463
(141,148,99)
#7C8257
(124,130,87)
#6B704B
(107,112,75)
#5A5E3F
(90,94,63)
#494C33
(73,76,51)
#383A27
(56,58,39)
#27281B
(39,40,27)
#16160F
(22,22,15)
#000000
(0,0,0)

Tints of #C0CA87

#C0CA87
(192,202,135)
#C5CE91
(197,206,145)
#CAD29B
(202,210,155)
#CFD6A5
(207,214,165)
#D4DAAF
(212,218,175)
#D9DEB9
(217,222,185)
#DEE2C3
(222,226,195)
#E3E6CD
(227,230,205)
#E8EAD7
(232,234,215)
#EDEEE1
(237,238,225)
#F2F2EB
(242,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CA87; }

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

This text font color is #C0CA87.


Background Color

.myBgColor { background-color: #C0CA87; }

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

This div background color is #C0CA87.


Border color

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

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

This div border color is #C0CA87.


Opacity

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

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

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

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

This text has shadow with #C0CA87 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CA87 on black background.


Color preview on white background

This text has color #C0CA87 on white background.



Black color preview on #C0CA87 background

This text has black color on #C0CA87 background.


White color preview on #C0CA87 background

This text has white color on #C0CA87 background.