COLOR #C2C0A0

HEX: #C2C0A0
RGB: (194,192,160)

Color info

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

RGB color model

#C2C0A0 color RGB value is (194,192,160).

  • red value is 194;
  • green value is 192;
  • blue value is 160.
RGB:
(194,192,160)
(76%,75%,63%)

RGB channels and saturation

R 194 of 255 = 76%
G 192 of 255 = 75%
B 160 of 255 = 63%

194
192
160

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

Portions of RGB colors in percentages

R + G + B =
194 + 192 + 160 = 546 (100%)
R 194 of 546 ~ 35.53%
G 192 of 546 ~ 35.16%
B 160 of 546 ~ 29.3%

%35.53
%35.16
%29.3

CMYK color model

#C2C0A0 color CMYK value is (0,1,18,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 17.53%
  • key color value is 23.92%
CMYK:
(0,1,18,24)
C0M1Y18K24 
(0%,1%,18%,24%)
(0.00/0.01/0.18/0.24)	

CMYK percentages

%0
%1.03
%17.53
%23.92

Codes

Color #C2C0A0 in popluar color models

C2C0A0
RGB194192160
HSL56°21.79%69.41%
HSB/HSV56°17.53%76.08%
CMYK0.00%1.03%17.53%
23.92%

Color #C2C0A0 in popluar number systems.

HEXC2C0A0
Decimal194192160
Binary110000101100000010100000
Octal302300240

Shades and tints

Shades of #C2C0A0

#C2C0A0
(194,192,160)
#B1AF92
(177,175,146)
#A09E84
(160,158,132)
#8F8D76
(143,141,118)
#7E7C68
(126,124,104)
#6D6B5A
(109,107,90)
#5C5A4C
(92,90,76)
#4B493E
(75,73,62)
#3A3830
(58,56,48)
#292722
(41,39,34)
#181614
(24,22,20)
#000000
(0,0,0)

Tints of #C2C0A0

#C2C0A0
(194,192,160)
#C7C5A8
(199,197,168)
#CCCAB0
(204,202,176)
#D1CFB8
(209,207,184)
#D6D4C0
(214,212,192)
#DBD9C8
(219,217,200)
#E0DED0
(224,222,208)
#E5E3D8
(229,227,216)
#EAE8E0
(234,232,224)
#EFEDE8
(239,237,232)
#F4F2F0
(244,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2C0A0 color. Also use rgb(194,192,160) instead hex code.

Text Font Color

.myTextColor { color: #C2C0A0; }

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

This text font color is #C2C0A0.


Background Color

.myBgColor { background-color: #C2C0A0; }

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

This div background color is #C2C0A0.


Border color

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

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

This div border color is #C2C0A0.


Opacity

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

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

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

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

This text has shadow with #C2C0A0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C0A0 on black background.


Color preview on white background

This text has color #C2C0A0 on white background.



Black color preview on #C2C0A0 background

This text has black color on #C2C0A0 background.


White color preview on #C2C0A0 background

This text has white color on #C2C0A0 background.