#C54996

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

Shades of Mulberry #C54996

Tints of Mulberry #C54996

Color information

#C54996 (or 0xC54996) is unknown color: approx Mulberry. HEX triplet: C5, 49 and 96. RGB value is (197,73,150). Sum of RGB (Red+Green+Blue) = 197+73+150=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 73 (28.91% from 255 or 17.38% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C54996 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54996 is #3AB669. Grayscale: #767676. Windows color (decimal): -3847786 or 9849285. OLE color: 9849285.

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

Color convert

RGB19773150-
CMYK00.630.240.23
HSL322.74º51.67%52.94%-
HSV(B)322.74º62.94%77.25%-
XYZ30.9118.8430.86-
YUV118.85145.58183.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 73 (28.91% from 255) = 17.38%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=46.90%
G=17.38%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977315000.630.240.23322.7451.6752.94
HexC5499603F18171433435
Octal30511122607730275036465
Binary1100010110010011001011001111111100010111101000011110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54996; }

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

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

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

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

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

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

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

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