COLOR #CA77AD

HEX: #CA77AD
RGB: (202,119,173)

Color info

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

RGB color model

#CA77AD color RGB value is (202,119,173).

  • red value is 202;
  • green value is 119;
  • blue value is 173.
RGB:
(202,119,173)
(79%,47%,68%)

RGB channels and saturation

R 202 of 255 = 79%
G 119 of 255 = 47%
B 173 of 255 = 68%

202
119
173

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

Portions of RGB colors in percentages

R + G + B =
202 + 119 + 173 = 494 (100%)
R 202 of 494 ~ 40.89%
G 119 of 494 ~ 24.09%
B 173 of 494 ~ 35.02%

%40.89
%24.09
%35.02

CMYK color model

#CA77AD color CMYK value is (0,41,14,21).

  • cyan value is 0.00%
  • magenta value is 41.09%
  • yellow value is 14.36%
  • key color value is 20.78%
CMYK:
(0,41,14,21)
C0M41Y14K21 
(0%,41%,14%,21%)
(0.00/0.41/0.14/0.21)	

CMYK percentages

%0
%41.09
%14.36
%20.78

Codes

Color #CA77AD in popluar color models

CA77AD
RGB202119173
HSL321°43.92%62.94%
HSB/HSV321°41.09%79.22%
CMYK0.00%41.09%14.36%
20.78%

Color #CA77AD in popluar number systems.

HEXCA77AD
Decimal202119173
Binary11001010111011110101101
Octal312167255

Shades and tints

Shades of #CA77AD

#CA77AD
(202,119,173)
#B86D9E
(184,109,158)
#A6638F
(166,99,143)
#945980
(148,89,128)
#824F71
(130,79,113)
#704562
(112,69,98)
#5E3B53
(94,59,83)
#4C3144
(76,49,68)
#3A2735
(58,39,53)
#281D26
(40,29,38)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #CA77AD

#CA77AD
(202,119,173)
#CE83B4
(206,131,180)
#D28FBB
(210,143,187)
#D69BC2
(214,155,194)
#DAA7C9
(218,167,201)
#DEB3D0
(222,179,208)
#E2BFD7
(226,191,215)
#E6CBDE
(230,203,222)
#EAD7E5
(234,215,229)
#EEE3EC
(238,227,236)
#F2EFF3
(242,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA77AD color. Also use rgb(202,119,173) instead hex code.

Text Font Color

.myTextColor { color: #CA77AD; }

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

This text font color is #CA77AD.


Background Color

.myBgColor { background-color: #CA77AD; }

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

This div background color is #CA77AD.


Border color

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

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

This div border color is #CA77AD.


Opacity

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

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

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

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

This text has shadow with #CA77AD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CA77AD on black background.


Color preview on white background

This text has color #CA77AD on white background.



Black color preview on #CA77AD background

This text has black color on #CA77AD background.


White color preview on #CA77AD background

This text has white color on #CA77AD background.