COLOR #CAA590

HEX: #CAA590
RGB: (202,165,144)

Color info

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

RGB color model

#CAA590 color RGB value is (202,165,144).

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

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 144 of 255 = 56%

202
165
144

R + G + B ~ 67%. #CAA590 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 165 + 144 = 511 (100%)
R 202 of 511 ~ 39.53%
G 165 of 511 ~ 32.29%
B 144 of 511 ~ 28.18%

%39.53
%32.29
%28.18

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 28.71%
  • key color value is 20.78%
CMYK:
(0,18,29,21)
C0M18Y29K21 
(0%,18%,29%,21%)
(0.00/0.18/0.29/0.21)	

CMYK percentages

%0
%18.32
%28.71
%20.78

Codes

Color #CAA590 in popluar color models

CAA590
RGB202165144
HSL22°35.37%67.84%
HSB/HSV22°28.71%79.22%
CMYK0.00%18.32%28.71%
20.78%

Color #CAA590 in popluar number systems.

HEXCAA590
Decimal202165144
Binary110010101010010110010000
Octal312245220

Shades and tints

Shades of #CAA590

#CAA590
(202,165,144)
#B89683
(184,150,131)
#A68776
(166,135,118)
#947869
(148,120,105)
#82695C
(130,105,92)
#705A4F
(112,90,79)
#5E4B42
(94,75,66)
#4C3C35
(76,60,53)
#3A2D28
(58,45,40)
#281E1B
(40,30,27)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #CAA590

#CAA590
(202,165,144)
#CEAD9A
(206,173,154)
#D2B5A4
(210,181,164)
#D6BDAE
(214,189,174)
#DAC5B8
(218,197,184)
#DECDC2
(222,205,194)
#E2D5CC
(226,213,204)
#E6DDD6
(230,221,214)
#EAE5E0
(234,229,224)
#EEEDEA
(238,237,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA590; }

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

This text font color is #CAA590.


Background Color

.myBgColor { background-color: #CAA590; }

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

This div background color is #CAA590.


Border color

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

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

This div border color is #CAA590.


Opacity

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

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

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

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

This text has shadow with #CAA590 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA590 on black background.


Color preview on white background

This text has color #CAA590 on white background.



Black color preview on #CAA590 background

This text has black color on #CAA590 background.


White color preview on #CAA590 background

This text has white color on #CAA590 background.