#C55686

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

Shades of Mulberry #C55686

Tints of Mulberry #C55686

Color information

#C55686 (or 0xC55686) is unknown color: approx Mulberry. HEX triplet: C5, 56 and 86. RGB value is (197,86,134). Sum of RGB (Red+Green+Blue) = 197+86+134=417 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.24% from 417); Green value is 86 (33.98% from 255 or 20.62% from 417); Blue value is 134 (52.73% from 255 or 32.13% from 417); Max value from RGB is 197 - color contains mainly: red. Hex color #C55686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55686 is #3AA979. Grayscale: #7C7C7C. Windows color (decimal): -3844474 or 8804037. OLE color: 8804037.

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

Color convert

RGB19786134-
CMYK00.560.320.23
HSL334.05º48.9%55.49%-
HSV(B)334.05º56.35%77.25%-
XYZ30.6620.2524.85-
YUV124.66133.27179.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.24%
GREEN value IS 86 (33.98% from 255) = 20.62%
BLUE value IS 134 (52.73% from 255) = 32.13%
R=47.24%
G=20.62%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.32
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1978613400.560.320.23334.0548.955.49
HexC55686038201714e3137
Octal30512620607040275166167
Binary11000101101011010000110011100010000010111101001110110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C55686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C55686; }

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

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

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

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

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

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

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

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