COLOR #CAC590

HEX: #CAC590 RGB: (202,197,144)

Color info

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

RGB color model

#CAC590 color RGB value is (202,197,144).

RGB: (202,197,144) (79%, 77%, 56%)

RGB channels and saturation

R 202 of 255 = 79%
G 197 of 255 = 77%
B 144 of 255 = 56%

202
197
144

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

Portions of RGB colors in percentages

R + G + B = 202 + 197 + 144 = 543 (100%)
R 202 of 543 ~ 37.2%
G 197 of 543 ~ 36.28%
B 144 of 543 ~ 26.52'%

%37.2
%36.28
%26.52

CMYK color model

#CAC590 color CMYK value is (0,2,29,21).

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

CMYK: (0,2,29,21)
C0M2Y29K21 (0%, 2%, 29%, 21%)
(0.00 / 0.02 / 0.29 / 0.21)

CMYK percentages

%0
%2.48
%28.71
%20.78

Codes

Color #CAC590 in popluar color models

CA C5 90
RGB 202 197 144
HSL 55° 35.37% 67.84%
HSB/HSV 55° 28.71% 79.22%
CMYK 0.00% 2.48% 28.71%
20.78%

Color #CAC590 in popluar number systems.

HEX CA C5 90
Decimal 202 197 144
Binary 11001010 11000101 10010000
Octal 312 305 220

Shades and tints

Shades of #CAC590

#CAC590
(202,197,144)
#B8B483
(184,180,131)
#A6A376
(166,163,118)
#949269
(148,146,105)
#82815C
(130,129,92)
#70704F
(112,112,79)
#5E5F42
(94,95,66)
#4C4E35
(76,78,53)
#3A3D28
(58,61,40)
#282C1B
(40,44,27)
#161B0E
(22,27,14)
#000000
(0,0,0)

Tints of #CAC590

#CAC590
(202,197,144)
#CECA9A
(206,202,154)
#D2CFA4
(210,207,164)
#D6D4AE
(214,212,174)
#DAD9B8
(218,217,184)
#DEDEC2
(222,222,194)
#E2E3CC
(226,227,204)
#E6E8D6
(230,232,214)
#EAEDE0
(234,237,224)
#EEF2EA
(238,242,234)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAC590; }

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

This text font color is #CAC590.

Background Color

.myBgColor { background-color: #CAC590; }

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

This div background color is #CAC590.

Border color

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

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

This div border color is #CAC590.

Opacity

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

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

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

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

This text has shadow with #CAC590 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAC590.

Preview

Color preview on black background

This text has color #CAC590 on black background.


Color preview on white background

This text has color #CAC590 on white background.


Black color preview on #CAC590 background

This text has black color on #CAC590 background.


White color preview on #CAC590 background

This text has white color on #CAC590 background.


Related colors

Complementary color

Complementary color for #hex is #353A6F.


I love getcolorcode.com

Triadic colors

1 #90CAC5 and #C590CA with #CAC590 are triadic colors.

2 #90C5CA and #C5CA90 with #CAC590 are triadic colors.