COLOR #CAAE62

HEX: #CAAE62
RGB: (202,174,98)

Color info

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

RGB color model

#CAAE62 color RGB value is (202,174,98).

  • red value is 202;
  • green value is 174;
  • blue value is 98.
RGB:
(202,174,98)
(79%,68%,38%)

RGB channels and saturation

R 202 of 255 = 79%
G 174 of 255 = 68%
B 98 of 255 = 38%

202
174
98

R + G + B ~ 62%. #CAAE62 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 174 + 98 = 474 (100%)
R 202 of 474 ~ 42.62%
G 174 of 474 ~ 36.71%
B 98 of 474 ~ 20.68%

%42.62
%36.71
%20.68

CMYK color model

#CAAE62 color CMYK value is (0,14,51,21).

  • cyan value is 0.00%
  • magenta value is 13.86%
  • yellow value is 51.49%
  • key color value is 20.78%
CMYK:
(0,14,51,21)
C0M14Y51K21 
(0%,14%,51%,21%)
(0.00/0.14/0.51/0.21)	

CMYK percentages

%0
%13.86
%51.49
%20.78

Codes

Color #CAAE62 in popluar color models

CAAE62
RGB20217498
HSL44°49.52%58.82%
HSB/HSV44°51.49%79.22%
CMYK0.00%13.86%51.49%
20.78%

Color #CAAE62 in popluar number systems.

HEXCAAE62
Decimal20217498
Binary11001010101011101100010
Octal312256142

Shades and tints

Shades of #CAAE62

#CAAE62
(202,174,98)
#B89F5A
(184,159,90)
#A69052
(166,144,82)
#94814A
(148,129,74)
#827242
(130,114,66)
#70633A
(112,99,58)
#5E5432
(94,84,50)
#4C452A
(76,69,42)
#3A3622
(58,54,34)
#28271A
(40,39,26)
#161812
(22,24,18)
#000000
(0,0,0)

Tints of #CAAE62

#CAAE62
(202,174,98)
#CEB570
(206,181,112)
#D2BC7E
(210,188,126)
#D6C38C
(214,195,140)
#DACA9A
(218,202,154)
#DED1A8
(222,209,168)
#E2D8B6
(226,216,182)
#E6DFC4
(230,223,196)
#EAE6D2
(234,230,210)
#EEEDE0
(238,237,224)
#F2F4EE
(242,244,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAE62 color. Also use rgb(202,174,98) instead hex code.

Text Font Color

.myTextColor { color: #CAAE62; }

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

This text font color is #CAAE62.


Background Color

.myBgColor { background-color: #CAAE62; }

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

This div background color is #CAAE62.


Border color

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

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

This div border color is #CAAE62.


Opacity

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

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

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

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

This text has shadow with #CAAE62 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAE62 on black background.


Color preview on white background

This text has color #CAAE62 on white background.



Black color preview on #CAAE62 background

This text has black color on #CAAE62 background.


White color preview on #CAAE62 background

This text has white color on #CAAE62 background.