COLOR #CAB593

HEX: #CAB593 RGB: (202,181,147)

Color info

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

RGB color model

#CAB593 color RGB value is (202,181,147).

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

RGB channels and saturation

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

202
181
147

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

Portions of RGB colors in percentages

R + G + B = 202 + 181 + 147 = 530 (100%)
R 202 of 530 ~ 38.11%
G 181 of 530 ~ 34.15%
B 147 of 530 ~ 27.74'%

%38.11
%34.15
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.40%
  • yellow value is 27.23%
  • 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
%27.23
%20.78

Codes

Color #CAB593 in popluar color models

CA B5 93
RGB 202 181 147
HSL 37° 34.16% 68.43%
HSB/HSV 37° 27.23% 79.22%
CMYK 0.00% 10.40% 27.23%
20.78%

Color #CAB593 in popluar number systems.

HEX CA B5 93
Decimal 202 181 147
Binary 11001010 10110101 10010011
Octal 312 265 223

Shades and tints

Shades of #CAB593

#CAB593
(202,181,147)
#B8A586
(184,165,134)
#A69579
(166,149,121)
#94856C
(148,133,108)
#82755F
(130,117,95)
#706552
(112,101,82)
#5E5545
(94,85,69)
#4C4538
(76,69,56)
#3A352B
(58,53,43)
#28251E
(40,37,30)
#161511
(22,21,17)
#000000
(0,0,0)

Tints of #CAB593

#CAB593
(202,181,147)
#CEBB9C
(206,187,156)
#D2C1A5
(210,193,165)
#D6C7AE
(214,199,174)
#DACDB7
(218,205,183)
#DED3C0
(222,211,192)
#E2D9C9
(226,217,201)
#E6DFD2
(230,223,210)
#EAE5DB
(234,229,219)
#EEEBE4
(238,235,228)
#F2F1ED
(242,241,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB593; }

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

This text font color is #CAB593.

Background Color

.myBgColor { background-color: #CAB593; }

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

This div background color is #CAB593.

Border color

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

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

This div border color is #CAB593.

Opacity

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

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

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

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

This text has shadow with #CAB593 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB593.

Preview

Color preview on black background

This text has color #CAB593 on black background.


Color preview on white background

This text has color #CAB593 on white background.


Black color preview on #CAB593 background

This text has black color on #CAB593 background.


White color preview on #CAB593 background

This text has white color on #CAB593 background.


Related colors

Complementary color

Complementary color for #hex is #354A6C.


I love getcolorcode.com

Triadic colors

1 #93CAB5 and #B593CA with #CAB593 are triadic colors.

2 #93B5CA and #B5CA93 with #CAB593 are triadic colors.