Shades of Mulberry #C159A3
Tints of Mulberry #C159A3
RGB
CMYK
RGB Variations
Color information
#C159A3 (or 0xC159A3) is known color: Mulberry. HEX triplet: C1, 59 and A3. RGB value is (193,89,163). Sum of RGB (Red+Green+Blue) = 193+89+163=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 89 (35.16% from 255 or 20% from 445); Blue value is 163 (64.06% from 255 or 36.63% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C159A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C159A3 is #3EA65C. Grayscale: #808080. Windows color (decimal): -4105821 or 10705345. OLE color: 10705345.
HSL color Cylindrical-coordinate representation of color #C159A3: hue angle of 317.31º 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 #C159A3 is Cyan = 0, Magento = 0.54, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 163 | - |
| CMYK | 0 | 0.54 | 0.16 | 0.24 |
| HSL | 317.31º | 0.46% | 0.55% | - |
| HSV(B) | 317.31º | 0.54% | 0.76% | - |
| XYZ | 32.18 | 21.13 | 37.03 | - |
| YUV | 128.53 | 147.46 | 173.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 163 | 0 | 0.54 | 0.16 | 0.24 | 317.31 | 0.46 | 0.55 |
| Hex | C1 | 59 | A3 | 0 | 36 | 10 | 18 | 13D | 2E | 37 |
| Octal | 301 | 131 | 243 | 0 | 66 | 20 | 30 | 475 | 56 | 67 |
| Binary | 11000001 | 1011001 | 10100011 | 0 | 110110 | 10000 | 11000 | 100111101 | 101110 | 110111 |
Color Harmonies of #C159A3
Complementary color
Monochromatic Colors of #C159A3
Black with #C159A3
Text Example
Text Example
White with #C159A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C159A3; }
p { color: rgb(193,89,163); }
H1.HeaderClassName
{
color: #C159A3;
}
.AnyTagClassName
{
color: #C159A3;
}
</style>
background-color css
<style>
a { background-color: #C159A3; }
a { background-color: rgb(193,89,163); }
div.DivClassName
{
background-color: #C159A3;
}
.BgClassName
{
background-color: #C159A3;
}
</style>
border-color css
<style>
span { border-color: #C159A3; }
span { border-color: rgb(193,89,163); }
td.TdClassName
{
border-color: #C159A3;
}
.TagClassName
{
border-color: #C159A3;
}
</style>