COLOR #CAA189

HEX: #CAA189
RGB: (202,161,137)

Color info

#CAA189 contains mainly red and green colors. Web safe color of #CAA189 is #CC9999 (or #C99).

RGB color model

#CAA189 color RGB value is (202,161,137).

  • red value is 202;
  • green value is 161;
  • blue value is 137.
RGB:
(202,161,137)
(79%,63%,54%)

RGB channels and saturation

R 202 of 255 = 79%
G 161 of 255 = 63%
B 137 of 255 = 54%

202
161
137

R + G + B ~ 65%. #CAA189 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 161 + 137 = 500 (100%)
R 202 of 500 ~ 40.4%
G 161 of 500 ~ 32.2%
B 137 of 500 ~ 27.4%

%40.4
%32.2
%27.4

CMYK color model

#CAA189 color CMYK value is (0,20,32,21).

  • cyan value is 0.00%
  • magenta value is 20.30%
  • yellow value is 32.18%
  • key color value is 20.78%
CMYK:
(0,20,32,21)
C0M20Y32K21 
(0%,20%,32%,21%)
(0.00/0.20/0.32/0.21)	

CMYK percentages

%0
%20.3
%32.18
%20.78

Codes

Color #CAA189 in popluar color models

CAA189
RGB202161137
HSL22°38.01%66.47%
HSB/HSV22°32.18%79.22%
CMYK0.00%20.30%32.18%
20.78%

Color #CAA189 in popluar number systems.

HEXCAA189
Decimal202161137
Binary110010101010000110001001
Octal312241211

Shades and tints

Shades of #CAA189

#CAA189
(202,161,137)
#B8937D
(184,147,125)
#A68571
(166,133,113)
#947765
(148,119,101)
#826959
(130,105,89)
#705B4D
(112,91,77)
#5E4D41
(94,77,65)
#4C3F35
(76,63,53)
#3A3129
(58,49,41)
#28231D
(40,35,29)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #CAA189

#CAA189
(202,161,137)
#CEA993
(206,169,147)
#D2B19D
(210,177,157)
#D6B9A7
(214,185,167)
#DAC1B1
(218,193,177)
#DEC9BB
(222,201,187)
#E2D1C5
(226,209,197)
#E6D9CF
(230,217,207)
#EAE1D9
(234,225,217)
#EEE9E3
(238,233,227)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA189 color. Also use rgb(202,161,137) instead hex code.

Text Font Color

.myTextColor { color: #CAA189; }

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

This text font color is #CAA189.


Background Color

.myBgColor { background-color: #CAA189; }

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

This div background color is #CAA189.


Border color

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

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

This div border color is #CAA189.


Opacity

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

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

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

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

This text has shadow with #CAA189 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA189 on black background.


Color preview on white background

This text has color #CAA189 on white background.



Black color preview on #CAA189 background

This text has black color on #CAA189 background.


White color preview on #CAA189 background

This text has white color on #CAA189 background.