COLOR #C4CAA1

HEX: #C4CAA1
RGB: (196,202,161)

Color info

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

RGB color model

#C4CAA1 color RGB value is (196,202,161).

  • red value is 196;
  • green value is 202;
  • blue value is 161.
RGB:
(196,202,161)
(77%,79%,63%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 161 of 255 = 63%

196
202
161

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

Portions of RGB colors in percentages

R + G + B =
196 + 202 + 161 = 559 (100%)
R 196 of 559 ~ 35.06%
G 202 of 559 ~ 36.14%
B 161 of 559 ~ 28.8%

%35.06
%36.14
%28.8

CMYK color model

#C4CAA1 color CMYK value is (3,0,20,21).

  • cyan value is 2.97%
  • magenta value is 0.00%
  • yellow value is 20.30%
  • key color value is 20.78%
CMYK:
(3,0,20,21)
C3M0Y20K21 
(3%,0%,20%,21%)
(0.03/0.00/0.20/0.21)	

CMYK percentages

%2.97
%0
%20.3
%20.78

Codes

Color #C4CAA1 in popluar color models

C4CAA1
RGB196202161
HSL69°27.89%71.18%
HSB/HSV69°20.30%79.22%
CMYK2.97%0.00%20.30%
20.78%

Color #C4CAA1 in popluar number systems.

HEXC4CAA1
Decimal196202161
Binary110001001100101010100001
Octal304312241

Shades and tints

Shades of #C4CAA1

#C4CAA1
(196,202,161)
#B3B893
(179,184,147)
#A2A685
(162,166,133)
#919477
(145,148,119)
#808269
(128,130,105)
#6F705B
(111,112,91)
#5E5E4D
(94,94,77)
#4D4C3F
(77,76,63)
#3C3A31
(60,58,49)
#2B2823
(43,40,35)
#1A1615
(26,22,21)
#000000
(0,0,0)

Tints of #C4CAA1

#C4CAA1
(196,202,161)
#C9CEA9
(201,206,169)
#CED2B1
(206,210,177)
#D3D6B9
(211,214,185)
#D8DAC1
(216,218,193)
#DDDEC9
(221,222,201)
#E2E2D1
(226,226,209)
#E7E6D9
(231,230,217)
#ECEAE1
(236,234,225)
#F1EEE9
(241,238,233)
#F6F2F1
(246,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CAA1 color. Also use rgb(196,202,161) instead hex code.

Text Font Color

.myTextColor { color: #C4CAA1; }

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

This text font color is #C4CAA1.


Background Color

.myBgColor { background-color: #C4CAA1; }

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

This div background color is #C4CAA1.


Border color

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

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

This div border color is #C4CAA1.


Opacity

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

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

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

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

This text has shadow with #C4CAA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CAA1 on black background.


Color preview on white background

This text has color #C4CAA1 on white background.



Black color preview on #C4CAA1 background

This text has black color on #C4CAA1 background.


White color preview on #C4CAA1 background

This text has white color on #C4CAA1 background.