#CA77AC

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

Shades of Hopbush #CA77AC

Tints of Hopbush #CA77AC

Color information

#CA77AC (or 0xCA77AC) is unknown color: approx Hopbush. HEX triplet: CA, 77 and AC. RGB value is (202,119,172). Sum of RGB (Red+Green+Blue) = 202+119+172=493 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.97% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 172 (67.58% from 255 or 34.89% from 493); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77AC is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77AC is #358853. Grayscale: #959595. Windows color (decimal): -3508308 or 11302858. OLE color: 11302858.

HSL color Cylindrical-coordinate representation of color #CA77AC: hue angle of 321.69º 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 #CA77AC is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.21.

Color convert

RGB202119172-
CMYK00.410.150.21
HSL321.69º43.92%62.94%-
HSV(B)321.69º41.09%79.22%-
XYZ38.428.7342.55-
YUV149.86140.5165.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.97%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 172 (67.58% from 255) = 34.89%
R=40.97%
G=24.14%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.15
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211917200.410.150.21321.6943.9262.94
HexCA77AC029F151422c3f
Octal31216725405117255025477
Binary110010101110111101011000101001111110101101000010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77AC; }

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

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

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

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

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

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

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

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