#CA5D96

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

Shades of Hopbush #CA5D96

Tints of Hopbush #CA5D96

Color information

#CA5D96 (or 0xCA5D96) is unknown color: approx Hopbush. HEX triplet: CA, 5D and 96. RGB value is (202,93,150). Sum of RGB (Red+Green+Blue) = 202+93+150=445 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.39% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 150 (58.98% from 255 or 33.71% from 445); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5D96 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5D96 is #35A269. Grayscale: #838383. Windows color (decimal): -3514986 or 9854410. OLE color: 9854410.

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

Color convert

RGB20293150-
CMYK00.540.260.21
HSL328.62º50.7%57.84%-
HSV(B)328.62º53.96%79.22%-
XYZ33.7822.5931.43-
YUV132.09138.11177.87-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.39%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 150 (58.98% from 255) = 33.71%
R=45.39%
G=20.90%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2029315000.540.260.21328.6250.757.84
HexCA5D960361A15149333a
Octal31213522606632255116372
Binary1100101010111011001011001101101101010101101001001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5D96; }

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

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

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

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

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

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

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

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