#C55286

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

Shades of Mulberry #C55286

Tints of Mulberry #C55286

Color information

#C55286 (or 0xC55286) is unknown color: approx Mulberry. HEX triplet: C5, 52 and 86. RGB value is (197,82,134). Sum of RGB (Red+Green+Blue) = 197+82+134=413 (54% of max value = 765). Red value is 197 (77.34% from 255 or 47.70% from 413); Green value is 82 (32.42% from 255 or 19.85% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 197 - color contains mainly: red. Hex color #C55286 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55286 is #3AAD79. Grayscale: #7A7A7A. Windows color (decimal): -3845498 or 8803013. OLE color: 8803013.

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

Color convert

RGB19782134-
CMYK00.580.320.23
HSL332.87º49.78%54.71%-
HSV(B)332.87º58.38%77.25%-
XYZ30.3519.6324.74-
YUV122.31134.6181.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.70%
GREEN value IS 82 (32.42% from 255) = 19.85%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=47.70%
G=19.85%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978213400.580.320.23332.8749.7854.71
HexC5528603A201714d3237
Octal30512220607240275156267
Binary11000101101001010000110011101010000010111101001101110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55286; }

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

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

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

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

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

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

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

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