#CA77AE

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

Shades of Hopbush #CA77AE

Tints of Hopbush #CA77AE

Color information

#CA77AE (or 0xCA77AE) is unknown color: approx Hopbush. HEX triplet: CA, 77 and AE. RGB value is (202,119,174). Sum of RGB (Red+Green+Blue) = 202+119+174=495 (65% of max value = 765). Red value is 202 (79.30% from 255 or 40.81% from 495); Green value is 119 (46.88% from 255 or 24.04% from 495); Blue value is 174 (68.36% from 255 or 35.15% from 495); Max value from RGB is 202 - color contains mainly: red. Hex color #CA77AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA77AE is #358851. Grayscale: #959595. Windows color (decimal): -3508306 or 11433930. OLE color: 11433930.

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

Color convert

RGB202119174-
CMYK00.410.140.21
HSL320.24º43.92%62.94%-
HSV(B)320.24º41.09%79.22%-
XYZ38.5928.8143.57-
YUV150.09141.5165.03-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 40.81%
GREEN value IS 119 (46.88% from 255) = 24.04%
BLUE value IS 174 (68.36% from 255) = 35.15%
R=40.81%
G=24.04%
B=35.15%

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
Decimal20211917400.410.140.21320.2443.9262.94
HexCA77AE029E151402c3f
Octal31216725605116255005477
Binary110010101110111101011100101001111010101101000000101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA77AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA77AE; }

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

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

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

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

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

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

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

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