COLOR #C0CD93

HEX: #C0CD93
RGB: (192,205,147)

Color info

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

RGB color model

#C0CD93 color RGB value is (192,205,147).

  • red value is 192;
  • green value is 205;
  • blue value is 147.
RGB:
(192,205,147)
(75%,80%,58%)

RGB channels and saturation

R 192 of 255 = 75%
G 205 of 255 = 80%
B 147 of 255 = 58%

192
205
147

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

Portions of RGB colors in percentages

R + G + B =
192 + 205 + 147 = 544 (100%)
R 192 of 544 ~ 35.29%
G 205 of 544 ~ 37.68%
B 147 of 544 ~ 27.02%

%35.29
%37.68
%27.02

CMYK color model

#C0CD93 color CMYK value is (6,0,28,20).

  • cyan value is 6.34%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 19.61%
CMYK:
(6,0,28,20)
C6M0Y28K20 
(6%,0%,28%,20%)
(0.06/0.00/0.28/0.20)	

CMYK percentages

%6.34
%0
%28.29
%19.61

Codes

Color #C0CD93 in popluar color models

C0CD93
RGB192205147
HSL73°36.71%69.02%
HSB/HSV73°28.29%80.39%
CMYK6.34%0.00%28.29%
19.61%

Color #C0CD93 in popluar number systems.

HEXC0CD93
Decimal192205147
Binary110000001100110110010011
Octal300315223

Shades and tints

Shades of #C0CD93

#C0CD93
(192,205,147)
#AFBB86
(175,187,134)
#9EA979
(158,169,121)
#8D976C
(141,151,108)
#7C855F
(124,133,95)
#6B7352
(107,115,82)
#5A6145
(90,97,69)
#494F38
(73,79,56)
#383D2B
(56,61,43)
#272B1E
(39,43,30)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #C0CD93

#C0CD93
(192,205,147)
#C5D19C
(197,209,156)
#CAD5A5
(202,213,165)
#CFD9AE
(207,217,174)
#D4DDB7
(212,221,183)
#D9E1C0
(217,225,192)
#DEE5C9
(222,229,201)
#E3E9D2
(227,233,210)
#E8EDDB
(232,237,219)
#EDF1E4
(237,241,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0CD93 color. Also use rgb(192,205,147) instead hex code.

Text Font Color

.myTextColor { color: #C0CD93; }

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

This text font color is #C0CD93.


Background Color

.myBgColor { background-color: #C0CD93; }

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

This div background color is #C0CD93.


Border color

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

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

This div border color is #C0CD93.


Opacity

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

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

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

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

This text has shadow with #C0CD93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0CD93 on black background.


Color preview on white background

This text has color #C0CD93 on white background.



Black color preview on #C0CD93 background

This text has black color on #C0CD93 background.


White color preview on #C0CD93 background

This text has white color on #C0CD93 background.