COLOR #CAA5C5

HEX: #CAA5C5 RGB: (202,165,197)

Color info

#CAA5C5 contains red, green and blue colors in about the same proportion. Web safe color of #CAA5C5 is #CC99CC (or #C9C).

RGB color model

#CAA5C5 color RGB value is (202,165,197).

RGB: (202,165,197) (79%, 65%, 77%)

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 197 of 255 = 77%

202
165
197

R + G + B ~ 74%. #CAA5C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 165 + 197 = 564 (100%)
R 202 of 564 ~ 35.82%
G 165 of 564 ~ 29.26%
B 197 of 564 ~ 34.93'%

%35.82
%29.26
%34.93

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 2.48%
  • key color value is 20.78%

CMYK: (0,18,2,21)
C0M18Y2K21 (0%, 18%, 2%, 21%)
(0.00 / 0.18 / 0.02 / 0.21)

CMYK percentages

%0
%18.32
%2.48
%20.78

Codes

Color #CAA5C5 in popluar color models

CA A5 C5
RGB 202 165 197
HSL 308° 25.87% 71.96%
HSB/HSV 308° 18.32% 79.22%
CMYK 0.00% 18.32% 2.48%
20.78%

Color #CAA5C5 in popluar number systems.

HEX CA A5 C5
Decimal 202 165 197
Binary 11001010 10100101 11000101
Octal 312 245 305

Shades and tints

Shades of #CAA5C5

#CAA5C5
(202,165,197)
#B896B4
(184,150,180)
#A687A3
(166,135,163)
#947892
(148,120,146)
#826981
(130,105,129)
#705A70
(112,90,112)
#5E4B5F
(94,75,95)
#4C3C4E
(76,60,78)
#3A2D3D
(58,45,61)
#281E2C
(40,30,44)
#160F1B
(22,15,27)
#000000
(0,0,0)

Tints of #CAA5C5

#CAA5C5
(202,165,197)
#CEADCA
(206,173,202)
#D2B5CF
(210,181,207)
#D6BDD4
(214,189,212)
#DAC5D9
(218,197,217)
#DECDDE
(222,205,222)
#E2D5E3
(226,213,227)
#E6DDE8
(230,221,232)
#EAE5ED
(234,229,237)
#EEEDF2
(238,237,242)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA5C5; }

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

This text font color is #CAA5C5.

Background Color

.myBgColor { background-color: #CAA5C5; }

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

This div background color is #CAA5C5.

Border color

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

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

This div border color is #CAA5C5.

Opacity

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

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

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

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

This text has shadow with #CAA5C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAA5C5.

Preview

Color preview on black background

This text has color #CAA5C5 on black background.


Color preview on white background

This text has color #CAA5C5 on white background.


Black color preview on #CAA5C5 background

This text has black color on #CAA5C5 background.


White color preview on #CAA5C5 background

This text has white color on #CAA5C5 background.


Related colors

Complementary color

Complementary color for #hex is #355A3A.


I love getcolorcode.com

Triadic colors

1 #C5CAA5 and #A5C5CA with #CAA5C5 are triadic colors.

2 #C5A5CA and #A5CAC5 with #CAA5C5 are triadic colors.