COLOR #CAAC72

HEX: #CAAC72
RGB: (202,172,114)

Color info

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

RGB color model

#CAAC72 color RGB value is (202,172,114).

  • red value is 202;
  • green value is 172;
  • blue value is 114.
RGB:
(202,172,114)
(79%,67%,45%)

RGB channels and saturation

R 202 of 255 = 79%
G 172 of 255 = 67%
B 114 of 255 = 45%

202
172
114

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

Portions of RGB colors in percentages

R + G + B =
202 + 172 + 114 = 488 (100%)
R 202 of 488 ~ 41.39%
G 172 of 488 ~ 35.25%
B 114 of 488 ~ 23.36%

%41.39
%35.25
%23.36

CMYK color model

#CAAC72 color CMYK value is (0,15,44,21).

  • cyan value is 0.00%
  • magenta value is 14.85%
  • yellow value is 43.56%
  • key color value is 20.78%
CMYK:
(0,15,44,21)
C0M15Y44K21 
(0%,15%,44%,21%)
(0.00/0.15/0.44/0.21)	

CMYK percentages

%0
%14.85
%43.56
%20.78

Codes

Color #CAAC72 in popluar color models

CAAC72
RGB202172114
HSL40°45.36%61.96%
HSB/HSV40°43.56%79.22%
CMYK0.00%14.85%43.56%
20.78%

Color #CAAC72 in popluar number systems.

HEXCAAC72
Decimal202172114
Binary11001010101011001110010
Octal312254162

Shades and tints

Shades of #CAAC72

#CAAC72
(202,172,114)
#B89D68
(184,157,104)
#A68E5E
(166,142,94)
#947F54
(148,127,84)
#82704A
(130,112,74)
#706140
(112,97,64)
#5E5236
(94,82,54)
#4C432C
(76,67,44)
#3A3422
(58,52,34)
#282518
(40,37,24)
#16160E
(22,22,14)
#000000
(0,0,0)

Tints of #CAAC72

#CAAC72
(202,172,114)
#CEB37E
(206,179,126)
#D2BA8A
(210,186,138)
#D6C196
(214,193,150)
#DAC8A2
(218,200,162)
#DECFAE
(222,207,174)
#E2D6BA
(226,214,186)
#E6DDC6
(230,221,198)
#EAE4D2
(234,228,210)
#EEEBDE
(238,235,222)
#F2F2EA
(242,242,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAAC72; }

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

This text font color is #CAAC72.


Background Color

.myBgColor { background-color: #CAAC72; }

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

This div background color is #CAAC72.


Border color

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

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

This div border color is #CAAC72.


Opacity

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

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

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

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

This text has shadow with #CAAC72 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAC72 on black background.


Color preview on white background

This text has color #CAAC72 on white background.



Black color preview on #CAAC72 background

This text has black color on #CAAC72 background.


White color preview on #CAAC72 background

This text has white color on #CAAC72 background.