COLOR #CAA57C

HEX: #CAA57C
RGB: (202,165,124)

Color info

#CAA57C contains mainly red and green colors. Web safe color of #CAA57C is #CC9966 (or #C96).

RGB color model

#CAA57C color RGB value is (202,165,124).

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

RGB channels and saturation

R 202 of 255 = 79%
G 165 of 255 = 65%
B 124 of 255 = 49%

202
165
124

R + G + B ~ 64%. #CAA57C is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 165 + 124 = 491 (100%)
R 202 of 491 ~ 41.14%
G 165 of 491 ~ 33.6%
B 124 of 491 ~ 25.25%

%41.14
%33.6
%25.25

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 18.32%
  • yellow value is 38.61%
  • key color value is 20.78%
CMYK:
(0,18,39,21)
C0M18Y39K21 
(0%,18%,39%,21%)
(0.00/0.18/0.39/0.21)	

CMYK percentages

%0
%18.32
%38.61
%20.78

Codes

Color #CAA57C in popluar color models

CAA57C
RGB202165124
HSL32°42.39%63.92%
HSB/HSV32°38.61%79.22%
CMYK0.00%18.32%38.61%
20.78%

Color #CAA57C in popluar number systems.

HEXCAA57C
Decimal202165124
Binary11001010101001011111100
Octal312245174

Shades and tints

Shades of #CAA57C

#CAA57C
(202,165,124)
#B89671
(184,150,113)
#A68766
(166,135,102)
#94785B
(148,120,91)
#826950
(130,105,80)
#705A45
(112,90,69)
#5E4B3A
(94,75,58)
#4C3C2F
(76,60,47)
#3A2D24
(58,45,36)
#281E19
(40,30,25)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #CAA57C

#CAA57C
(202,165,124)
#CEAD87
(206,173,135)
#D2B592
(210,181,146)
#D6BD9D
(214,189,157)
#DAC5A8
(218,197,168)
#DECDB3
(222,205,179)
#E2D5BE
(226,213,190)
#E6DDC9
(230,221,201)
#EAE5D4
(234,229,212)
#EEEDDF
(238,237,223)
#F2F5EA
(242,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA57C; }

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

This text font color is #CAA57C.


Background Color

.myBgColor { background-color: #CAA57C; }

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

This div background color is #CAA57C.


Border color

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

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

This div border color is #CAA57C.


Opacity

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

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

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

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

This text has shadow with #CAA57C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA57C on black background.


Color preview on white background

This text has color #CAA57C on white background.



Black color preview on #CAA57C background

This text has black color on #CAA57C background.


White color preview on #CAA57C background

This text has white color on #CAA57C background.