#C55485

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

Shades of Mulberry #C55485

Tints of Mulberry #C55485

Color information

#C55485 (or 0xC55485) is unknown color: approx Mulberry. HEX triplet: C5, 54 and 85. RGB value is (197,84,133). Sum of RGB (Red+Green+Blue) = 197+84+133=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 84 (33.20% from 255 or 20.29% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55485 is #3AAB7A. Grayscale: #7B7B7B. Windows color (decimal): -3844987 or 8737989. OLE color: 8737989.

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

Color convert

RGB19784133-
CMYK00.570.320.23
HSL333.98º49.34%55.1%-
HSV(B)333.98º57.36%77.25%-
XYZ30.4319.924.43-
YUV123.37133.44180.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 84 (33.20% from 255) = 20.29%
BLUE value IS 133 (52.34% from 255) = 32.13%
R=47.58%
G=20.29%
B=32.13%

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
Decimal1978413300.570.320.23333.9849.3455.1
HexC55485039201714e3137
Octal30512420507140275166167
Binary11000101101010010000101011100110000010111101001110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55485; }

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

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

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

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

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

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

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

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