#CA63A6

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

Shades of Hopbush #CA63A6

Tints of Hopbush #CA63A6

Color information

#CA63A6 (or 0xCA63A6) is unknown color: approx Hopbush. HEX triplet: CA, 63 and A6. RGB value is (202,99,166). Sum of RGB (Red+Green+Blue) = 202+99+166=467 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.25% from 467); Green value is 99 (39.06% from 255 or 21.20% from 467); Blue value is 166 (65.23% from 255 or 35.55% from 467); Max value from RGB is 202 - color contains mainly: red. Hex color #CA63A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA63A6 is #359C59. Grayscale: #898989. Windows color (decimal): -3513434 or 10904522. OLE color: 10904522.

HSL color Cylindrical-coordinate representation of color #CA63A6: hue angle of 320.97º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CA63A6 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.21.

Color convert

RGB20299166-
CMYK00.510.180.21
HSL320.97º49.28%59.02%-
HSV(B)320.97º50.99%79.22%-
XYZ35.724.2338.87-
YUV137.44144.12174.05-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.25%
GREEN value IS 99 (39.06% from 255) = 21.20%
BLUE value IS 166 (65.23% from 255) = 35.55%
R=43.25%
G=21.20%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.18
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029916600.510.180.21320.9749.2859.02
HexCA63A60331215141313b
Octal31214324606322255016173
Binary1100101011000111010011001100111001010101101000001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA63A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA63A6; }

 p { color: rgb(202,99,166); }

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

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

 a { background-color: rgb(202,99,166); }

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

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

 span { border-color: rgb(202,99,166); }

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