COLOR #C0C993

HEX: #C0C993
RGB: (192,201,147)

Color info

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

RGB color model

#C0C993 color RGB value is (192,201,147).

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

RGB channels and saturation

R 192 of 255 = 75%
G 201 of 255 = 79%
B 147 of 255 = 58%

192
201
147

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

Portions of RGB colors in percentages

R + G + B =
192 + 201 + 147 = 540 (100%)
R 192 of 540 ~ 35.56%
G 201 of 540 ~ 37.22%
B 147 of 540 ~ 27.22%

%35.56
%37.22
%27.22

CMYK color model

#C0C993 color CMYK value is (4,0,27,21).

  • cyan value is 4.48%
  • magenta value is 0.00%
  • yellow value is 26.87%
  • key color value is 21.18%
CMYK:
(4,0,27,21)
C4M0Y27K21 
(4%,0%,27%,21%)
(0.04/0.00/0.27/0.21)	

CMYK percentages

%4.48
%0
%26.87
%21.18

Codes

Color #C0C993 in popluar color models

C0C993
RGB192201147
HSL70°33.33%68.24%
HSB/HSV70°26.87%78.82%
CMYK4.48%0.00%26.87%
21.18%

Color #C0C993 in popluar number systems.

HEXC0C993
Decimal192201147
Binary110000001100100110010011
Octal300311223

Shades and tints

Shades of #C0C993

#C0C993
(192,201,147)
#AFB786
(175,183,134)
#9EA579
(158,165,121)
#8D936C
(141,147,108)
#7C815F
(124,129,95)
#6B6F52
(107,111,82)
#5A5D45
(90,93,69)
#494B38
(73,75,56)
#38392B
(56,57,43)
#27271E
(39,39,30)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #C0C993

#C0C993
(192,201,147)
#C5CD9C
(197,205,156)
#CAD1A5
(202,209,165)
#CFD5AE
(207,213,174)
#D4D9B7
(212,217,183)
#D9DDC0
(217,221,192)
#DEE1C9
(222,225,201)
#E3E5D2
(227,229,210)
#E8E9DB
(232,233,219)
#EDEDE4
(237,237,228)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C993; }

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

This text font color is #C0C993.


Background Color

.myBgColor { background-color: #C0C993; }

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

This div background color is #C0C993.


Border color

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

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

This div border color is #C0C993.


Opacity

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

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

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

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

This text has shadow with #C0C993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C993 on black background.


Color preview on white background

This text has color #C0C993 on white background.



Black color preview on #C0C993 background

This text has black color on #C0C993 background.


White color preview on #C0C993 background

This text has white color on #C0C993 background.