#C54780

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

Shades of Mulberry #C54780

Tints of Mulberry #C54780

Color information

#C54780 (or 0xC54780) is unknown color: approx Mulberry. HEX triplet: C5, 47 and 80. RGB value is (197,71,128). Sum of RGB (Red+Green+Blue) = 197+71+128=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 71 (28.12% from 255 or 17.93% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C54780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54780 is #3AB87F. Grayscale: #737373. Windows color (decimal): -3848320 or 8406981. OLE color: 8406981.

HSL color Cylindrical-coordinate representation of color #C54780: hue angle of 332.86º 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 #C54780 is Cyan = 0, Magento = 0.64, Yellow = 0.35 and Black (K on CMYK) = 0.23.

Color convert

RGB19771128-
CMYK00.640.350.23
HSL332.86º52.07%52.55%-
HSV(B)332.86º63.96%77.25%-
XYZ29.1817.9422.35-
YUV115.17135.24186.37-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 49.75%
GREEN value IS 71 (28.12% from 255) = 17.93%
BLUE value IS 128 (50.39% from 255) = 32.32%
R=49.75%
G=17.93%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1977112800.640.350.23332.8652.0752.55
HexC54780040231714d3435
Octal305107200010043275156465
Binary110001011000111100000000100000010001110111101001101110100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C54780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C54780; }

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

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

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

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

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

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

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

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