#C15994

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

Shades of Mulberry #C15994

Tints of Mulberry #C15994

Color information

#C15994 (or 0xC15994) is unknown color: approx Mulberry. HEX triplet: C1, 59 and 94. RGB value is (193,89,148). Sum of RGB (Red+Green+Blue) = 193+89+148=430 (56% of max value = 765). Red value is 193 (75.78% from 255 or 44.88% from 430); Green value is 89 (35.16% from 255 or 20.70% from 430); Blue value is 148 (58.20% from 255 or 34.42% from 430); Max value from RGB is 193 - color contains mainly: red. Hex color #C15994 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C15994 is #3EA66B. Grayscale: #7E7E7E. Windows color (decimal): -4105836 or 9722305. OLE color: 9722305.

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

Color convert

RGB19389148-
CMYK00.540.230.24
HSL325.96º45.61%55.29%-
HSV(B)325.96º53.89%75.69%-
XYZ30.9120.6230.37-
YUV126.82139.96175.2-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.88%
GREEN value IS 89 (35.16% from 255) = 20.70%
BLUE value IS 148 (58.20% from 255) = 34.42%
R=44.88%
G=20.70%
B=34.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1938914800.540.230.24325.9645.6155.29
HexC1599403617181462e37
Octal30113122406627305065667
Binary1100000110110011001010001101101011111000101000110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C15994

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C15994; }

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

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

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

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

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

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

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

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