#CA5786

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

Shades of Mulberry #CA5786

Tints of Mulberry #CA5786

Color information

#CA5786 (or 0xCA5786) is unknown color: approx Mulberry. HEX triplet: CA, 57 and 86. RGB value is (202,87,134). Sum of RGB (Red+Green+Blue) = 202+87+134=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 87 (34.38% from 255 or 20.57% from 423); Blue value is 134 (52.73% from 255 or 31.68% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5786 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5786 is #35A879. Grayscale: #7E7E7E. Windows color (decimal): -3516538 or 8804298. OLE color: 8804298.

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

Color convert

RGB20287134-
CMYK00.570.340.21
HSL335.48º52.04%56.67%-
HSV(B)335.48º56.93%79.22%-
XYZ32.0721.0924.94-
YUV126.74132.1181.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 87 (34.38% from 255) = 20.57%
BLUE value IS 134 (52.73% from 255) = 31.68%
R=47.75%
G=20.57%
B=31.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028713400.570.340.21335.4852.0456.67
HexCA5786039221514f3439
Octal31212720607142255176471
Binary11001010101011110000110011100110001010101101001111110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5786; }

 p { color: rgb(202,87,134); }

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

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

 a { background-color: rgb(202,87,134); }

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

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

 span { border-color: rgb(202,87,134); }

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