COLOR #CAA690

HEX: #CAA690
RGB: (202,166,144)

Color info

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

RGB color model

#CAA690 color RGB value is (202,166,144).

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

RGB channels and saturation

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

202
166
144

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

Portions of RGB colors in percentages

R + G + B =
202 + 166 + 144 = 512 (100%)
R 202 of 512 ~ 39.45%
G 166 of 512 ~ 32.42%
B 144 of 512 ~ 28.13%

%39.45
%32.42
%28.13

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 17.82%
  • 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
%17.82
%28.71
%20.78

Codes

Color #CAA690 in popluar color models

CAA690
RGB202166144
HSL23°35.37%67.84%
HSB/HSV23°28.71%79.22%
CMYK0.00%17.82%28.71%
20.78%

Color #CAA690 in popluar number systems.

HEXCAA690
Decimal202166144
Binary110010101010011010010000
Octal312246220

Shades and tints

Shades of #CAA690

#CAA690
(202,166,144)
#B89783
(184,151,131)
#A68876
(166,136,118)
#947969
(148,121,105)
#826A5C
(130,106,92)
#705B4F
(112,91,79)
#5E4C42
(94,76,66)
#4C3D35
(76,61,53)
#3A2E28
(58,46,40)
#281F1B
(40,31,27)
#16100E
(22,16,14)
#000000
(0,0,0)

Tints of #CAA690

#CAA690
(202,166,144)
#CEAE9A
(206,174,154)
#D2B6A4
(210,182,164)
#D6BEAE
(214,190,174)
#DAC6B8
(218,198,184)
#DECEC2
(222,206,194)
#E2D6CC
(226,214,204)
#E6DED6
(230,222,214)
#EAE6E0
(234,230,224)
#EEEEEA
(238,238,234)
#F2F6F4
(242,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA690; }

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

This text font color is #CAA690.


Background Color

.myBgColor { background-color: #CAA690; }

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

This div background color is #CAA690.


Border color

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

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

This div border color is #CAA690.


Opacity

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

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

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

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

This text has shadow with #CAA690 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA690 on black background.


Color preview on white background

This text has color #CAA690 on white background.



Black color preview on #CAA690 background

This text has black color on #CAA690 background.


White color preview on #CAA690 background

This text has white color on #CAA690 background.