COLOR #C0CC9B

HEX: #C0CC9B
RGB: (192,204,155)

Color info

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

RGB color model

#C0CC9B color RGB value is (192,204,155).

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

RGB channels and saturation

R 192 of 255 = 75%
G 204 of 255 = 80%
B 155 of 255 = 61%

192
204
155

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

Portions of RGB colors in percentages

R + G + B =
192 + 204 + 155 = 551 (100%)
R 192 of 551 ~ 34.85%
G 204 of 551 ~ 37.02%
B 155 of 551 ~ 28.13%

%34.85
%37.02
%28.13

CMYK color model

#C0CC9B color CMYK value is (6,0,24,20).

  • cyan value is 5.88%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 20.00%
CMYK:
(6,0,24,20)
C6M0Y24K20 
(6%,0%,24%,20%)
(0.06/0.00/0.24/0.20)	

CMYK percentages

%5.88
%0
%24.02
%20

Codes

Color #C0CC9B in popluar color models

C0CC9B
RGB192204155
HSL75°32.45%70.39%
HSB/HSV75°24.02%80.00%
CMYK5.88%0.00%24.02%
20.00%

Color #C0CC9B in popluar number systems.

HEXC0CC9B
Decimal192204155
Binary110000001100110010011011
Octal300314233

Shades and tints

Shades of #C0CC9B

#C0CC9B
(192,204,155)
#AFBA8D
(175,186,141)
#9EA87F
(158,168,127)
#8D9671
(141,150,113)
#7C8463
(124,132,99)
#6B7255
(107,114,85)
#5A6047
(90,96,71)
#494E39
(73,78,57)
#383C2B
(56,60,43)
#272A1D
(39,42,29)
#16180F
(22,24,15)
#000000
(0,0,0)

Tints of #C0CC9B

#C0CC9B
(192,204,155)
#C5D0A4
(197,208,164)
#CAD4AD
(202,212,173)
#CFD8B6
(207,216,182)
#D4DCBF
(212,220,191)
#D9E0C8
(217,224,200)
#DEE4D1
(222,228,209)
#E3E8DA
(227,232,218)
#E8ECE3
(232,236,227)
#EDF0EC
(237,240,236)
#F2F4F5
(242,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0CC9B; }

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

This text font color is #C0CC9B.


Background Color

.myBgColor { background-color: #C0CC9B; }

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

This div background color is #C0CC9B.


Border color

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

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

This div border color is #C0CC9B.


Opacity

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

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

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

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

This text has shadow with #C0CC9B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CC9B on black background.


Color preview on white background

This text has color #C0CC9B on white background.



Black color preview on #C0CC9B background

This text has black color on #C0CC9B background.


White color preview on #C0CC9B background

This text has white color on #C0CC9B background.