#CA5893

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

Shades of Mulberry #CA5893

Tints of Mulberry #CA5893

Color information

#CA5893 (or 0xCA5893) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 93. RGB value is (202,88,147). Sum of RGB (Red+Green+Blue) = 202+88+147=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 88 (34.77% from 255 or 20.14% from 437); Blue value is 147 (57.81% from 255 or 33.64% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5893 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5893 is #35A76C. Grayscale: #808080. Windows color (decimal): -3516269 or 9656522. OLE color: 9656522.

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

Color convert

RGB20288147-
CMYK00.560.270.21
HSL328.95º51.82%56.86%-
HSV(B)328.95º56.44%79.22%-
XYZ33.1121.6430.04-
YUV128.81138.27180.2-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.22%
GREEN value IS 88 (34.77% from 255) = 20.14%
BLUE value IS 147 (57.81% from 255) = 33.64%
R=46.22%
G=20.14%
B=33.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.27
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028814700.560.270.21328.9551.8256.86
HexCA58930381B151493439
Octal31213022307033255116471
Binary1100101010110001001001101110001101110101101001001110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5893

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5893; }

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

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

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

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

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

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

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

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