#C55584

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

Shades of Mulberry #C55584

Tints of Mulberry #C55584

Color information

#C55584 (or 0xC55584) is unknown color: approx Mulberry. HEX triplet: C5, 55 and 84. RGB value is (197,85,132). Sum of RGB (Red+Green+Blue) = 197+85+132=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 85 (33.59% from 255 or 20.53% from 414); Blue value is 132 (51.95% from 255 or 31.88% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55584 is #3AAA7B. Grayscale: #7B7B7B. Windows color (decimal): -3844732 or 8672709. OLE color: 8672709.

HSL color Cylindrical-coordinate representation of color #C55584: hue angle of 334.82º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C55584 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.23.

Color convert

RGB19785132-
CMYK00.570.330.23
HSL334.82º49.12%55.29%-
HSV(B)334.82º56.85%77.25%-
XYZ30.4420.0324.09-
YUV123.85132.61180.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 85 (33.59% from 255) = 20.53%
BLUE value IS 132 (51.95% from 255) = 31.88%
R=47.58%
G=20.53%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978513200.570.330.23334.8249.1255.29
HexC55584039211714f3137
Octal30512520407141275176167
Binary11000101101010110000100011100110000110111101001111110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55584

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55584; }

 p { color: rgb(197,85,132); }

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

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

 a { background-color: rgb(197,85,132); }

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

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

 span { border-color: rgb(197,85,132); }

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