COLOR #C0C288

HEX: #C0C288
RGB: (192,194,136)

Color info

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

RGB color model

#C0C288 color RGB value is (192,194,136).

  • red value is 192;
  • green value is 194;
  • blue value is 136.
RGB:
(192,194,136)
(75%,76%,53%)

RGB channels and saturation

R 192 of 255 = 75%
G 194 of 255 = 76%
B 136 of 255 = 53%

192
194
136

R + G + B ~ 68%. #C0C288 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 194 + 136 = 522 (100%)
R 192 of 522 ~ 36.78%
G 194 of 522 ~ 37.16%
B 136 of 522 ~ 26.05%

%36.78
%37.16
%26.05

CMYK color model

#C0C288 color CMYK value is (1,0,30,24).

  • cyan value is 1.03%
  • magenta value is 0.00%
  • yellow value is 29.90%
  • key color value is 23.92%
CMYK:
(1,0,30,24)
C1M0Y30K24 
(1%,0%,30%,24%)
(0.01/0.00/0.30/0.24)	

CMYK percentages

%1.03
%0
%29.9
%23.92

Codes

Color #C0C288 in popluar color models

C0C288
RGB192194136
HSL62°32.22%64.71%
HSB/HSV62°29.90%76.08%
CMYK1.03%0.00%29.90%
23.92%

Color #C0C288 in popluar number systems.

HEXC0C288
Decimal192194136
Binary110000001100001010001000
Octal300302210

Shades and tints

Shades of #C0C288

#C0C288
(192,194,136)
#AFB17C
(175,177,124)
#9EA070
(158,160,112)
#8D8F64
(141,143,100)
#7C7E58
(124,126,88)
#6B6D4C
(107,109,76)
#5A5C40
(90,92,64)
#494B34
(73,75,52)
#383A28
(56,58,40)
#27291C
(39,41,28)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #C0C288

#C0C288
(192,194,136)
#C5C792
(197,199,146)
#CACC9C
(202,204,156)
#CFD1A6
(207,209,166)
#D4D6B0
(212,214,176)
#D9DBBA
(217,219,186)
#DEE0C4
(222,224,196)
#E3E5CE
(227,229,206)
#E8EAD8
(232,234,216)
#EDEFE2
(237,239,226)
#F2F4EC
(242,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C288 color. Also use rgb(192,194,136) instead hex code.

Text Font Color

.myTextColor { color: #C0C288; }

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

This text font color is #C0C288.


Background Color

.myBgColor { background-color: #C0C288; }

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

This div background color is #C0C288.


Border color

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

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

This div border color is #C0C288.


Opacity

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

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

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

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

This text has shadow with #C0C288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C288 on black background.


Color preview on white background

This text has color #C0C288 on white background.



Black color preview on #C0C288 background

This text has black color on #C0C288 background.


White color preview on #C0C288 background

This text has white color on #C0C288 background.