COLOR #CA9586

HEX: #CA9586 RGB: (202,149,134)

Color info

#CA9586 contains mainly red and green colors. Web safe color of #CA9586 is #CC9999 (or #C99).

RGB color model

#CA9586 color RGB value is (202,149,134).

RGB: (202,149,134) (79%, 58%, 53%)

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 134 of 255 = 53%

202
149
134

R + G + B ~ 63%. #CA9586 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 149 + 134 = 485 (100%)
R 202 of 485 ~ 41.65%
G 149 of 485 ~ 30.72%
B 134 of 485 ~ 27.63'%

%41.65
%30.72
%27.63

CMYK color model

#CA9586 color CMYK value is (0,26,34,21).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 33.66%
  • key color value is 20.78%

CMYK: (0,26,34,21)
C0M26Y34K21 (0%, 26%, 34%, 21%)
(0.00 / 0.26 / 0.34 / 0.21)

CMYK percentages

%0
%26.24
%33.66
%20.78

Codes

Color #CA9586 in popluar color models

CA 95 86
RGB 202 149 134
HSL 13° 39.08% 65.88%
HSB/HSV 13° 33.66% 79.22%
CMYK 0.00% 26.24% 33.66%
20.78%

Color #CA9586 in popluar number systems.

HEX CA 95 86
Decimal 202 149 134
Binary 11001010 10010101 10000110
Octal 312 225 206

Shades and tints

Shades of #CA9586

#CA9586
(202,149,134)
#B8887A
(184,136,122)
#A67B6E
(166,123,110)
#946E62
(148,110,98)
#826156
(130,97,86)
#70544A
(112,84,74)
#5E473E
(94,71,62)
#4C3A32
(76,58,50)
#3A2D26
(58,45,38)
#28201A
(40,32,26)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #CA9586

#CA9586
(202,149,134)
#CE9E91
(206,158,145)
#D2A79C
(210,167,156)
#D6B0A7
(214,176,167)
#DAB9B2
(218,185,178)
#DEC2BD
(222,194,189)
#E2CBC8
(226,203,200)
#E6D4D3
(230,212,211)
#EADDDE
(234,221,222)
#EEE6E9
(238,230,233)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA9586 color. Also use rgb(202,149,134) instead hex code.

Text Font Color

.myTextColor { color: #CA9586; }

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

This text font color is #CA9586.

Background Color

.myBgColor { background-color: #CA9586; }

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

This div background color is #CA9586.

Border color

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

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

This div border color is #CA9586.

Opacity

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

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

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

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

This text has shadow with #CA9586 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9586.

Preview

Color preview on black background

This text has color #CA9586 on black background.


Color preview on white background

This text has color #CA9586 on white background.


Black color preview on #CA9586 background

This text has black color on #CA9586 background.


White color preview on #CA9586 background

This text has white color on #CA9586 background.


Related colors

Complementary color

Complementary color for #hex is #356A79.


I love getcolorcode.com

Triadic colors

1 #86CA95 and #9586CA with #CA9586 are triadic colors.

2 #8695CA and #95CA86 with #CA9586 are triadic colors.