COLOR #CAB59C

HEX: #CAB59C RGB: (202,181,156)

Color info

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

RGB color model

#CAB59C color RGB value is (202,181,156).

RGB: (202,181,156) (79%, 71%, 61%)

RGB channels and saturation

R 202 of 255 = 79%
G 181 of 255 = 71%
B 156 of 255 = 61%

202
181
156

R + G + B ~ 70%. #CAB59C is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 181 + 156 = 539 (100%)
R 202 of 539 ~ 37.48%
G 181 of 539 ~ 33.58%
B 156 of 539 ~ 28.94'%

%37.48
%33.58
%28.94

CMYK color model

#CAB59C color CMYK value is (0,10,23,21).

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 22.77%
  • key color value is 20.78%

CMYK: (0,10,23,21)
C0M10Y23K21 (0%, 10%, 23%, 21%)
(0.00 / 0.10 / 0.23 / 0.21)

CMYK percentages

%0
%10.4
%22.77
%20.78

Codes

Color #CAB59C in popluar color models

CA B5 9C
RGB 202 181 156
HSL 33° 30.26% 70.20%
HSB/HSV 33° 22.77% 79.22%
CMYK 0.00% 10.40% 22.77%
20.78%

Color #CAB59C in popluar number systems.

HEX CA B5 9C
Decimal 202 181 156
Binary 11001010 10110101 10011100
Octal 312 265 234

Shades and tints

Shades of #CAB59C

#CAB59C
(202,181,156)
#B8A58E
(184,165,142)
#A69580
(166,149,128)
#948572
(148,133,114)
#827564
(130,117,100)
#706556
(112,101,86)
#5E5548
(94,85,72)
#4C453A
(76,69,58)
#3A352C
(58,53,44)
#28251E
(40,37,30)
#161510
(22,21,16)
#000000
(0,0,0)

Tints of #CAB59C

#CAB59C
(202,181,156)
#CEBBA5
(206,187,165)
#D2C1AE
(210,193,174)
#D6C7B7
(214,199,183)
#DACDC0
(218,205,192)
#DED3C9
(222,211,201)
#E2D9D2
(226,217,210)
#E6DFDB
(230,223,219)
#EAE5E4
(234,229,228)
#EEEBED
(238,235,237)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB59C color. Also use rgb(202,181,156) instead hex code.

Text Font Color

.myTextColor { color: #CAB59C; }

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

This text font color is #CAB59C.

Background Color

.myBgColor { background-color: #CAB59C; }

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

This div background color is #CAB59C.

Border color

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

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

This div border color is #CAB59C.

Opacity

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

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

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

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

This text has shadow with #CAB59C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB59C.

Preview

Color preview on black background

This text has color #CAB59C on black background.


Color preview on white background

This text has color #CAB59C on white background.


Black color preview on #CAB59C background

This text has black color on #CAB59C background.


White color preview on #CAB59C background

This text has white color on #CAB59C background.


Related colors

Complementary color

Complementary color for #hex is #354A63.


I love getcolorcode.com

Triadic colors

1 #9CCAB5 and #B59CCA with #CAB59C are triadic colors.

2 #9CB5CA and #B5CA9C with #CAB59C are triadic colors.