#C55187

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

Shades of Mulberry #C55187

Tints of Mulberry #C55187

Color information

#C55187 (or 0xC55187) is unknown color: approx Mulberry. HEX triplet: C5, 51 and 87. RGB value is (197,81,135). Sum of RGB (Red+Green+Blue) = 197+81+135=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 81 (32.03% from 255 or 19.61% from 413); Blue value is 135 (53.12% from 255 or 32.69% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55187 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55187 is #3AAE78. Grayscale: #797979. Windows color (decimal): -3845753 or 8868293. OLE color: 8868293.

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

Color convert

RGB19781135-
CMYK00.590.310.23
HSL332.07º50%54.51%-
HSV(B)332.07º58.88%77.25%-
XYZ30.3419.525.09-
YUV121.84135.43181.61-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 81 (32.03% from 255) = 19.61%
BLUE value IS 135 (53.12% from 255) = 32.69%
R=47.70%
G=19.61%
B=32.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978113500.590.310.23332.075054.51
HexC5518703B1F1714c3237
Octal30512120707337275146267
Binary1100010110100011000011101110111111110111101001100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55187; }

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

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

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

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

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

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

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

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