#C54796

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

Shades of Mulberry #C54796

Tints of Mulberry #C54796

Color information

#C54796 (or 0xC54796) is unknown color: approx Mulberry. HEX triplet: C5, 47 and 96. RGB value is (197,71,150). Sum of RGB (Red+Green+Blue) = 197+71+150=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C54796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54796 is #3AB869. Grayscale: #757575. Windows color (decimal): -3848298 or 9848773. OLE color: 9848773.

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

Color convert

RGB19771150-
CMYK00.640.240.23
HSL322.38º52.07%52.55%-
HSV(B)322.38º63.96%77.25%-
XYZ30.7818.5830.82-
YUV117.68146.24184.58-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.13%
GREEN value IS 71 (28.12% from 255) = 16.99%
BLUE value IS 150 (58.98% from 255) = 35.89%
R=47.13%
G=16.99%
B=35.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.24
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977115000.640.240.23322.3852.0752.55
HexC5479604018171423435
Octal305107226010030275026465
Binary11000101100011110010110010000001100010111101000010110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54796; }

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

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

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

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

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

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

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

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