#CA7593

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

Shades of Hopbush #CA7593

Tints of Hopbush #CA7593

Color information

#CA7593 (or 0xCA7593) is unknown color: approx Hopbush. HEX triplet: CA, 75 and 93. RGB value is (202,117,147). Sum of RGB (Red+Green+Blue) = 202+117+147=466 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.35% from 466); Green value is 117 (46.09% from 255 or 25.11% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7593 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7593 is #358A6C. Grayscale: #919191. Windows color (decimal): -3508845 or 9663946. OLE color: 9663946.

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

Color convert

RGB202117147-
CMYK00.420.270.21
HSL338.82º44.5%62.55%-
HSV(B)338.82º42.08%79.22%-
XYZ35.9827.3930.99-
YUV145.84128.66168.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.35%
GREEN value IS 117 (46.09% from 255) = 25.11%
BLUE value IS 147 (57.81% from 255) = 31.55%
R=43.35%
G=25.11%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211714700.420.270.21338.8244.562.55
HexCA759302A1B151532d3f
Octal31216522305233255235577
Binary1100101011101011001001101010101101110101101010011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7593; }

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

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

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

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

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

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

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

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