COLOR #C0CC9F

HEX: #C0CC9F
RGB: (192,204,159)

Color info

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

RGB color model

#C0CC9F color RGB value is (192,204,159).

  • red value is 192;
  • green value is 204;
  • blue value is 159.
RGB:
(192,204,159)
(75%,80%,62%)

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 159 of 255 = 62%

192
204
159

R + G + B ~ 72%. #C0CC9F is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 159 = 555 (100%)
R 192 of 555 ~ 34.59%
G 204 of 555 ~ 36.76%
B 159 of 555 ~ 28.65%

%34.59
%36.76
%28.65

CMYK color model

#C0CC9F color CMYK value is (6,0,22,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 22.06%
  • key color value is 20.00%
CMYK:
(6,0,22,20)
C6M0Y22K20 
(6%,0%,22%,20%)
(0.06/0.00/0.22/0.20)	

CMYK percentages

%5.88
%0
%22.06
%20

Codes

Color #C0CC9F in popluar color models

C0CC9F
RGB192204159
HSL76°30.61%71.18%
HSB/HSV76°22.06%80.00%
CMYK5.88%0.00%22.06%
20.00%

Color #C0CC9F in popluar number systems.

HEXC0CC9F
Decimal192204159
Binary110000001100110010011111
Octal300314237

Shades and tints

Shades of #C0CC9F

#C0CC9F
(192,204,159)
#AFBA91
(175,186,145)
#9EA883
(158,168,131)
#8D9675
(141,150,117)
#7C8467
(124,132,103)
#6B7259
(107,114,89)
#5A604B
(90,96,75)
#494E3D
(73,78,61)
#383C2F
(56,60,47)
#272A21
(39,42,33)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #C0CC9F

#C0CC9F
(192,204,159)
#C5D0A7
(197,208,167)
#CAD4AF
(202,212,175)
#CFD8B7
(207,216,183)
#D4DCBF
(212,220,191)
#D9E0C7
(217,224,199)
#DEE4CF
(222,228,207)
#E3E8D7
(227,232,215)
#E8ECDF
(232,236,223)
#EDF0E7
(237,240,231)
#F2F4EF
(242,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CC9F color. Also use rgb(192,204,159) instead hex code.

Text Font Color

.myTextColor { color: #C0CC9F; }

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

This text font color is #C0CC9F.


Background Color

.myBgColor { background-color: #C0CC9F; }

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

This div background color is #C0CC9F.


Border color

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

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

This div border color is #C0CC9F.


Opacity

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

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

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

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

This text has shadow with #C0CC9F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CC9F on black background.


Color preview on white background

This text has color #C0CC9F on white background.



Black color preview on #C0CC9F background

This text has black color on #C0CC9F background.


White color preview on #C0CC9F background

This text has white color on #C0CC9F background.