#C15686

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

Shades of Mulberry #C15686

Tints of Mulberry #C15686

Color information

#C15686 (or 0xC15686) is unknown color: approx Mulberry. HEX triplet: C1, 56 and 86. RGB value is (193,86,134). Sum of RGB (Red+Green+Blue) = 193+86+134=413 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.73% from 413); Green value is 86 (33.98% from 255 or 20.82% from 413); Blue value is 134 (52.73% from 255 or 32.45% from 413); Max value from RGB is 193 - color contains mainly: red. Hex color #C15686 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15686 is #3EA979. Grayscale: #7B7B7B. Windows color (decimal): -4106618 or 8804033. OLE color: 8804033.

HSL color Cylindrical-coordinate representation of color #C15686: hue angle of 333.08º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C15686 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.24.

Color convert

RGB19386134-
CMYK00.550.310.24
HSL333.08º46.32%54.71%-
HSV(B)333.08º55.44%75.69%-
XYZ29.6219.7124.8-
YUV123.46133.95177.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.73%
GREEN value IS 86 (33.98% from 255) = 20.82%
BLUE value IS 134 (52.73% from 255) = 32.45%
R=46.73%
G=20.82%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938613400.550.310.24333.0846.3254.71
HexC156860371F1814d2e37
Octal30112620606737305155667
Binary1100000110101101000011001101111111111000101001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15686; }

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

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

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

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

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

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

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

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