COLOR #CAAF5A

HEX: #CAAF5A
RGB: (202,175,90)

Color info

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

RGB color model

#CAAF5A color RGB value is (202,175,90).

  • red value is 202;
  • green value is 175;
  • blue value is 90.
RGB:
(202,175,90)
(79%,69%,35%)

RGB channels and saturation

R 202 of 255 = 79%
G 175 of 255 = 69%
B 90 of 255 = 35%

202
175
90

R + G + B ~ 61%. #CAAF5A is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 175 + 90 = 467 (100%)
R 202 of 467 ~ 43.25%
G 175 of 467 ~ 37.47%
B 90 of 467 ~ 19.27%

%43.25
%37.47
%19.27

CMYK color model

#CAAF5A color CMYK value is (0,13,55,21).

  • cyan value is 0.00%
  • magenta value is 13.37%
  • yellow value is 55.45%
  • key color value is 20.78%
CMYK:
(0,13,55,21)
C0M13Y55K21 
(0%,13%,55%,21%)
(0.00/0.13/0.55/0.21)	

CMYK percentages

%0
%13.37
%55.45
%20.78

Codes

Color #CAAF5A in popluar color models

CAAF5A
RGB20217590
HSL46°51.38%57.25%
HSB/HSV46°55.45%79.22%
CMYK0.00%13.37%55.45%
20.78%

Color #CAAF5A in popluar number systems.

HEXCAAF5A
Decimal20217590
Binary11001010101011111011010
Octal312257132

Shades and tints

Shades of #CAAF5A

#CAAF5A
(202,175,90)
#B8A052
(184,160,82)
#A6914A
(166,145,74)
#948242
(148,130,66)
#82733A
(130,115,58)
#706432
(112,100,50)
#5E552A
(94,85,42)
#4C4622
(76,70,34)
#3A371A
(58,55,26)
#282812
(40,40,18)
#16190A
(22,25,10)
#000000
(0,0,0)

Tints of #CAAF5A

#CAAF5A
(202,175,90)
#CEB669
(206,182,105)
#D2BD78
(210,189,120)
#D6C487
(214,196,135)
#DACB96
(218,203,150)
#DED2A5
(222,210,165)
#E2D9B4
(226,217,180)
#E6E0C3
(230,224,195)
#EAE7D2
(234,231,210)
#EEEEE1
(238,238,225)
#F2F5F0
(242,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAAF5A color. Also use rgb(202,175,90) instead hex code.

Text Font Color

.myTextColor { color: #CAAF5A; }

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

This text font color is #CAAF5A.


Background Color

.myBgColor { background-color: #CAAF5A; }

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

This div background color is #CAAF5A.


Border color

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

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

This div border color is #CAAF5A.


Opacity

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

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

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

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

This text has shadow with #CAAF5A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAAF5A on black background.


Color preview on white background

This text has color #CAAF5A on white background.



Black color preview on #CAAF5A background

This text has black color on #CAAF5A background.


White color preview on #CAAF5A background

This text has white color on #CAAF5A background.