#CA62A2

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

Shades of Hopbush #CA62A2

Tints of Hopbush #CA62A2

Color information

#CA62A2 (or 0xCA62A2) is unknown color: approx Hopbush. HEX triplet: CA, 62 and A2. RGB value is (202,98,162). Sum of RGB (Red+Green+Blue) = 202+98+162=462 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.72% from 462); Green value is 98 (38.67% from 255 or 21.21% from 462); Blue value is 162 (63.67% from 255 or 35.06% from 462); Max value from RGB is 202 - color contains mainly: red. Hex color #CA62A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA62A2 is #359D5D. Grayscale: #888888. Windows color (decimal): -3513694 or 10642122. OLE color: 10642122.

HSL color Cylindrical-coordinate representation of color #CA62A2: hue angle of 323.08º degrees, saturation: 0.5, 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 #CA62A2 is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB20298162-
CMYK00.510.200.21
HSL323.08º49.52%58.82%-
HSV(B)323.08º51.49%79.22%-
XYZ35.2523.936.94-
YUV136.39142.46174.8-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.72%
GREEN value IS 98 (38.67% from 255) = 21.21%
BLUE value IS 162 (63.67% from 255) = 35.06%
R=43.72%
G=21.21%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029816200.510.200.21323.0849.5258.82
HexCA62A20331415143323b
Octal31214224206324255036273
Binary1100101011000101010001001100111010010101101000011110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA62A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA62A2; }

 p { color: rgb(202,98,162); }

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

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

 a { background-color: rgb(202,98,162); }

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

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

 span { border-color: rgb(202,98,162); }

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