COLOR #CAA64B

HEX: #CAA64B
RGB: (202,166,75)

Color info

#CAA64B contains mainly red and green colors. Web safe color of #CAA64B is #CC9933 (or #C93).

RGB color model

#CAA64B color RGB value is (202,166,75).

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

RGB channels and saturation

R 202 of 255 = 79%
G 166 of 255 = 65%
B 75 of 255 = 29%

202
166
75

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

Portions of RGB colors in percentages

R + G + B =
202 + 166 + 75 = 443 (100%)
R 202 of 443 ~ 45.6%
G 166 of 443 ~ 37.47%
B 75 of 443 ~ 16.93%

%45.6
%37.47
%16.93

CMYK color model

#CAA64B color CMYK value is (0,18,63,21).

  • cyan value is 0.00%
  • magenta value is 17.82%
  • yellow value is 62.87%
  • key color value is 20.78%
CMYK:
(0,18,63,21)
C0M18Y63K21 
(0%,18%,63%,21%)
(0.00/0.18/0.63/0.21)	

CMYK percentages

%0
%17.82
%62.87
%20.78

Codes

Color #CAA64B in popluar color models

CAA64B
RGB20216675
HSL43°54.51%54.31%
HSB/HSV43°62.87%79.22%
CMYK0.00%17.82%62.87%
20.78%

Color #CAA64B in popluar number systems.

HEXCAA64B
Decimal20216675
Binary11001010101001101001011
Octal312246113

Shades and tints

Shades of #CAA64B

#CAA64B
(202,166,75)
#B89745
(184,151,69)
#A6883F
(166,136,63)
#947939
(148,121,57)
#826A33
(130,106,51)
#705B2D
(112,91,45)
#5E4C27
(94,76,39)
#4C3D21
(76,61,33)
#3A2E1B
(58,46,27)
#281F15
(40,31,21)
#16100F
(22,16,15)
#000000
(0,0,0)

Tints of #CAA64B

#CAA64B
(202,166,75)
#CEAE5B
(206,174,91)
#D2B66B
(210,182,107)
#D6BE7B
(214,190,123)
#DAC68B
(218,198,139)
#DECE9B
(222,206,155)
#E2D6AB
(226,214,171)
#E6DEBB
(230,222,187)
#EAE6CB
(234,230,203)
#EEEEDB
(238,238,219)
#F2F6EB
(242,246,235)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA64B; }

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

This text font color is #CAA64B.


Background Color

.myBgColor { background-color: #CAA64B; }

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

This div background color is #CAA64B.


Border color

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

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

This div border color is #CAA64B.


Opacity

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

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

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

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

This text has shadow with #CAA64B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA64B on black background.


Color preview on white background

This text has color #CAA64B on white background.



Black color preview on #CAA64B background

This text has black color on #CAA64B background.


White color preview on #CAA64B background

This text has white color on #CAA64B background.