#C55180

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

Shades of Mulberry #C55180

Tints of Mulberry #C55180

Color information

#C55180 (or 0xC55180) is unknown color: approx Mulberry. HEX triplet: C5, 51 and 80. RGB value is (197,81,128). Sum of RGB (Red+Green+Blue) = 197+81+128=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 81 (32.03% from 255 or 19.95% from 406); Blue value is 128 (50.39% from 255 or 31.53% from 406); Max value from RGB is 197 - color contains mainly: red. Hex color #C55180 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55180 is #3AAE7F. Grayscale: #787878. Windows color (decimal): -3845760 or 8409541. OLE color: 8409541.

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

Color convert

RGB19781128-
CMYK00.590.350.23
HSL335.69º50%54.51%-
HSV(B)335.69º58.88%77.25%-
XYZ29.8619.3122.58-
YUV121.04131.93182.18-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.52%
GREEN value IS 81 (32.03% from 255) = 19.95%
BLUE value IS 128 (50.39% from 255) = 31.53%
R=48.52%
G=19.95%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978112800.590.350.23335.695054.51
HexC5518003B23171503237
Octal30512120007343275206267
Binary11000101101000110000000011101110001110111101010000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55180; }

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

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

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

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

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

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

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

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