#CA7599

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

Shades of Hopbush #CA7599

Tints of Hopbush #CA7599

Color information

#CA7599 (or 0xCA7599) is unknown color: approx Hopbush. HEX triplet: CA, 75 and 99. RGB value is (202,117,153). Sum of RGB (Red+Green+Blue) = 202+117+153=472 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.80% from 472); Green value is 117 (46.09% from 255 or 24.79% from 472); Blue value is 153 (60.16% from 255 or 32.42% from 472); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7599 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7599 is #358A66. Grayscale: #929292. Windows color (decimal): -3508839 or 10057162. OLE color: 10057162.

HSL color Cylindrical-coordinate representation of color #CA7599: hue angle of 334.59º degrees, saturation: 0.45, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #CA7599 is Cyan = 0, Magento = 0.42, Yellow = 0.24 and Black (K on CMYK) = 0.21.

Color convert

RGB202117153-
CMYK00.420.240.21
HSL334.59º44.5%62.55%-
HSV(B)334.59º42.08%79.22%-
XYZ36.4727.5833.54-
YUV146.52131.66167.57-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.80%
GREEN value IS 117 (46.09% from 255) = 24.79%
BLUE value IS 153 (60.16% from 255) = 32.42%
R=42.80%
G=24.79%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.24
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211715300.420.240.21334.5944.562.55
HexCA759902A181514f2d3f
Octal31216523105230255175577
Binary1100101011101011001100101010101100010101101001111101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7599; }

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

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

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

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

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

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

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

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