#CA7597

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

Shades of Hopbush #CA7597

Tints of Hopbush #CA7597

Color information

#CA7597 (or 0xCA7597) is unknown color: approx Hopbush. HEX triplet: CA, 75 and 97. RGB value is (202,117,151). Sum of RGB (Red+Green+Blue) = 202+117+151=470 (62% of max value = 765). Red value is 202 (79.30% from 255 or 42.98% from 470); Green value is 117 (46.09% from 255 or 24.89% from 470); Blue value is 151 (59.38% from 255 or 32.13% from 470); Max value from RGB is 202 - color contains mainly: red. Hex color #CA7597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA7597 is #358A68. Grayscale: #929292. Windows color (decimal): -3508841 or 9926090. OLE color: 9926090.

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

Color convert

RGB202117151-
CMYK00.420.250.21
HSL336º44.5%62.55%-
HSV(B)336º42.08%79.22%-
XYZ36.327.5132.68-
YUV146.29130.66167.74-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 42.98%
GREEN value IS 117 (46.09% from 255) = 24.89%
BLUE value IS 151 (59.38% from 255) = 32.13%
R=42.98%
G=24.89%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20211715100.420.250.2133644.562.55
HexCA759702A19151502d3f
Octal31216522705231255205577
Binary1100101011101011001011101010101100110101101010000101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA7597

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA7597; }

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

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

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

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

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

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

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

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