COLOR #CAA64E

HEX: #CAA64E
RGB: (202,166,78)

Color info

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

RGB color model

#CAA64E color RGB value is (202,166,78).

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

RGB channels and saturation

R 202 of 255 = 79%
G 166 of 255 = 65%
B 78 of 255 = 31%

202
166
78

R + G + B ~ 58%. #CAA64E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
202 + 166 + 78 = 446 (100%)
R 202 of 446 ~ 45.29%
G 166 of 446 ~ 37.22%
B 78 of 446 ~ 17.49%

%45.29
%37.22
%17.49

CMYK color model

#CAA64E color CMYK value is (0,18,61,21).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 61.39%
  • key color value is 20.78%
CMYK:
(0,18,61,21)
C0M18Y61K21 
(0%,18%,61%,21%)
(0.00/0.18/0.61/0.21)	

CMYK percentages

%0
%17.82
%61.39
%20.78

Codes

Color #CAA64E in popluar color models

CAA64E
RGB20216678
HSL43°53.91%54.90%
HSB/HSV43°61.39%79.22%
CMYK0.00%17.82%61.39%
20.78%

Color #CAA64E in popluar number systems.

HEXCAA64E
Decimal20216678
Binary11001010101001101001110
Octal312246116

Shades and tints

Shades of #CAA64E

#CAA64E
(202,166,78)
#B89747
(184,151,71)
#A68840
(166,136,64)
#947939
(148,121,57)
#826A32
(130,106,50)
#705B2B
(112,91,43)
#5E4C24
(94,76,36)
#4C3D1D
(76,61,29)
#3A2E16
(58,46,22)
#281F0F
(40,31,15)
#161008
(22,16,8)
#000000
(0,0,0)

Tints of #CAA64E

#CAA64E
(202,166,78)
#CEAE5E
(206,174,94)
#D2B66E
(210,182,110)
#D6BE7E
(214,190,126)
#DAC68E
(218,198,142)
#DECE9E
(222,206,158)
#E2D6AE
(226,214,174)
#E6DEBE
(230,222,190)
#EAE6CE
(234,230,206)
#EEEEDE
(238,238,222)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA64E; }

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

This text font color is #CAA64E.


Background Color

.myBgColor { background-color: #CAA64E; }

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

This div background color is #CAA64E.


Border color

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

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

This div border color is #CAA64E.


Opacity

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

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

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

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

This text has shadow with #CAA64E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA64E on black background.


Color preview on white background

This text has color #CAA64E on white background.



Black color preview on #CAA64E background

This text has black color on #CAA64E background.


White color preview on #CAA64E background

This text has white color on #CAA64E background.