COLOR #CAA0A5

HEX: #CAA0A5
RGB: (202,160,165)

Color info

#CAA0A5 contains red, green and blue colors in about the same proportion. Web safe color of #CAA0A5 is #CC9999 (or #C99).

RGB color model

#CAA0A5 color RGB value is (202,160,165).

  • red value is 202;
  • green value is 160;
  • blue value is 165.
RGB:
(202,160,165)
(79%,63%,65%)

RGB channels and saturation

R 202 of 255 = 79%
G 160 of 255 = 63%
B 165 of 255 = 65%

202
160
165

R + G + B ~ 69%. #CAA0A5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 160 + 165 = 527 (100%)
R 202 of 527 ~ 38.33%
G 160 of 527 ~ 30.36%
B 165 of 527 ~ 31.31%

%38.33
%30.36
%31.31

CMYK color model

#CAA0A5 color CMYK value is (0,21,18,21).

  • cyan value is 0.00%
  • magenta value is 20.79%
  • yellow value is 18.32%
  • key color value is 20.78%
CMYK:
(0,21,18,21)
C0M21Y18K21 
(0%,21%,18%,21%)
(0.00/0.21/0.18/0.21)	

CMYK percentages

%0
%20.79
%18.32
%20.78

Codes

Color #CAA0A5 in popluar color models

CAA0A5
RGB202160165
HSL353°28.38%70.98%
HSB/HSV353°20.79%79.22%
CMYK0.00%20.79%18.32%
20.78%

Color #CAA0A5 in popluar number systems.

HEXCAA0A5
Decimal202160165
Binary110010101010000010100101
Octal312240245

Shades and tints

Shades of #CAA0A5

#CAA0A5
(202,160,165)
#B89296
(184,146,150)
#A68487
(166,132,135)
#947678
(148,118,120)
#826869
(130,104,105)
#705A5A
(112,90,90)
#5E4C4B
(94,76,75)
#4C3E3C
(76,62,60)
#3A302D
(58,48,45)
#28221E
(40,34,30)
#16140F
(22,20,15)
#000000
(0,0,0)

Tints of #CAA0A5

#CAA0A5
(202,160,165)
#CEA8AD
(206,168,173)
#D2B0B5
(210,176,181)
#D6B8BD
(214,184,189)
#DAC0C5
(218,192,197)
#DEC8CD
(222,200,205)
#E2D0D5
(226,208,213)
#E6D8DD
(230,216,221)
#EAE0E5
(234,224,229)
#EEE8ED
(238,232,237)
#F2F0F5
(242,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA0A5 color. Also use rgb(202,160,165) instead hex code.

Text Font Color

.myTextColor { color: #CAA0A5; }

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

This text font color is #CAA0A5.


Background Color

.myBgColor { background-color: #CAA0A5; }

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

This div background color is #CAA0A5.


Border color

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

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

This div border color is #CAA0A5.


Opacity

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

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

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

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

This text has shadow with #CAA0A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA0A5 on black background.


Color preview on white background

This text has color #CAA0A5 on white background.



Black color preview on #CAA0A5 background

This text has black color on #CAA0A5 background.


White color preview on #CAA0A5 background

This text has white color on #CAA0A5 background.