COLOR #C0C5A2

HEX: #C0C5A2
RGB: (192,197,162)

Color info

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

RGB color model

#C0C5A2 color RGB value is (192,197,162).

  • red value is 192;
  • green value is 197;
  • blue value is 162.
RGB:
(192,197,162)
(75%,77%,64%)

RGB channels and saturation

R 192 of 255 = 75%
G 197 of 255 = 77%
B 162 of 255 = 64%

192
197
162

R + G + B ~ 72%. #C0C5A2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 197 + 162 = 551 (100%)
R 192 of 551 ~ 34.85%
G 197 of 551 ~ 35.75%
B 162 of 551 ~ 29.4%

%34.85
%35.75
%29.4

CMYK color model

#C0C5A2 color CMYK value is (3,0,18,23).

  • cyan value is 2.54%
  • magenta value is 0.00%
  • yellow value is 17.77%
  • key color value is 22.75%
CMYK:
(3,0,18,23)
C3M0Y18K23 
(3%,0%,18%,23%)
(0.03/0.00/0.18/0.23)	

CMYK percentages

%2.54
%0
%17.77
%22.75

Codes

Color #C0C5A2 in popluar color models

C0C5A2
RGB192197162
HSL69°23.18%70.39%
HSB/HSV69°17.77%77.25%
CMYK2.54%0.00%17.77%
22.75%

Color #C0C5A2 in popluar number systems.

HEXC0C5A2
Decimal192197162
Binary110000001100010110100010
Octal300305242

Shades and tints

Shades of #C0C5A2

#C0C5A2
(192,197,162)
#AFB494
(175,180,148)
#9EA386
(158,163,134)
#8D9278
(141,146,120)
#7C816A
(124,129,106)
#6B705C
(107,112,92)
#5A5F4E
(90,95,78)
#494E40
(73,78,64)
#383D32
(56,61,50)
#272C24
(39,44,36)
#161B16
(22,27,22)
#000000
(0,0,0)

Tints of #C0C5A2

#C0C5A2
(192,197,162)
#C5CAAA
(197,202,170)
#CACFB2
(202,207,178)
#CFD4BA
(207,212,186)
#D4D9C2
(212,217,194)
#D9DECA
(217,222,202)
#DEE3D2
(222,227,210)
#E3E8DA
(227,232,218)
#E8EDE2
(232,237,226)
#EDF2EA
(237,242,234)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C5A2 color. Also use rgb(192,197,162) instead hex code.

Text Font Color

.myTextColor { color: #C0C5A2; }

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

This text font color is #C0C5A2.


Background Color

.myBgColor { background-color: #C0C5A2; }

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

This div background color is #C0C5A2.


Border color

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

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

This div border color is #C0C5A2.


Opacity

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

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

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

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

This text has shadow with #C0C5A2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C5A2 on black background.


Color preview on white background

This text has color #C0C5A2 on white background.



Black color preview on #C0C5A2 background

This text has black color on #C0C5A2 background.


White color preview on #C0C5A2 background

This text has white color on #C0C5A2 background.