COLOR #CAC099

HEX: #CAC099 RGB: (202,192,153)

Color info

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

RGB color model

#CAC099 color RGB value is (202,192,153).

RGB: (202,192,153) (79%, 75%, 60%)

RGB channels and saturation

R 202 of 255 = 79%
G 192 of 255 = 75%
B 153 of 255 = 60%

202
192
153

R + G + B ~ 71%. #CAC099 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 192 + 153 = 547 (100%)
R 202 of 547 ~ 36.93%
G 192 of 547 ~ 35.1%
B 153 of 547 ~ 27.97'%

%36.93
%35.1
%27.97

CMYK color model

#CAC099 color CMYK value is (0,5,24,21).

  • cyan value is 0.00%
  • magenta value is 4.95%
  • yellow value is 24.26%
  • key color value is 20.78%

CMYK: (0,5,24,21)
C0M5Y24K21 (0%, 5%, 24%, 21%)
(0.00 / 0.05 / 0.24 / 0.21)

CMYK percentages

%0
%4.95
%24.26
%20.78

Codes

Color #CAC099 in popluar color models

CA C0 99
RGB 202 192 153
HSL 48° 31.61% 69.61%
HSB/HSV 48° 24.26% 79.22%
CMYK 0.00% 4.95% 24.26%
20.78%

Color #CAC099 in popluar number systems.

HEX CA C0 99
Decimal 202 192 153
Binary 11001010 11000000 10011001
Octal 312 300 231

Shades and tints

Shades of #CAC099

#CAC099
(202,192,153)
#B8AF8C
(184,175,140)
#A69E7F
(166,158,127)
#948D72
(148,141,114)
#827C65
(130,124,101)
#706B58
(112,107,88)
#5E5A4B
(94,90,75)
#4C493E
(76,73,62)
#3A3831
(58,56,49)
#282724
(40,39,36)
#161617
(22,22,23)
#000000
(0,0,0)

Tints of #CAC099

#CAC099
(202,192,153)
#CEC5A2
(206,197,162)
#D2CAAB
(210,202,171)
#D6CFB4
(214,207,180)
#DAD4BD
(218,212,189)
#DED9C6
(222,217,198)
#E2DECF
(226,222,207)
#E6E3D8
(230,227,216)
#EAE8E1
(234,232,225)
#EEEDEA
(238,237,234)
#F2F2F3
(242,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC099 color. Also use rgb(202,192,153) instead hex code.

Text Font Color

.myTextColor { color: #CAC099; }

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

This text font color is #CAC099.

Background Color

.myBgColor { background-color: #CAC099; }

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

This div background color is #CAC099.

Border color

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

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

This div border color is #CAC099.

Opacity

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

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

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

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

This text has shadow with #CAC099 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC099.

Preview

Color preview on black background

This text has color #CAC099 on black background.


Color preview on white background

This text has color #CAC099 on white background.


Black color preview on #CAC099 background

This text has black color on #CAC099 background.


White color preview on #CAC099 background

This text has white color on #CAC099 background.


Related colors

Complementary color

Complementary color for #hex is #353F66.


I love getcolorcode.com

Triadic colors

1 #99CAC0 and #C099CA with #CAC099 are triadic colors.

2 #99C0CA and #C0CA99 with #CAC099 are triadic colors.