COLOR #CAA499

HEX: #CAA499
RGB: (202,164,153)

Color info

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

RGB color model

#CAA499 color RGB value is (202,164,153).

  • red value is 202;
  • green value is 164;
  • blue value is 153.
RGB:
(202,164,153)
(79%,64%,60%)

RGB channels and saturation

R 202 of 255 = 79%
G 164 of 255 = 64%
B 153 of 255 = 60%

202
164
153

R + G + B ~ 68%. #CAA499 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 164 + 153 = 519 (100%)
R 202 of 519 ~ 38.92%
G 164 of 519 ~ 31.6%
B 153 of 519 ~ 29.48%

%38.92
%31.6
%29.48

CMYK color model

#CAA499 color CMYK value is (0,19,24,21).

  • cyan value is 0.00%
  • magenta value is 18.81%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK:
(0,19,24,21)
C0M19Y24K21 
(0%,19%,24%,21%)
(0.00/0.19/0.24/0.21)	

CMYK percentages

%0
%18.81
%24.26
%20.78

Codes

Color #CAA499 in popluar color models

CAA499
RGB202164153
HSL13°31.61%69.61%
HSB/HSV13°24.26%79.22%
CMYK0.00%18.81%24.26%
20.78%

Color #CAA499 in popluar number systems.

HEXCAA499
Decimal202164153
Binary110010101010010010011001
Octal312244231

Shades and tints

Shades of #CAA499

#CAA499
(202,164,153)
#B8968C
(184,150,140)
#A6887F
(166,136,127)
#947A72
(148,122,114)
#826C65
(130,108,101)
#705E58
(112,94,88)
#5E504B
(94,80,75)
#4C423E
(76,66,62)
#3A3431
(58,52,49)
#282624
(40,38,36)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #CAA499

#CAA499
(202,164,153)
#CEACA2
(206,172,162)
#D2B4AB
(210,180,171)
#D6BCB4
(214,188,180)
#DAC4BD
(218,196,189)
#DECCC6
(222,204,198)
#E2D4CF
(226,212,207)
#E6DCD8
(230,220,216)
#EAE4E1
(234,228,225)
#EEECEA
(238,236,234)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA499 color. Also use rgb(202,164,153) instead hex code.

Text Font Color

.myTextColor { color: #CAA499; }

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

This text font color is #CAA499.


Background Color

.myBgColor { background-color: #CAA499; }

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

This div background color is #CAA499.


Border color

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

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

This div border color is #CAA499.


Opacity

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

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

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

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

This text has shadow with #CAA499 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA499 on black background.


Color preview on white background

This text has color #CAA499 on white background.



Black color preview on #CAA499 background

This text has black color on #CAA499 background.


White color preview on #CAA499 background

This text has white color on #CAA499 background.