COLOR #C0C393

HEX: #C0C393
RGB: (192,195,147)

Color info

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

RGB color model

#C0C393 color RGB value is (192,195,147).

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

RGB channels and saturation

R 192 of 255 = 75%
G 195 of 255 = 76%
B 147 of 255 = 58%

192
195
147

R + G + B ~ 70%. #C0C393 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 195 + 147 = 534 (100%)
R 192 of 534 ~ 35.96%
G 195 of 534 ~ 36.52%
B 147 of 534 ~ 27.53%

%35.96
%36.52
%27.53

CMYK color model

#C0C393 color CMYK value is (2,0,25,24).

  • cyan value is 1.54%
  • magenta value is 0.00%
  • yellow value is 24.62%
  • key color value is 23.53%
CMYK:
(2,0,25,24)
C2M0Y25K24 
(2%,0%,25%,24%)
(0.02/0.00/0.25/0.24)	

CMYK percentages

%1.54
%0
%24.62
%23.53

Codes

Color #C0C393 in popluar color models

C0C393
RGB192195147
HSL64°28.57%67.06%
HSB/HSV64°24.62%76.47%
CMYK1.54%0.00%24.62%
23.53%

Color #C0C393 in popluar number systems.

HEXC0C393
Decimal192195147
Binary110000001100001110010011
Octal300303223

Shades and tints

Shades of #C0C393

#C0C393
(192,195,147)
#AFB286
(175,178,134)
#9EA179
(158,161,121)
#8D906C
(141,144,108)
#7C7F5F
(124,127,95)
#6B6E52
(107,110,82)
#5A5D45
(90,93,69)
#494C38
(73,76,56)
#383B2B
(56,59,43)
#272A1E
(39,42,30)
#161911
(22,25,17)
#000000
(0,0,0)

Tints of #C0C393

#C0C393
(192,195,147)
#C5C89C
(197,200,156)
#CACDA5
(202,205,165)
#CFD2AE
(207,210,174)
#D4D7B7
(212,215,183)
#D9DCC0
(217,220,192)
#DEE1C9
(222,225,201)
#E3E6D2
(227,230,210)
#E8EBDB
(232,235,219)
#EDF0E4
(237,240,228)
#F2F5ED
(242,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C393; }

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

This text font color is #C0C393.


Background Color

.myBgColor { background-color: #C0C393; }

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

This div background color is #C0C393.


Border color

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

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

This div border color is #C0C393.


Opacity

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

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

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

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

This text has shadow with #C0C393 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C393 on black background.


Color preview on white background

This text has color #C0C393 on white background.



Black color preview on #C0C393 background

This text has black color on #C0C393 background.


White color preview on #C0C393 background

This text has white color on #C0C393 background.