COLOR #CAA59F

HEX: #CAA59F RGB: (202,165,159)

Color info

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

RGB color model

#CAA59F color RGB value is (202,165,159).

RGB: (202,165,159) (79%, 65%, 62%)

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 159 of 255 = 62%

202
165
159

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

Portions of RGB colors in percentages

R + G + B = 202 + 165 + 159 = 526 (100%)
R 202 of 526 ~ 38.4%
G 165 of 526 ~ 31.37%
B 159 of 526 ~ 30.23'%

%38.4
%31.37
%30.23

CMYK color model

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

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

CMYK: (0,18,21,21)
C0M18Y21K21 (0%, 18%, 21%, 21%)
(0.00 / 0.18 / 0.21 / 0.21)

CMYK percentages

%0
%18.32
%21.29
%20.78

Codes

Color #CAA59F in popluar color models

CA A5 9F
RGB 202 165 159
HSL 28.86% 70.78%
HSB/HSV 21.29% 79.22%
CMYK 0.00% 18.32% 21.29%
20.78%

Color #CAA59F in popluar number systems.

HEX CA A5 9F
Decimal 202 165 159
Binary 11001010 10100101 10011111
Octal 312 245 237

Shades and tints

Shades of #CAA59F

#CAA59F
(202,165,159)
#B89691
(184,150,145)
#A68783
(166,135,131)
#947875
(148,120,117)
#826967
(130,105,103)
#705A59
(112,90,89)
#5E4B4B
(94,75,75)
#4C3C3D
(76,60,61)
#3A2D2F
(58,45,47)
#281E21
(40,30,33)
#160F13
(22,15,19)
#000000
(0,0,0)

Tints of #CAA59F

#CAA59F
(202,165,159)
#CEADA7
(206,173,167)
#D2B5AF
(210,181,175)
#D6BDB7
(214,189,183)
#DAC5BF
(218,197,191)
#DECDC7
(222,205,199)
#E2D5CF
(226,213,207)
#E6DDD7
(230,221,215)
#EAE5DF
(234,229,223)
#EEEDE7
(238,237,231)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA59F; }

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

This text font color is #CAA59F.

Background Color

.myBgColor { background-color: #CAA59F; }

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

This div background color is #CAA59F.

Border color

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

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

This div border color is #CAA59F.

Opacity

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

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

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

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

This text has shadow with #CAA59F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAA59F.

Preview

Color preview on black background

This text has color #CAA59F on black background.


Color preview on white background

This text has color #CAA59F on white background.


Black color preview on #CAA59F background

This text has black color on #CAA59F background.


White color preview on #CAA59F background

This text has white color on #CAA59F background.


Related colors

Complementary color

Complementary color for #hex is #355A60.


I love getcolorcode.com

Triadic colors

1 #9FCAA5 and #A59FCA with #CAA59F are triadic colors.

2 #9FA5CA and #A5CA9F with #CAA59F are triadic colors.