COLOR #C4C0AB

HEX: #C4C0AB
RGB: (196,192,171)

Color info

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

RGB color model

#C4C0AB color RGB value is (196,192,171).

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

RGB channels and saturation

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

196
192
171

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

Portions of RGB colors in percentages

R + G + B =
196 + 192 + 171 = 559 (100%)
R 196 of 559 ~ 35.06%
G 192 of 559 ~ 34.35%
B 171 of 559 ~ 30.59%

%35.06
%34.35
%30.59

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.04%
  • yellow value is 12.76%
  • 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
%12.76
%23.14

Codes

Color #C4C0AB in popluar color models

C4C0AB
RGB196192171
HSL50°17.48%71.96%
HSB/HSV50°12.76%76.86%
CMYK0.00%2.04%12.76%
23.14%

Color #C4C0AB in popluar number systems.

HEXC4C0AB
Decimal196192171
Binary110001001100000010101011
Octal304300253

Shades and tints

Shades of #C4C0AB

#C4C0AB
(196,192,171)
#B3AF9C
(179,175,156)
#A29E8D
(162,158,141)
#918D7E
(145,141,126)
#807C6F
(128,124,111)
#6F6B60
(111,107,96)
#5E5A51
(94,90,81)
#4D4942
(77,73,66)
#3C3833
(60,56,51)
#2B2724
(43,39,36)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C4C0AB

#C4C0AB
(196,192,171)
#C9C5B2
(201,197,178)
#CECAB9
(206,202,185)
#D3CFC0
(211,207,192)
#D8D4C7
(216,212,199)
#DDD9CE
(221,217,206)
#E2DED5
(226,222,213)
#E7E3DC
(231,227,220)
#ECE8E3
(236,232,227)
#F1EDEA
(241,237,234)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4C0AB; }

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

This text font color is #C4C0AB.


Background Color

.myBgColor { background-color: #C4C0AB; }

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

This div background color is #C4C0AB.


Border color

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

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

This div border color is #C4C0AB.


Opacity

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

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

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

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

This text has shadow with #C4C0AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4C0AB on black background.


Color preview on white background

This text has color #C4C0AB on white background.



Black color preview on #C4C0AB background

This text has black color on #C4C0AB background.


White color preview on #C4C0AB background

This text has white color on #C4C0AB background.