COLOR #CA7399

HEX: #CA7399 RGB: (202,115,153)

Color info

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

RGB color model

#CA7399 color RGB value is (202,115,153).

RGB: (202,115,153) (79%, 45%, 60%)

RGB channels and saturation

R 202 of 255 = 79%
G 115 of 255 = 45%
B 153 of 255 = 60%

202
115
153

R + G + B ~ 61%. #CA7399 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 115 + 153 = 470 (100%)
R 202 of 470 ~ 42.98%
G 115 of 470 ~ 24.47%
B 153 of 470 ~ 32.55'%

%42.98
%24.47
%32.55

CMYK color model

#CA7399 color CMYK value is (0,43,24,21).

  • cyan value is 0.00%
  • magenta value is 43.07%
  • yellow value is 24.26%
  • key color value is 20.78%
CMYK: (0,43,24,21) C0M43Y24K21 (0%,43%,24%,21%) (0.00/0.43/0.24/0.21) 

CMYK percentages

%0
%43.07
%24.26
%20.78

Codes

Color #CA7399 in popluar color models

CA 73 99
RGB 202 115 153
HSL 334° 45.08% 62.16%
HSB/HSV 334° 43.07% 79.22%
CMYK 0.00% 43.07% 24.26%
20.78%

Color #CA7399 in popluar number systems.

HEX CA 73 99
Decimal 202 115 153
Binary 11001010 1110011 10011001
Octal 312 163 231

Shades and tints

Shades of #CA7399

#CA7399
(202,115,153)
#B8698C
(184,105,140)
#A65F7F
(166,95,127)
#945572
(148,85,114)
#824B65
(130,75,101)
#704158
(112,65,88)
#5E374B
(94,55,75)
#4C2D3E
(76,45,62)
#3A2331
(58,35,49)
#281924
(40,25,36)
#160F17
(22,15,23)
#000000
(0,0,0)

Tints of #CA7399

#CA7399
(202,115,153)
#CE7FA2
(206,127,162)
#D28BAB
(210,139,171)
#D697B4
(214,151,180)
#DAA3BD
(218,163,189)
#DEAFC6
(222,175,198)
#E2BBCF
(226,187,207)
#E6C7D8
(230,199,216)
#EAD3E1
(234,211,225)
#EEDFEA
(238,223,234)
#F2EBF3
(242,235,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA7399 color. Also use rgb(202,115,153) instead hex code.

Text Font Color

.myTextColor { color: #CA7399; }

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

This text font color is #CA7399.

Background Color

.myBgColor { background-color: #CA7399; }

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

This div background color is #CA7399.

Border color

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

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

This div border color is #CA7399.

Opacity

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

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

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

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

This text has shadow with #CA7399 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA7399.

Preview

Color preview on black background

This text has color #CA7399 on black background.


Color preview on white background

This text has color #CA7399 on white background.


Black color preview on #CA7399 background

This text has black color on #CA7399 background.


White color preview on #CA7399 background

This text has white color on #CA7399 background.


Related colors

Complementary color

Complementary color for #hex is #358C66.


I love getcolorcode.com

Triadic colors

1 #99CA73 and #7399CA with #CA7399 are triadic colors.

2 #9973CA and #73CA99 with #CA7399 are triadic colors.