#CA5894

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

Shades of Mulberry #CA5894

Tints of Mulberry #CA5894

Color information

#CA5894 (or 0xCA5894) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 94. RGB value is (202,88,148). Sum of RGB (Red+Green+Blue) = 202+88+148=438 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.12% from 438); Green value is 88 (34.77% from 255 or 20.09% from 438); Blue value is 148 (58.20% from 255 or 33.79% from 438); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5894 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5894 is #35A76B. Grayscale: #808080. Windows color (decimal): -3516268 or 9722058. OLE color: 9722058.

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

Color convert

RGB20288148-
CMYK00.560.270.21
HSL328.42º51.82%56.86%-
HSV(B)328.42º56.44%79.22%-
XYZ33.1921.6730.45-
YUV128.93138.77180.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.12%
GREEN value IS 88 (34.77% from 255) = 20.09%
BLUE value IS 148 (58.20% from 255) = 33.79%
R=46.12%
G=20.09%
B=33.79%

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
Decimal2028814800.560.270.21328.4251.8256.86
HexCA58940381B151483439
Octal31213022407033255106471
Binary1100101010110001001010001110001101110101101001000110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5894; }

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

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

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

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

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

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

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

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