COLOR #CA709F

HEX: #CA709F
RGB: (202,112,159)

Color info

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

RGB color model

#CA709F color RGB value is (202,112,159).

  • red value is 202;
  • green value is 112;
  • blue value is 159.
RGB:
(202,112,159)
(79%,44%,62%)

RGB channels and saturation

R 202 of 255 = 79%
G 112 of 255 = 44%
B 159 of 255 = 62%

202
112
159

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

Portions of RGB colors in percentages

R + G + B =
202 + 112 + 159 = 473 (100%)
R 202 of 473 ~ 42.71%
G 112 of 473 ~ 23.68%
B 159 of 473 ~ 33.62%

%42.71
%23.68
%33.62

CMYK color model

#CA709F color CMYK value is (0,45,21,21).

  • cyan value is 0.00%
  • magenta value is 44.55%
  • yellow value is 21.29%
  • key color value is 20.78%
CMYK:
(0,45,21,21)
C0M45Y21K21 
(0%,45%,21%,21%)
(0.00/0.45/0.21/0.21)	

CMYK percentages

%0
%44.55
%21.29
%20.78

Codes

Color #CA709F in popluar color models

CA709F
RGB202112159
HSL329°45.92%61.57%
HSB/HSV329°44.55%79.22%
CMYK0.00%44.55%21.29%
20.78%

Color #CA709F in popluar number systems.

HEXCA709F
Decimal202112159
Binary11001010111000010011111
Octal312160237

Shades and tints

Shades of #CA709F

#CA709F
(202,112,159)
#B86691
(184,102,145)
#A65C83
(166,92,131)
#945275
(148,82,117)
#824867
(130,72,103)
#703E59
(112,62,89)
#5E344B
(94,52,75)
#4C2A3D
(76,42,61)
#3A202F
(58,32,47)
#281621
(40,22,33)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #CA709F

#CA709F
(202,112,159)
#CE7DA7
(206,125,167)
#D28AAF
(210,138,175)
#D697B7
(214,151,183)
#DAA4BF
(218,164,191)
#DEB1C7
(222,177,199)
#E2BECF
(226,190,207)
#E6CBD7
(230,203,215)
#EAD8DF
(234,216,223)
#EEE5E7
(238,229,231)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA709F color. Also use rgb(202,112,159) instead hex code.

Text Font Color

.myTextColor { color: #CA709F; }

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

This text font color is #CA709F.


Background Color

.myBgColor { background-color: #CA709F; }

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

This div background color is #CA709F.


Border color

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

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

This div border color is #CA709F.


Opacity

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

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

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

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

This text has shadow with #CA709F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA709F on black background.


Color preview on white background

This text has color #CA709F on white background.



Black color preview on #CA709F background

This text has black color on #CA709F background.


White color preview on #CA709F background

This text has white color on #CA709F background.