#CA6493

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

Shades of Hopbush #CA6493

Tints of Hopbush #CA6493

Color information

#CA6493 (or 0xCA6493) is unknown color: approx Hopbush. HEX triplet: CA, 64 and 93. RGB value is (202,100,147). Sum of RGB (Red+Green+Blue) = 202+100+147=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 100 (39.45% from 255 or 22.27% from 449); Blue value is 147 (57.81% from 255 or 32.74% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6493 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6493 is #359B6C. Grayscale: #878787. Windows color (decimal): -3513197 or 9659594. OLE color: 9659594.

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

Color convert

RGB202100147-
CMYK00.500.270.21
HSL332.35º49.04%59.22%-
HSV(B)332.35º50.5%79.22%-
XYZ34.1823.7830.39-
YUV135.86134.29175.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.99%
GREEN value IS 100 (39.45% from 255) = 22.27%
BLUE value IS 147 (57.81% from 255) = 32.74%
R=44.99%
G=22.27%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210014700.500.270.21332.3549.0459.22
HexCA64930321B1514c313b
Octal31214422306233255146173
Binary1100101011001001001001101100101101110101101001100110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6493; }

 p { color: rgb(202,100,147); }

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

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

 a { background-color: rgb(202,100,147); }

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

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

 span { border-color: rgb(202,100,147); }

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