COLOR #CA9580

HEX: #CA9580 RGB: (202,149,128)

Color info

#CA9580 contains mainly red and green colors. Web safe color of #CA9580 is #CC9966 (or #C96).

RGB color model

#CA9580 color RGB value is (202,149,128).

RGB: (202,149,128) (79%, 58%, 50%)

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 128 of 255 = 50%

202
149
128

R + G + B ~ 62%. #CA9580 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 149 + 128 = 479 (100%)
R 202 of 479 ~ 42.17%
G 149 of 479 ~ 31.11%
B 128 of 479 ~ 26.72'%

%42.17
%31.11
%26.72

CMYK color model

#CA9580 color CMYK value is (0,26,37,21).

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

CMYK: (0,26,37,21)
C0M26Y37K21 (0%, 26%, 37%, 21%)
(0.00 / 0.26 / 0.37 / 0.21)

CMYK percentages

%0
%26.24
%36.63
%20.78

Codes

Color #CA9580 in popluar color models

CA 95 80
RGB 202 149 128
HSL 17° 41.11% 64.71%
HSB/HSV 17° 36.63% 79.22%
CMYK 0.00% 26.24% 36.63%
20.78%

Color #CA9580 in popluar number systems.

HEX CA 95 80
Decimal 202 149 128
Binary 11001010 10010101 10000000
Octal 312 225 200

Shades and tints

Shades of #CA9580

#CA9580
(202,149,128)
#B88875
(184,136,117)
#A67B6A
(166,123,106)
#946E5F
(148,110,95)
#826154
(130,97,84)
#705449
(112,84,73)
#5E473E
(94,71,62)
#4C3A33
(76,58,51)
#3A2D28
(58,45,40)
#28201D
(40,32,29)
#161312
(22,19,18)
#000000
(0,0,0)

Tints of #CA9580

#CA9580
(202,149,128)
#CE9E8B
(206,158,139)
#D2A796
(210,167,150)
#D6B0A1
(214,176,161)
#DAB9AC
(218,185,172)
#DEC2B7
(222,194,183)
#E2CBC2
(226,203,194)
#E6D4CD
(230,212,205)
#EADDD8
(234,221,216)
#EEE6E3
(238,230,227)
#F2EFEE
(242,239,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9580; }

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

This text font color is #CA9580.

Background Color

.myBgColor { background-color: #CA9580; }

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

This div background color is #CA9580.

Border color

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

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

This div border color is #CA9580.

Opacity

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

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

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

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

This text has shadow with #CA9580 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9580.

Preview

Color preview on black background

This text has color #CA9580 on black background.


Color preview on white background

This text has color #CA9580 on white background.


Black color preview on #CA9580 background

This text has black color on #CA9580 background.


White color preview on #CA9580 background

This text has white color on #CA9580 background.


Related colors

Complementary color

Complementary color for #hex is #356A7F.


I love getcolorcode.com

Triadic colors

1 #80CA95 and #9580CA with #CA9580 are triadic colors.

2 #8095CA and #95CA80 with #CA9580 are triadic colors.