COLOR #CAC59A

HEX: #CAC59A RGB: (202,197,154)

Color info

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

RGB color model

#CAC59A color RGB value is (202,197,154).

RGB: (202,197,154) (79%, 77%, 60%)

RGB channels and saturation

R 202 of 255 = 79%
G 197 of 255 = 77%
B 154 of 255 = 60%

202
197
154

R + G + B ~ 72%. #CAC59A is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 197 + 154 = 553 (100%)
R 202 of 553 ~ 36.53%
G 197 of 553 ~ 35.62%
B 154 of 553 ~ 27.85'%

%36.53
%35.62
%27.85

CMYK color model

#CAC59A color CMYK value is (0,2,24,21).

  • cyan value is 0.00%
  • magenta value is 2.48%
  • yellow value is 23.76%
  • key color value is 20.78%

CMYK: (0,2,24,21)
C0M2Y24K21 (0%, 2%, 24%, 21%)
(0.00 / 0.02 / 0.24 / 0.21)

CMYK percentages

%0
%2.48
%23.76
%20.78

Codes

Color #CAC59A in popluar color models

CA C5 9A
RGB 202 197 154
HSL 54° 31.17% 69.80%
HSB/HSV 54° 23.76% 79.22%
CMYK 0.00% 2.48% 23.76%
20.78%

Color #CAC59A in popluar number systems.

HEX CA C5 9A
Decimal 202 197 154
Binary 11001010 11000101 10011010
Octal 312 305 232

Shades and tints

Shades of #CAC59A

#CAC59A
(202,197,154)
#B8B48C
(184,180,140)
#A6A37E
(166,163,126)
#949270
(148,146,112)
#828162
(130,129,98)
#707054
(112,112,84)
#5E5F46
(94,95,70)
#4C4E38
(76,78,56)
#3A3D2A
(58,61,42)
#282C1C
(40,44,28)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #CAC59A

#CAC59A
(202,197,154)
#CECAA3
(206,202,163)
#D2CFAC
(210,207,172)
#D6D4B5
(214,212,181)
#DAD9BE
(218,217,190)
#DEDEC7
(222,222,199)
#E2E3D0
(226,227,208)
#E6E8D9
(230,232,217)
#EAEDE2
(234,237,226)
#EEF2EB
(238,242,235)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAC59A color. Also use rgb(202,197,154) instead hex code.

Text Font Color

.myTextColor { color: #CAC59A; }

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

This text font color is #CAC59A.

Background Color

.myBgColor { background-color: #CAC59A; }

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

This div background color is #CAC59A.

Border color

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

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

This div border color is #CAC59A.

Opacity

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

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

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

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

This text has shadow with #CAC59A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC59A.

Preview

Color preview on black background

This text has color #CAC59A on black background.


Color preview on white background

This text has color #CAC59A on white background.


Black color preview on #CAC59A background

This text has black color on #CAC59A background.


White color preview on #CAC59A background

This text has white color on #CAC59A background.


Related colors

Complementary color

Complementary color for #hex is #353A65.


I love getcolorcode.com

Triadic colors

1 #9ACAC5 and #C59ACA with #CAC59A are triadic colors.

2 #9AC5CA and #C5CA9A with #CAC59A are triadic colors.