COLOR #CA9597

HEX: #CA9597 RGB: (202,149,151)

Color info

#CA9597 contains red, green and blue colors in about the same proportion. Web safe color of #CA9597 is #CC9999 (or #C99).

RGB color model

#CA9597 color RGB value is (202,149,151).

RGB: (202,149,151) (79%, 58%, 59%)

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 151 of 255 = 59%

202
149
151

R + G + B ~ 65%. #CA9597 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 149 + 151 = 502 (100%)
R 202 of 502 ~ 40.24%
G 149 of 502 ~ 29.68%
B 151 of 502 ~ 30.08'%

%40.24
%29.68
%30.08

CMYK color model

#CA9597 color CMYK value is (0,26,25,21).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 25.25%
  • key color value is 20.78%
CMYK: (0,26,25,21) C0M26Y25K21 (0%,26%,25%,21%) (0.00/0.26/0.25/0.21) 

CMYK percentages

%0
%26.24
%25.25
%20.78

Codes

Color #CA9597 in popluar color models

CA 95 97
RGB 202 149 151
HSL 358° 33.33% 68.82%
HSB/HSV 358° 26.24% 79.22%
CMYK 0.00% 26.24% 25.25%
20.78%

Color #CA9597 in popluar number systems.

HEX CA 95 97
Decimal 202 149 151
Binary 11001010 10010101 10010111
Octal 312 225 227

Shades and tints

Shades of #CA9597

#CA9597
(202,149,151)
#B8888A
(184,136,138)
#A67B7D
(166,123,125)
#946E70
(148,110,112)
#826163
(130,97,99)
#705456
(112,84,86)
#5E4749
(94,71,73)
#4C3A3C
(76,58,60)
#3A2D2F
(58,45,47)
#282022
(40,32,34)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #CA9597

#CA9597
(202,149,151)
#CE9EA0
(206,158,160)
#D2A7A9
(210,167,169)
#D6B0B2
(214,176,178)
#DAB9BB
(218,185,187)
#DEC2C4
(222,194,196)
#E2CBCD
(226,203,205)
#E6D4D6
(230,212,214)
#EADDDF
(234,221,223)
#EEE6E8
(238,230,232)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA9597; }

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

This text font color is #CA9597.

Background Color

.myBgColor { background-color: #CA9597; }

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

This div background color is #CA9597.

Border color

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

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

This div border color is #CA9597.

Opacity

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

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

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

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

This text has shadow with #CA9597 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA9597.

Preview

Color preview on black background

This text has color #CA9597 on black background.


Color preview on white background

This text has color #CA9597 on white background.


Black color preview on #CA9597 background

This text has black color on #CA9597 background.


White color preview on #CA9597 background

This text has white color on #CA9597 background.


Related colors

Complementary color

Complementary color for #hex is #356A68.


I love getcolorcode.com

Triadic colors

1 #97CA95 and #9597CA with #CA9597 are triadic colors.

2 #9795CA and #95CA97 with #CA9597 are triadic colors.