#CA5186

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

Shades of Mulberry #CA5186

Tints of Mulberry #CA5186

Color information

#CA5186 (or 0xCA5186) is unknown color: approx Mulberry. HEX triplet: CA, 51 and 86. RGB value is (202,81,134). Sum of RGB (Red+Green+Blue) = 202+81+134=417 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.44% from 417); Green value is 81 (32.03% from 255 or 19.42% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5186 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #CA5186 is #35AE79. Grayscale: #7B7B7B. Windows color (decimal): -3518074 or 8802762. OLE color: 8802762.

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

Color convert

RGB20281134-
CMYK00.600.340.21
HSL333.72º53.3%55.49%-
HSV(B)333.72º59.9%79.22%-
XYZ31.620.1624.78-
YUV123.22134.09184.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.44%
GREEN value IS 81 (32.03% from 255) = 19.42%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=48.44%
G=19.42%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.34
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2028113400.600.340.21333.7253.355.49
HexCA518603C221514e3537
Octal31212120607442255166567
Binary11001010101000110000110011110010001010101101001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA5186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA5186; }

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

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

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

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

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

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

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

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