COLOR #C5C0AA

HEX: #C5C0AA
RGB: (197,192,170)

Color info

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

RGB color model

#C5C0AA color RGB value is (197,192,170).

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

RGB channels and saturation

R 197 of 255 = 77%
G 192 of 255 = 75%
B 170 of 255 = 67%

197
192
170

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

Portions of RGB colors in percentages

R + G + B =
197 + 192 + 170 = 559 (100%)
R 197 of 559 ~ 35.24%
G 192 of 559 ~ 34.35%
B 170 of 559 ~ 30.41%

%35.24
%34.35
%30.41

CMYK color model

#C5C0AA color CMYK value is (0,3,14,23).

  • cyan value is 0.00%
  • magenta value is 2.54%
  • yellow value is 13.71%
  • key color value is 22.75%
CMYK:
(0,3,14,23)
C0M3Y14K23 
(0%,3%,14%,23%)
(0.00/0.03/0.14/0.23)	

CMYK percentages

%0
%2.54
%13.71
%22.75

Codes

Color #C5C0AA in popluar color models

C5C0AA
RGB197192170
HSL49°18.88%71.96%
HSB/HSV49°13.71%77.25%
CMYK0.00%2.54%13.71%
22.75%

Color #C5C0AA in popluar number systems.

HEXC5C0AA
Decimal197192170
Binary110001011100000010101010
Octal305300252

Shades and tints

Shades of #C5C0AA

#C5C0AA
(197,192,170)
#B4AF9B
(180,175,155)
#A39E8C
(163,158,140)
#928D7D
(146,141,125)
#817C6E
(129,124,110)
#706B5F
(112,107,95)
#5F5A50
(95,90,80)
#4E4941
(78,73,65)
#3D3832
(61,56,50)
#2C2723
(44,39,35)
#1B1614
(27,22,20)
#000000
(0,0,0)

Tints of #C5C0AA

#C5C0AA
(197,192,170)
#CAC5B1
(202,197,177)
#CFCAB8
(207,202,184)
#D4CFBF
(212,207,191)
#D9D4C6
(217,212,198)
#DED9CD
(222,217,205)
#E3DED4
(227,222,212)
#E8E3DB
(232,227,219)
#EDE8E2
(237,232,226)
#F2EDE9
(242,237,233)
#F7F2F0
(247,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5C0AA; }

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

This text font color is #C5C0AA.


Background Color

.myBgColor { background-color: #C5C0AA; }

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

This div background color is #C5C0AA.


Border color

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

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

This div border color is #C5C0AA.


Opacity

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

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

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

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

This text has shadow with #C5C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5C0AA on black background.


Color preview on white background

This text has color #C5C0AA on white background.



Black color preview on #C5C0AA background

This text has black color on #C5C0AA background.


White color preview on #C5C0AA background

This text has white color on #C5C0AA background.