COLOR #CAA36B

HEX: #CAA36B
RGB: (202,163,107)

Color info

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

RGB color model

#CAA36B color RGB value is (202,163,107).

  • red value is 202;
  • green value is 163;
  • blue value is 107.
RGB:
(202,163,107)
(79%,64%,42%)

RGB channels and saturation

R 202 of 255 = 79%
G 163 of 255 = 64%
B 107 of 255 = 42%

202
163
107

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

Portions of RGB colors in percentages

R + G + B =
202 + 163 + 107 = 472 (100%)
R 202 of 472 ~ 42.8%
G 163 of 472 ~ 34.53%
B 107 of 472 ~ 22.67%

%42.8
%34.53
%22.67

CMYK color model

#CAA36B color CMYK value is (0,19,47,21).

  • cyan value is 0.00%
  • magenta value is 19.31%
  • yellow value is 47.03%
  • key color value is 20.78%
CMYK:
(0,19,47,21)
C0M19Y47K21 
(0%,19%,47%,21%)
(0.00/0.19/0.47/0.21)	

CMYK percentages

%0
%19.31
%47.03
%20.78

Codes

Color #CAA36B in popluar color models

CAA36B
RGB202163107
HSL35°47.26%60.59%
HSB/HSV35°47.03%79.22%
CMYK0.00%19.31%47.03%
20.78%

Color #CAA36B in popluar number systems.

HEXCAA36B
Decimal202163107
Binary11001010101000111101011
Octal312243153

Shades and tints

Shades of #CAA36B

#CAA36B
(202,163,107)
#B89562
(184,149,98)
#A68759
(166,135,89)
#947950
(148,121,80)
#826B47
(130,107,71)
#705D3E
(112,93,62)
#5E4F35
(94,79,53)
#4C412C
(76,65,44)
#3A3323
(58,51,35)
#28251A
(40,37,26)
#161711
(22,23,17)
#000000
(0,0,0)

Tints of #CAA36B

#CAA36B
(202,163,107)
#CEAB78
(206,171,120)
#D2B385
(210,179,133)
#D6BB92
(214,187,146)
#DAC39F
(218,195,159)
#DECBAC
(222,203,172)
#E2D3B9
(226,211,185)
#E6DBC6
(230,219,198)
#EAE3D3
(234,227,211)
#EEEBE0
(238,235,224)
#F2F3ED
(242,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAA36B; }

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

This text font color is #CAA36B.


Background Color

.myBgColor { background-color: #CAA36B; }

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

This div background color is #CAA36B.


Border color

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

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

This div border color is #CAA36B.


Opacity

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

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

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

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

This text has shadow with #CAA36B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAA36B on black background.


Color preview on white background

This text has color #CAA36B on white background.



Black color preview on #CAA36B background

This text has black color on #CAA36B background.


White color preview on #CAA36B background

This text has white color on #CAA36B background.