COLOR #C2C0AD

HEX: #C2C0AD
RGB: (194,192,173)

Color info

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

RGB color model

#C2C0AD color RGB value is (194,192,173).

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

RGB channels and saturation

R 194 of 255 = 76%
G 192 of 255 = 75%
B 173 of 255 = 68%

194
192
173

R + G + B ~ 73%. #C2C0AD is quite light color.

Portions of RGB colors in percentages

R + G + B =
194 + 192 + 173 = 559 (100%)
R 194 of 559 ~ 34.7%
G 192 of 559 ~ 34.35%
B 173 of 559 ~ 30.95%

%34.7
%34.35
%30.95

CMYK color model

#C2C0AD color CMYK value is (0,1,11,24).

  • cyan value is 0.00%
  • magenta value is 1.03%
  • yellow value is 10.82%
  • key color value is 23.92%
CMYK:
(0,1,11,24)
C0M1Y11K24 
(0%,1%,11%,24%)
(0.00/0.01/0.11/0.24)	

CMYK percentages

%0
%1.03
%10.82
%23.92

Codes

Color #C2C0AD in popluar color models

C2C0AD
RGB194192173
HSL54°14.69%71.96%
HSB/HSV54°10.82%76.08%
CMYK0.00%1.03%10.82%
23.92%

Color #C2C0AD in popluar number systems.

HEXC2C0AD
Decimal194192173
Binary110000101100000010101101
Octal302300255

Shades and tints

Shades of #C2C0AD

#C2C0AD
(194,192,173)
#B1AF9E
(177,175,158)
#A09E8F
(160,158,143)
#8F8D80
(143,141,128)
#7E7C71
(126,124,113)
#6D6B62
(109,107,98)
#5C5A53
(92,90,83)
#4B4944
(75,73,68)
#3A3835
(58,56,53)
#292726
(41,39,38)
#181617
(24,22,23)
#000000
(0,0,0)

Tints of #C2C0AD

#C2C0AD
(194,192,173)
#C7C5B4
(199,197,180)
#CCCABB
(204,202,187)
#D1CFC2
(209,207,194)
#D6D4C9
(214,212,201)
#DBD9D0
(219,217,208)
#E0DED7
(224,222,215)
#E5E3DE
(229,227,222)
#EAE8E5
(234,232,229)
#EFEDEC
(239,237,236)
#F4F2F3
(244,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2C0AD; }

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

This text font color is #C2C0AD.


Background Color

.myBgColor { background-color: #C2C0AD; }

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

This div background color is #C2C0AD.


Border color

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

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

This div border color is #C2C0AD.


Opacity

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

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

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

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

This text has shadow with #C2C0AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2C0AD on black background.


Color preview on white background

This text has color #C2C0AD on white background.



Black color preview on #C2C0AD background

This text has black color on #C2C0AD background.


White color preview on #C2C0AD background

This text has white color on #C2C0AD background.