#C54096

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

Shades of Mulberry #C54096

Tints of Mulberry #C54096

Color information

#C54096 (or 0xC54096) is unknown color: approx Mulberry. HEX triplet: C5, 40 and 96. RGB value is (197,64,150). Sum of RGB (Red+Green+Blue) = 197+64+150=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 64 (25.39% from 255 or 15.57% from 411); Blue value is 150 (58.98% from 255 or 36.50% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C54096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54096 is #3ABF69. Grayscale: #717171. Windows color (decimal): -3850090 or 9846981. OLE color: 9846981.

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

Color convert

RGB19764150-
CMYK00.680.240.23
HSL321.2º53.41%51.18%-
HSV(B)321.2º67.51%77.25%-
XYZ30.3617.7430.68-
YUV113.57148.56187.51-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 64 (25.39% from 255) = 15.57%
BLUE value IS 150 (58.98% from 255) = 36.50%
R=47.93%
G=15.57%
B=36.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1976415000.680.240.23321.253.4151.18
HexC5409604418171413533
Octal305100226010430275016563
Binary11000101100000010010110010001001100010111101000001110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54096; }

 p { color: rgb(197,64,150); }

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

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

 a { background-color: rgb(197,64,150); }

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

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

 span { border-color: rgb(197,64,150); }

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