#CA7592

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

Shades of Hopbush #CA7592

Tints of Hopbush #CA7592

Color information

#CA7592 (or 0xCA7592) is unknown color: approx Hopbush. HEX triplet: CA, 75 and 92. RGB value is (202,117,146). Sum of RGB (Red+Green+Blue) = 202+117+146=465 (61% of max value = 765). Red value is 202 (79.30% from 255 or 43.44% from 465); Green value is 117 (46.09% from 255 or 25.16% from 465); Blue value is 146 (57.42% from 255 or 31.40% from 465); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7592 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7592 is #358A6D. Grayscale: #919191. Windows color (decimal): -3508846 or 9598410. OLE color: 9598410.

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

Color convert

RGB202117146-
CMYK00.420.280.21
HSL339.53º44.5%62.55%-
HSV(B)339.53º42.08%79.22%-
XYZ35.9127.3530.58-
YUV145.72128.16168.14-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 43.44%
GREEN value IS 117 (46.09% from 255) = 25.16%
BLUE value IS 146 (57.42% from 255) = 31.40%
R=43.44%
G=25.16%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.28
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211714600.420.280.21339.5344.562.55
HexCA759202A1C151542d3f
Octal31216522205234255245577
Binary1100101011101011001001001010101110010101101010100101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7592; }

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

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

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

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

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

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

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

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