COLOR #C0CB92

HEX: #C0CB92
RGB: (192,203,146)

Color info

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

RGB color model

#C0CB92 color RGB value is (192,203,146).

  • red value is 192;
  • green value is 203;
  • blue value is 146.
RGB:
(192,203,146)
(75%,80%,57%)

RGB channels and saturation

R 192 of 255 = 75%
G 203 of 255 = 80%
B 146 of 255 = 57%

192
203
146

R + G + B ~ 71%. #C0CB92 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 203 + 146 = 541 (100%)
R 192 of 541 ~ 35.49%
G 203 of 541 ~ 37.52%
B 146 of 541 ~ 26.99%

%35.49
%37.52
%26.99

CMYK color model

#C0CB92 color CMYK value is (5,0,28,20).

  • cyan value is 5.42%
  • magenta value is 0.00%
  • yellow value is 28.08%
  • key color value is 20.39%
CMYK:
(5,0,28,20)
C5M0Y28K20 
(5%,0%,28%,20%)
(0.05/0.00/0.28/0.20)	

CMYK percentages

%5.42
%0
%28.08
%20.39

Codes

Color #C0CB92 in popluar color models

C0CB92
RGB192203146
HSL72°35.40%68.43%
HSB/HSV72°28.08%79.61%
CMYK5.42%0.00%28.08%
20.39%

Color #C0CB92 in popluar number systems.

HEXC0CB92
Decimal192203146
Binary110000001100101110010010
Octal300313222

Shades and tints

Shades of #C0CB92

#C0CB92
(192,203,146)
#AFB985
(175,185,133)
#9EA778
(158,167,120)
#8D956B
(141,149,107)
#7C835E
(124,131,94)
#6B7151
(107,113,81)
#5A5F44
(90,95,68)
#494D37
(73,77,55)
#383B2A
(56,59,42)
#27291D
(39,41,29)
#161710
(22,23,16)
#000000
(0,0,0)

Tints of #C0CB92

#C0CB92
(192,203,146)
#C5CF9B
(197,207,155)
#CAD3A4
(202,211,164)
#CFD7AD
(207,215,173)
#D4DBB6
(212,219,182)
#D9DFBF
(217,223,191)
#DEE3C8
(222,227,200)
#E3E7D1
(227,231,209)
#E8EBDA
(232,235,218)
#EDEFE3
(237,239,227)
#F2F3EC
(242,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CB92 color. Also use rgb(192,203,146) instead hex code.

Text Font Color

.myTextColor { color: #C0CB92; }

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

This text font color is #C0CB92.


Background Color

.myBgColor { background-color: #C0CB92; }

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

This div background color is #C0CB92.


Border color

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

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

This div border color is #C0CB92.


Opacity

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

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

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

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

This text has shadow with #C0CB92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CB92 on black background.


Color preview on white background

This text has color #C0CB92 on white background.



Black color preview on #C0CB92 background

This text has black color on #C0CB92 background.


White color preview on #C0CB92 background

This text has white color on #C0CB92 background.