#ca5887

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

Shades of Mulberry #CA5887

Tints of Mulberry #CA5887

Color information

#CA5887 (or 0xCA5887) is unknown color: approx Mulberry. HEX triplet: CA, 58 and 87. RGB value is (202,88,135). Sum of RGB (Red+Green+Blue) = 202+88+135=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 88 (34.77% from 255 or 20.71% from 425); Blue value is 135 (53.12% from 255 or 31.76% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5887 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5887 is #35A778. Grayscale: #7F7F7F. Windows color (decimal): -3516281 or 8870090. OLE color: 8870090.

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

Color convert

RGB20288135-
CMYK00.560.330.21
HSL335.26º51.82%56.86%-
HSV(B)335.26º56.44%79.22%-
XYZ32.2221.2925.33-
YUV127.44132.27181.18-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.53%
GREEN value IS 88 (34.77% from 255) = 20.71%
BLUE value IS 135 (53.12% from 255) = 31.76%
R=47.53%
G=20.71%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.33
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028813500.560.330.21335.2651.8256.86
HexCA5887038211514f3439
Octal31213020707041255176471
Binary11001010101100010000111011100010000110101101001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca5887

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca5887; }

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

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

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

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

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

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

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

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