#C54486

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

Shades of Mulberry #C54486

Tints of Mulberry #C54486

Color information

#C54486 (or 0xC54486) is unknown color: approx Mulberry. HEX triplet: C5, 44 and 86. RGB value is (197,68,134). Sum of RGB (Red+Green+Blue) = 197+68+134=399 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.37% from 399); Green value is 68 (26.95% from 255 or 17.04% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 197 - color contains mainly: red. Hex color #C54486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54486 is #3ABB79. Grayscale: #717171. Windows color (decimal): -3849082 or 8799429. OLE color: 8799429.

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

Color convert

RGB19768134-
CMYK00.650.320.23
HSL329.3º52.65%51.96%-
HSV(B)329.3º65.48%77.25%-
XYZ29.417.7324.43-
YUV114.09139.24187.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.37%
GREEN value IS 68 (26.95% from 255) = 17.04%
BLUE value IS 134 (52.73% from 255) = 33.58%
R=49.37%
G=17.04%
B=33.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976813400.650.320.23329.352.6551.96
HexC5448604120171493534
Octal305104206010140275116564
Binary110001011000100100001100100000110000010111101001001110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54486

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54486; }

 p { color: rgb(197,68,134); }

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

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

 a { background-color: rgb(197,68,134); }

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

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

 span { border-color: rgb(197,68,134); }

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