#C55580

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

Shades of Mulberry #C55580

Tints of Mulberry #C55580

Color information

#C55580 (or 0xC55580) is unknown color: approx Mulberry. HEX triplet: C5, 55 and 80. RGB value is (197,85,128). Sum of RGB (Red+Green+Blue) = 197+85+128=410 (54% of max value = 765). Red value is 197 (77.34% from 255 or 48.05% from 410); Green value is 85 (33.59% from 255 or 20.73% from 410); Blue value is 128 (50.39% from 255 or 31.22% from 410); Max value from RGB is 197 - color contains mainly: red. Hex color #C55580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55580 is #3AAA7F. Grayscale: #7B7B7B. Windows color (decimal): -3844736 or 8410565. OLE color: 8410565.

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

Color convert

RGB19785128-
CMYK00.570.350.23
HSL336.96º49.12%55.29%-
HSV(B)336.96º56.85%77.25%-
XYZ30.1719.9322.68-
YUV123.39130.61180.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 48.05%
GREEN value IS 85 (33.59% from 255) = 20.73%
BLUE value IS 128 (50.39% from 255) = 31.22%
R=48.05%
G=20.73%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.35
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978512800.570.350.23336.9649.1255.29
HexC5558003923171513137
Octal30512520007143275216167
Binary11000101101010110000000011100110001110111101010001110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55580; }

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

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

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

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

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

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

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

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