COLOR #CAA372

HEX: #CAA372 RGB: (202,163,114)

Color info

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

RGB color model

#CAA372 color RGB value is (202,163,114).

RGB: (202,163,114) (79%, 64%, 45%)

RGB channels and saturation

R 202 of 255 = 79%
G 163 of 255 = 64%
B 114 of 255 = 45%

202
163
114

R + G + B ~ 63%. #CAA372 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 163 + 114 = 479 (100%)
R 202 of 479 ~ 42.17%
G 163 of 479 ~ 34.03%
B 114 of 479 ~ 23.8'%

%42.17
%34.03
%23.8

CMYK color model

#CAA372 color CMYK value is (0,19,44,21).

  • cyan value is 0.00%
  • magenta value is 19.31%
  • yellow value is 43.56%
  • key color value is 20.78%

CMYK: (0,19,44,21)
C0M19Y44K21 (0%, 19%, 44%, 21%)
(0.00 / 0.19 / 0.44 / 0.21)

CMYK percentages

%0
%19.31
%43.56
%20.78

Codes

Color #CAA372 in popluar color models

CA A3 72
RGB 202 163 114
HSL 33° 45.36% 61.96%
HSB/HSV 33° 43.56% 79.22%
CMYK 0.00% 19.31% 43.56%
20.78%

Color #CAA372 in popluar number systems.

HEX CA A3 72
Decimal 202 163 114
Binary 11001010 10100011 1110010
Octal 312 243 162

Shades and tints

Shades of #CAA372

#CAA372
(202,163,114)
#B89568
(184,149,104)
#A6875E
(166,135,94)
#947954
(148,121,84)
#826B4A
(130,107,74)
#705D40
(112,93,64)
#5E4F36
(94,79,54)
#4C412C
(76,65,44)
#3A3322
(58,51,34)
#282518
(40,37,24)
#16170E
(22,23,14)
#000000
(0,0,0)

Tints of #CAA372

#CAA372
(202,163,114)
#CEAB7E
(206,171,126)
#D2B38A
(210,179,138)
#D6BB96
(214,187,150)
#DAC3A2
(218,195,162)
#DECBAE
(222,203,174)
#E2D3BA
(226,211,186)
#E6DBC6
(230,219,198)
#EAE3D2
(234,227,210)
#EEEBDE
(238,235,222)
#F2F3EA
(242,243,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAA372 color. Also use rgb(202,163,114) instead hex code.

Text Font Color

.myTextColor { color: #CAA372; }

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

This text font color is #CAA372.

Background Color

.myBgColor { background-color: #CAA372; }

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

This div background color is #CAA372.

Border color

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

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

This div border color is #CAA372.

Opacity

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

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

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

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

This text has shadow with #CAA372 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAA372.

Preview

Color preview on black background

This text has color #CAA372 on black background.


Color preview on white background

This text has color #CAA372 on white background.


Black color preview on #CAA372 background

This text has black color on #CAA372 background.


White color preview on #CAA372 background

This text has white color on #CAA372 background.


Related colors

Complementary color

Complementary color for #hex is #355C8D.


I love getcolorcode.com

Triadic colors

1 #72CAA3 and #A372CA with #CAA372 are triadic colors.

2 #72A3CA and #A3CA72 with #CAA372 are triadic colors.