#CA5E96

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

Shades of Hopbush #CA5E96

Tints of Hopbush #CA5E96

Color information

#CA5E96 (or 0xCA5E96) is unknown color: approx Hopbush. HEX triplet: CA, 5E and 96. RGB value is (202,94,150). Sum of RGB (Red+Green+Blue) = 202+94+150=446 (59% of max value = 765). Red value is 202 (79.30% from 255 or 45.29% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 150 (58.98% from 255 or 33.63% from 446); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5E96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5E96 is #35A169. Grayscale: #848484. Windows color (decimal): -3514730 or 9854666. OLE color: 9854666.

HSL color Cylindrical-coordinate representation of color #CA5E96: hue angle of 328.89º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CA5E96 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB20294150-
CMYK00.530.260.21
HSL328.89º50.47%58.04%-
HSV(B)328.89º53.47%79.22%-
XYZ33.8622.7631.46-
YUV132.68137.78177.45-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.29%
GREEN value IS 94 (37.11% from 255) = 21.08%
BLUE value IS 150 (58.98% from 255) = 33.63%
R=45.29%
G=21.08%
B=33.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029415000.530.260.21328.8950.4758.04
HexCA5E960351A15149323a
Octal31213622606532255116272
Binary1100101010111101001011001101011101010101101001001110010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5E96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5E96; }

 p { color: rgb(202,94,150); }

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

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

 a { background-color: rgb(202,94,150); }

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

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

 span { border-color: rgb(202,94,150); }

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