COLOR #CA73A6

HEX: #CA73A6
RGB: (202,115,166)

Color info

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

RGB color model

#CA73A6 color RGB value is (202,115,166).

  • red value is 202;
  • green value is 115;
  • blue value is 166.
RGB:
(202,115,166)
(79%,45%,65%)

RGB channels and saturation

R 202 of 255 = 79%
G 115 of 255 = 45%
B 166 of 255 = 65%

202
115
166

R + G + B ~ 63%. #CA73A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 115 + 166 = 483 (100%)
R 202 of 483 ~ 41.82%
G 115 of 483 ~ 23.81%
B 166 of 483 ~ 34.37%

%41.82
%23.81
%34.37

CMYK color model

#CA73A6 color CMYK value is (0,43,18,21).

  • cyan value is 0.00%
  • magenta value is 43.07%
  • yellow value is 17.82%
  • key color value is 20.78%
CMYK:
(0,43,18,21)
C0M43Y18K21 
(0%,43%,18%,21%)
(0.00/0.43/0.18/0.21)	

CMYK percentages

%0
%43.07
%17.82
%20.78

Codes

Color #CA73A6 in popluar color models

CA73A6
RGB202115166
HSL325°45.08%62.16%
HSB/HSV325°43.07%79.22%
CMYK0.00%43.07%17.82%
20.78%

Color #CA73A6 in popluar number systems.

HEXCA73A6
Decimal202115166
Binary11001010111001110100110
Octal312163246

Shades and tints

Shades of #CA73A6

#CA73A6
(202,115,166)
#B86997
(184,105,151)
#A65F88
(166,95,136)
#945579
(148,85,121)
#824B6A
(130,75,106)
#70415B
(112,65,91)
#5E374C
(94,55,76)
#4C2D3D
(76,45,61)
#3A232E
(58,35,46)
#28191F
(40,25,31)
#160F10
(22,15,16)
#000000
(0,0,0)

Tints of #CA73A6

#CA73A6
(202,115,166)
#CE7FAE
(206,127,174)
#D28BB6
(210,139,182)
#D697BE
(214,151,190)
#DAA3C6
(218,163,198)
#DEAFCE
(222,175,206)
#E2BBD6
(226,187,214)
#E6C7DE
(230,199,222)
#EAD3E6
(234,211,230)
#EEDFEE
(238,223,238)
#F2EBF6
(242,235,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CA73A6; }

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

This text font color is #CA73A6.


Background Color

.myBgColor { background-color: #CA73A6; }

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

This div background color is #CA73A6.


Border color

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

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

This div border color is #CA73A6.


Opacity

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

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

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

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

This text has shadow with #CA73A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA73A6 on black background.


Color preview on white background

This text has color #CA73A6 on white background.



Black color preview on #CA73A6 background

This text has black color on #CA73A6 background.


White color preview on #CA73A6 background

This text has white color on #CA73A6 background.