COLOR #CAC99F

HEX: #CAC99F RGB: (202,201,159)

Color info

#CAC99F contains red, green and blue colors in about the same proportion. Web safe color of #CAC99F is #CCCC99 (or #CC9).

RGB color model

#CAC99F color RGB value is (202,201,159).

RGB: (202,201,159) (79%, 79%, 62%)

RGB channels and saturation

R 202 of 255 = 79%
G 201 of 255 = 79%
B 159 of 255 = 62%

202
201
159

R + G + B ~ 73%. #CAC99F is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 201 + 159 = 562 (100%)
R 202 of 562 ~ 35.94%
G 201 of 562 ~ 35.77%
B 159 of 562 ~ 28.29'%

%35.94
%35.77
%28.29

CMYK color model

#CAC99F color CMYK value is (0,0,21,21).

  • cyan value is 0.00%
  • magenta value is 0.50%
  • yellow value is 21.29%
  • key color value is 20.78%

CMYK: (0,0,21,21)
C0M0Y21K21 (0%, 0%, 21%, 21%)
(0.00 / 0.00 / 0.21 / 0.21)

CMYK percentages

%0
%0.5
%21.29
%20.78

Codes

Color #CAC99F in popluar color models

CA C9 9F
RGB 202 201 159
HSL 59° 28.86% 70.78%
HSB/HSV 59° 21.29% 79.22%
CMYK 0.00% 0.50% 21.29%
20.78%

Color #CAC99F in popluar number systems.

HEX CA C9 9F
Decimal 202 201 159
Binary 11001010 11001001 10011111
Octal 312 311 237

Shades and tints

Shades of #CAC99F

#CAC99F
(202,201,159)
#B8B791
(184,183,145)
#A6A583
(166,165,131)
#949375
(148,147,117)
#828167
(130,129,103)
#706F59
(112,111,89)
#5E5D4B
(94,93,75)
#4C4B3D
(76,75,61)
#3A392F
(58,57,47)
#282721
(40,39,33)
#161513
(22,21,19)
#000000
(0,0,0)

Tints of #CAC99F

#CAC99F
(202,201,159)
#CECDA7
(206,205,167)
#D2D1AF
(210,209,175)
#D6D5B7
(214,213,183)
#DAD9BF
(218,217,191)
#DEDDC7
(222,221,199)
#E2E1CF
(226,225,207)
#E6E5D7
(230,229,215)
#EAE9DF
(234,233,223)
#EEEDE7
(238,237,231)
#F2F1EF
(242,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC99F color. Also use rgb(202,201,159) instead hex code.

Text Font Color

.myTextColor { color: #CAC99F; }

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

This text font color is #CAC99F.

Background Color

.myBgColor { background-color: #CAC99F; }

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

This div background color is #CAC99F.

Border color

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

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

This div border color is #CAC99F.

Opacity

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

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

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

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

This text has shadow with #CAC99F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC99F.

Preview

Color preview on black background

This text has color #CAC99F on black background.


Color preview on white background

This text has color #CAC99F on white background.


Black color preview on #CAC99F background

This text has black color on #CAC99F background.


White color preview on #CAC99F background

This text has white color on #CAC99F background.


Related colors

Complementary color

Complementary color for #hex is #353660.


I love getcolorcode.com

Triadic colors

1 #9FCAC9 and #C99FCA with #CAC99F are triadic colors.

2 #9FC9CA and #C9CA9F with #CAC99F are triadic colors.