COLOR #CA5697

HEX: #CA5697
RGB: (202,86,151)

Color info

#CA5697 contains mainly red and blue colors. Web safe color of #CA5697 is #CC6699 (or #C69).

RGB color model

#CA5697 color RGB value is (202,86,151).

  • red value is 202;
  • green value is 86;
  • blue value is 151.
RGB:
(202,86,151)
(79%,34%,59%)

RGB channels and saturation

R 202 of 255 = 79%
G 86 of 255 = 34%
B 151 of 255 = 59%

202
86
151

R + G + B ~ 57%. #CA5697 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
202 + 86 + 151 = 439 (100%)
R 202 of 439 ~ 46.01%
G 86 of 439 ~ 19.59%
B 151 of 439 ~ 34.4%

%46.01
%19.59
%34.4

CMYK color model

#CA5697 color CMYK value is (0,57,25,21).

  • cyan value is 0.00%
  • magenta value is 57.43%
  • yellow value is 25.25%
  • key color value is 20.78%
CMYK:
(0,57,25,21)
C0M57Y25K21 
(0%,57%,25%,21%)
(0.00/0.57/0.25/0.21)	

CMYK percentages

%0
%57.43
%25.25
%20.78

Codes

Color #CA5697 in popluar color models

CA5697
RGB20286151
HSL326°52.25%56.47%
HSB/HSV326°57.43%79.22%
CMYK0.00%57.43%25.25%
20.78%

Color #CA5697 in popluar number systems.

HEXCA5697
Decimal20286151
Binary11001010101011010010111
Octal312126227

Shades and tints

Shades of #CA5697

#CA5697
(202,86,151)
#B84F8A
(184,79,138)
#A6487D
(166,72,125)
#944170
(148,65,112)
#823A63
(130,58,99)
#703356
(112,51,86)
#5E2C49
(94,44,73)
#4C253C
(76,37,60)
#3A1E2F
(58,30,47)
#281722
(40,23,34)
#161015
(22,16,21)
#000000
(0,0,0)

Tints of #CA5697

#CA5697
(202,86,151)
#CE65A0
(206,101,160)
#D274A9
(210,116,169)
#D683B2
(214,131,178)
#DA92BB
(218,146,187)
#DEA1C4
(222,161,196)
#E2B0CD
(226,176,205)
#E6BFD6
(230,191,214)
#EACEDF
(234,206,223)
#EEDDE8
(238,221,232)
#F2ECF1
(242,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA5697; }

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

This text font color is #CA5697.


Background Color

.myBgColor { background-color: #CA5697; }

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

This div background color is #CA5697.


Border color

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

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

This div border color is #CA5697.


Opacity

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

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

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

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

This text has shadow with #CA5697 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA5697 on black background.


Color preview on white background

This text has color #CA5697 on white background.



Black color preview on #CA5697 background

This text has black color on #CA5697 background.


White color preview on #CA5697 background

This text has white color on #CA5697 background.