#CA5896

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

Shades of Mulberry #CA5896

Tints of Mulberry #CA5896

Color information

#CA5896 (or 0xCA5896) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 96. RGB value is (202,88,150). Sum of RGB (Red+Green+Blue) = 202+88+150=440 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.91% from 440); Green value is 88 (34.77% from 255 or 20% from 440); Blue value is 150 (58.98% from 255 or 34.09% from 440); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5896 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5896 is #35A769. Grayscale: #818181. Windows color (decimal): -3516266 or 9853130. OLE color: 9853130.

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

Color convert

RGB20288150-
CMYK00.560.260.21
HSL327.37º51.82%56.86%-
HSV(B)327.37º56.44%79.22%-
XYZ33.3521.7431.29-
YUV129.15139.77179.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 45.91%
GREEN value IS 88 (34.77% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 34.09%
R=45.91%
G=20%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028815000.560.260.21327.3751.8256.86
HexCA58960381A151473439
Octal31213022607032255076471
Binary1100101010110001001011001110001101010101101000111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5896; }

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

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

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

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

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

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

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

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