#CA77A0

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

Shades of Hopbush #CA77A0

Tints of Hopbush #CA77A0

Color information

#CA77A0 (or 0xCA77A0) is unknown color: approx Hopbush. HEX triplet: CA, 77 and A0. RGB value is (202,119,160). Sum of RGB (Red+Green+Blue) = 202+119+160=481 (63% of max value = 765). Red value is 202 (79.30% from 255 or 42.00% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 160 (62.89% from 255 or 33.26% from 481); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77A0 is #35885F. Grayscale: #949494. Windows color (decimal): -3508320 or 10516426. OLE color: 10516426.

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

Color convert

RGB202119160-
CMYK00.410.210.21
HSL330.36º43.92%62.94%-
HSV(B)330.36º41.09%79.22%-
XYZ37.328.2936.75-
YUV148.49134.5166.17-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.00%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 160 (62.89% from 255) = 33.26%
R=42.00%
G=24.74%
B=33.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.21
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211916000.410.210.21330.3643.9262.94
HexCA77A0029151514a2c3f
Octal31216724005125255125477
Binary1100101011101111010000001010011010110101101001010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77A0; }

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

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

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

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

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

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

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

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