#CA6499

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

Shades of Hopbush #CA6499

Tints of Hopbush #CA6499

Color information

#CA6499 (or 0xCA6499) is unknown color: approx Hopbush. HEX triplet: CA, 64 and 99. RGB value is (202,100,153). Sum of RGB (Red+Green+Blue) = 202+100+153=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 100 (39.45% from 255 or 21.98% from 455); Blue value is 153 (60.16% from 255 or 33.63% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6499 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6499 is #359B66. Grayscale: #888888. Windows color (decimal): -3513191 or 10052810. OLE color: 10052810.

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

Color convert

RGB202100153-
CMYK00.500.240.21
HSL328.82º49.04%59.22%-
HSV(B)328.82º50.5%79.22%-
XYZ34.6623.9732.94-
YUV136.54137.29174.69-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 100 (39.45% from 255) = 21.98%
BLUE value IS 153 (60.16% from 255) = 33.63%
R=44.40%
G=21.98%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210015300.500.240.21328.8249.0459.22
HexCA64990321815149313b
Octal31214423106230255116173
Binary1100101011001001001100101100101100010101101001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6499; }

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

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

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

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

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

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

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

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