#CA6599

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

Shades of Hopbush #CA6599

Tints of Hopbush #CA6599

Color information

#CA6599 (or 0xCA6599) is unknown color: approx Hopbush. HEX triplet: CA, 65 and 99. RGB value is (202,101,153). Sum of RGB (Red+Green+Blue) = 202+101+153=456 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.30% from 456); Green value is 101 (39.84% from 255 or 22.15% from 456); Blue value is 153 (60.16% from 255 or 33.55% from 456); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA6599 is #359A66. Grayscale: #898989. Windows color (decimal): -3512935 or 10053066. OLE color: 10053066.

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

Color convert

RGB202101153-
CMYK00.500.240.21
HSL329.11º48.79%59.41%-
HSV(B)329.11º50%79.22%-
XYZ34.7624.1632.97-
YUV137.13136.96174.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.30%
GREEN value IS 101 (39.84% from 255) = 22.15%
BLUE value IS 153 (60.16% from 255) = 33.55%
R=44.30%
G=22.15%
B=33.55%

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
Decimal20210115300.500.240.21329.1148.7959.41
HexCA65990321815149313b
Octal31214523106230255116173
Binary1100101011001011001100101100101100010101101001001110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6599; }

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

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

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

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

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

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

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

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