#C55482

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

Shades of Mulberry #C55482

Tints of Mulberry #C55482

Color information

#C55482 (or 0xC55482) is unknown color: approx Mulberry. HEX triplet: C5, 54 and 82. RGB value is (197,84,130). Sum of RGB (Red+Green+Blue) = 197+84+130=411 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.93% from 411); Green value is 84 (33.20% from 255 or 20.44% from 411); Blue value is 130 (51.17% from 255 or 31.63% from 411); Max value from RGB is 197 - color contains mainly: red. Hex color #C55482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55482 is #3AAB7D. Grayscale: #7A7A7A. Windows color (decimal): -3844990 or 8541381. OLE color: 8541381.

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

Color convert

RGB19784130-
CMYK00.570.340.23
HSL335.58º49.34%55.1%-
HSV(B)335.58º57.36%77.25%-
XYZ30.2319.8223.35-
YUV123.03131.94180.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.93%
GREEN value IS 84 (33.20% from 255) = 20.44%
BLUE value IS 130 (51.17% from 255) = 31.63%
R=47.93%
G=20.44%
B=31.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.34
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978413000.570.340.23335.5849.3455.1
HexC5548203922171503137
Octal30512420207142275206167
Binary11000101101010010000010011100110001010111101010000110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55482; }

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

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

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

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

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

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

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

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