#C55585

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

Shades of Mulberry #C55585

Tints of Mulberry #C55585

Color information

#C55585 (or 0xC55585) is unknown color: approx Mulberry. HEX triplet: C5, 55 and 85. RGB value is (197,85,133). Sum of RGB (Red+Green+Blue) = 197+85+133=415 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.47% from 415); Green value is 85 (33.59% from 255 or 20.48% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 197 - color contains mainly: red. Hex color #C55585 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55585 is #3AAA7A. Grayscale: #7B7B7B. Windows color (decimal): -3844731 or 8738245. OLE color: 8738245.

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

Color convert

RGB19785133-
CMYK00.570.320.23
HSL334.29º49.12%55.29%-
HSV(B)334.29º56.85%77.25%-
XYZ30.5120.0624.45-
YUV123.96133.11180.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.47%
GREEN value IS 85 (33.59% from 255) = 20.48%
BLUE value IS 133 (52.34% from 255) = 32.05%
R=47.47%
G=20.48%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978513300.570.320.23334.2949.1255.29
HexC55585039201714e3137
Octal30512520507140275166167
Binary11000101101010110000101011100110000010111101001110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55585; }

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

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

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

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

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

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

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

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