#c15988

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

Shades of Mulberry #C15988

Tints of Mulberry #C15988

Color information

#C15988 (or 0xC15988) is unknown color: approx Mulberry. HEX triplet: C1, 59 and 88. RGB value is (193,89,136). Sum of RGB (Red+Green+Blue) = 193+89+136=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 89 (35.16% from 255 or 21.29% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C15988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15988 is #3EA677. Grayscale: #7D7D7D. Windows color (decimal): -4105848 or 8935873. OLE color: 8935873.

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

Color convert

RGB19389136-
CMYK00.540.300.24
HSL332.88º45.61%55.29%-
HSV(B)332.88º53.89%75.69%-
XYZ30.0120.2625.62-
YUV125.45133.96176.18-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 89 (35.16% from 255) = 21.29%
BLUE value IS 136 (53.52% from 255) = 32.54%
R=46.17%
G=21.29%
B=32.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938913600.540.300.24332.8845.6155.29
HexC159880361E1814d2e37
Octal30113121006636305155667
Binary1100000110110011000100001101101111011000101001101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c15988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c15988; }

 p { color: rgb(193,89,136); }

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

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

 a { background-color: rgb(193,89,136); }

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

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

 span { border-color: rgb(193,89,136); }

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