COLOR #C0C38E

HEX: #C0C38E
RGB: (192,195,142)

Color info

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

RGB color model

#C0C38E color RGB value is (192,195,142).

  • red value is 192;
  • green value is 195;
  • blue value is 142.
RGB:
(192,195,142)
(75%,76%,56%)

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 142 of 255 = 56%

192
195
142

R + G + B ~ 69%. #C0C38E is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 195 + 142 = 529 (100%)
R 192 of 529 ~ 36.29%
G 195 of 529 ~ 36.86%
B 142 of 529 ~ 26.84%

%36.29
%36.86
%26.84

CMYK color model

#C0C38E color CMYK value is (2,0,27,24).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 27.18%
  • key color value is 23.53%
CMYK:
(2,0,27,24)
C2M0Y27K24 
(2%,0%,27%,24%)
(0.02/0.00/0.27/0.24)	

CMYK percentages

%1.54
%0
%27.18
%23.53

Codes

Color #C0C38E in popluar color models

C0C38E
RGB192195142
HSL63°30.64%66.08%
HSB/HSV63°27.18%76.47%
CMYK1.54%0.00%27.18%
23.53%

Color #C0C38E in popluar number systems.

HEXC0C38E
Decimal192195142
Binary110000001100001110001110
Octal300303216

Shades and tints

Shades of #C0C38E

#C0C38E
(192,195,142)
#AFB282
(175,178,130)
#9EA176
(158,161,118)
#8D906A
(141,144,106)
#7C7F5E
(124,127,94)
#6B6E52
(107,110,82)
#5A5D46
(90,93,70)
#494C3A
(73,76,58)
#383B2E
(56,59,46)
#272A22
(39,42,34)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #C0C38E

#C0C38E
(192,195,142)
#C5C898
(197,200,152)
#CACDA2
(202,205,162)
#CFD2AC
(207,210,172)
#D4D7B6
(212,215,182)
#D9DCC0
(217,220,192)
#DEE1CA
(222,225,202)
#E3E6D4
(227,230,212)
#E8EBDE
(232,235,222)
#EDF0E8
(237,240,232)
#F2F5F2
(242,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C38E color. Also use rgb(192,195,142) instead hex code.

Text Font Color

.myTextColor { color: #C0C38E; }

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

This text font color is #C0C38E.


Background Color

.myBgColor { background-color: #C0C38E; }

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

This div background color is #C0C38E.


Border color

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

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

This div border color is #C0C38E.


Opacity

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

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

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

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

This text has shadow with #C0C38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C38E on black background.


Color preview on white background

This text has color #C0C38E on white background.



Black color preview on #C0C38E background

This text has black color on #C0C38E background.


White color preview on #C0C38E background

This text has white color on #C0C38E background.