COLOR #CAB594

HEX: #CAB594 RGB: (202,181,148)

Color info

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

RGB color model

#CAB594 color RGB value is (202,181,148).

RGB: (202,181,148) (79%, 71%, 58%)

RGB channels and saturation

R 202 of 255 = 79%
G 181 of 255 = 71%
B 148 of 255 = 58%

202
181
148

R + G + B ~ 69%. #CAB594 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 181 + 148 = 531 (100%)
R 202 of 531 ~ 38.04%
G 181 of 531 ~ 34.09%
B 148 of 531 ~ 27.87'%

%38.04
%34.09
%27.87

CMYK color model

#CAB594 color CMYK value is (0,10,27,21).

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

CMYK: (0,10,27,21)
C0M10Y27K21 (0%, 10%, 27%, 21%)
(0.00 / 0.10 / 0.27 / 0.21)

CMYK percentages

%0
%10.4
%26.73
%20.78

Codes

Color #CAB594 in popluar color models

CA B5 94
RGB 202 181 148
HSL 37° 33.75% 68.63%
HSB/HSV 37° 26.73% 79.22%
CMYK 0.00% 10.40% 26.73%
20.78%

Color #CAB594 in popluar number systems.

HEX CA B5 94
Decimal 202 181 148
Binary 11001010 10110101 10010100
Octal 312 265 224

Shades and tints

Shades of #CAB594

#CAB594
(202,181,148)
#B8A587
(184,165,135)
#A6957A
(166,149,122)
#94856D
(148,133,109)
#827560
(130,117,96)
#706553
(112,101,83)
#5E5546
(94,85,70)
#4C4539
(76,69,57)
#3A352C
(58,53,44)
#28251F
(40,37,31)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #CAB594

#CAB594
(202,181,148)
#CEBB9D
(206,187,157)
#D2C1A6
(210,193,166)
#D6C7AF
(214,199,175)
#DACDB8
(218,205,184)
#DED3C1
(222,211,193)
#E2D9CA
(226,217,202)
#E6DFD3
(230,223,211)
#EAE5DC
(234,229,220)
#EEEBE5
(238,235,229)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB594; }

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

This text font color is #CAB594.

Background Color

.myBgColor { background-color: #CAB594; }

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

This div background color is #CAB594.

Border color

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

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

This div border color is #CAB594.

Opacity

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

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

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

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

This text has shadow with #CAB594 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB594.

Preview

Color preview on black background

This text has color #CAB594 on black background.


Color preview on white background

This text has color #CAB594 on white background.


Black color preview on #CAB594 background

This text has black color on #CAB594 background.


White color preview on #CAB594 background

This text has white color on #CAB594 background.


Related colors

Complementary color

Complementary color for #hex is #354A6B.


I love getcolorcode.com

Triadic colors

1 #94CAB5 and #B594CA with #CAB594 are triadic colors.

2 #94B5CA and #B5CA94 with #CAB594 are triadic colors.