#C55287

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

Shades of Mulberry #C55287

Tints of Mulberry #C55287

Color information

#C55287 (or 0xC55287) is unknown color: approx Mulberry. HEX triplet: C5, 52 and 87. RGB value is (197,82,135). Sum of RGB (Red+Green+Blue) = 197+82+135=414 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.58% from 414); Green value is 82 (32.42% from 255 or 19.81% from 414); Blue value is 135 (53.12% from 255 or 32.61% from 414); Max value from RGB is 197 - color contains mainly: red. Hex color #C55287 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55287 is #3AAD78. Grayscale: #7A7A7A. Windows color (decimal): -3845497 or 8868549. OLE color: 8868549.

HSL color Cylindrical-coordinate representation of color #C55287: hue angle of 332.35º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C55287 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.23.

Color convert

RGB19782135-
CMYK00.580.310.23
HSL332.35º49.78%54.71%-
HSV(B)332.35º58.38%77.25%-
XYZ30.4219.6525.11-
YUV122.43135.1181.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.58%
GREEN value IS 82 (32.42% from 255) = 19.81%
BLUE value IS 135 (53.12% from 255) = 32.61%
R=47.58%
G=19.81%
B=32.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978213500.580.310.23332.3549.7854.71
HexC5528703A1F1714c3237
Octal30512220707237275146267
Binary1100010110100101000011101110101111110111101001100110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55287

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55287; }

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

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

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

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

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

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

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

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