COLOR #C4C0AA

HEX: #C4C0AA
RGB: (196,192,170)

Color info

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

RGB color model

#C4C0AA color RGB value is (196,192,170).

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

RGB channels and saturation

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

196
192
170

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

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 170 = 558 (100%)
R 196 of 558 ~ 35.13%
G 192 of 558 ~ 34.41%
B 170 of 558 ~ 30.47%

%35.13
%34.41
%30.47

CMYK color model

#C4C0AA color CMYK value is (0,2,13,23).

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 13.27%
  • key color value is 23.14%
CMYK:
(0,2,13,23)
C0M2Y13K23 
(0%,2%,13%,23%)
(0.00/0.02/0.13/0.23)	

CMYK percentages

%0
%2.04
%13.27
%23.14

Codes

Color #C4C0AA in popluar color models

C4C0AA
RGB196192170
HSL51°18.06%71.76%
HSB/HSV51°13.27%76.86%
CMYK0.00%2.04%13.27%
23.14%

Color #C4C0AA in popluar number systems.

HEXC4C0AA
Decimal196192170
Binary110001001100000010101010
Octal304300252

Shades and tints

Shades of #C4C0AA

#C4C0AA
(196,192,170)
#B3AF9B
(179,175,155)
#A29E8C
(162,158,140)
#918D7D
(145,141,125)
#807C6E
(128,124,110)
#6F6B5F
(111,107,95)
#5E5A50
(94,90,80)
#4D4941
(77,73,65)
#3C3832
(60,56,50)
#2B2723
(43,39,35)
#1A1614
(26,22,20)
#000000
(0,0,0)

Tints of #C4C0AA

#C4C0AA
(196,192,170)
#C9C5B1
(201,197,177)
#CECAB8
(206,202,184)
#D3CFBF
(211,207,191)
#D8D4C6
(216,212,198)
#DDD9CD
(221,217,205)
#E2DED4
(226,222,212)
#E7E3DB
(231,227,219)
#ECE8E2
(236,232,226)
#F1EDE9
(241,237,233)
#F6F2F0
(246,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C0AA; }

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

This text font color is #C4C0AA.


Background Color

.myBgColor { background-color: #C4C0AA; }

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

This div background color is #C4C0AA.


Border color

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

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

This div border color is #C4C0AA.


Opacity

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

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

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

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

This text has shadow with #C4C0AA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0AA on black background.


Color preview on white background

This text has color #C4C0AA on white background.



Black color preview on #C4C0AA background

This text has black color on #C4C0AA background.


White color preview on #C4C0AA background

This text has white color on #C4C0AA background.