#c45486

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

Shades of Mulberry #C45486

Tints of Mulberry #C45486

Color information

#C45486 (or 0xC45486) is unknown color: approx Mulberry. HEX triplet: C4, 54 and 86. RGB value is (196,84,134). Sum of RGB (Red+Green+Blue) = 196+84+134=414 (54% of max value = 765). Red value is 196 (76.95% from 255 or 47.34% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 134 (52.73% from 255 or 32.37% from 414); Max value from RGB is 196 - color contains mainly: red. Hex color #C45486 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C45486 is #3BAB79. Grayscale: #7B7B7B. Windows color (decimal): -3910522 or 8803524. OLE color: 8803524.

HSL color Cylindrical-coordinate representation of color #C45486: hue angle of 333.21º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C45486 is Cyan = 0, Magento = 0.57, Yellow = 0.32 and Black (K on CMYK) = 0.23.

Color convert

RGB19684134-
CMYK00.570.320.23
HSL333.21º48.7%54.9%-
HSV(B)333.21º57.14%76.86%-
XYZ30.2419.824.78-
YUV123.19134.11179.93-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 47.34%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 134 (52.73% from 255) = 32.37%
R=47.34%
G=20.29%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1968413400.570.320.23333.2148.754.9
HexC45486039201714d3137
Octal30412420607140275156167
Binary11000100101010010000110011100110000010111101001101110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c45486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c45486; }

 p { color: rgb(196,84,134); }

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

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

 a { background-color: rgb(196,84,134); }

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

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

 span { border-color: rgb(196,84,134); }

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