#CA77AD

Color #CA77AD Hopbush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hopbush #CA77AD

Tints of Hopbush #CA77AD

Color information

#CA77AD (or 0xCA77AD) is unknown color: approx Hopbush. HEX triplet: CA, 77 and AD. RGB value is (202,119,173). Sum of RGB (Red+Green+Blue) = 202+119+173=494 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.89% from 494); Green value is 119 (46.88% from 255 or 24.09% from 494); Blue value is 173 (67.97% from 255 or 35.02% from 494); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77AD is #358852. Grayscale: #959595. Windows color (decimal): -3508307 or 11368394. OLE color: 11368394.

HSL color Cylindrical-coordinate representation of color #CA77AD: hue angle of 320.96º degrees, saturation: 0.44, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #CA77AD is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.21.

Color convert

RGB202119173-
CMYK00.410.140.21
HSL320.96º43.92%62.94%-
HSV(B)320.96º41.09%79.22%-
XYZ38.528.7743.06-
YUV149.97141165.11-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 40.89%
GREEN value IS 119 (46.88% from 255) = 24.09%
BLUE value IS 173 (67.97% from 255) = 35.02%
R=40.89%
G=24.09%
B=35.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.14
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211917300.410.140.21320.9643.9262.94
HexCA77AD029E151412c3f
Octal31216725505116255015477
Binary110010101110111101011010101001111010101101000001101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77AD; }

 p { color: rgb(202,119,173); }

 H1.HeaderClassName
 {
   color: #CA77AD;
 }
 .AnyTagClassName
 {
   color: #CA77AD;
 }
</style>
background-color css

<style>
 a { background-color: #CA77AD; }

 a { background-color: rgb(202,119,173); }

 div.DivClassName
 {
   background-color: #CA77AD;
 }
 .BgClassName
 {
   background-color: #CA77AD;
 }
</style>
border-color css

<style>
 span { border-color: #CA77AD; }

 span { border-color: rgb(202,119,173); }

 td.TdClassName
 {
   border-color: #CA77AD;
 }
 .TagClassName
 {
   border-color: #CA77AD;
 }
</style>