Shades of Mulberry #C160A1
Tints of Mulberry #C160A1
RGB
CMYK
RGB Variations
Color information
#C160A1 (or 0xC160A1) is known color: Mulberry. HEX triplet: C1, 60 and A1. RGB value is (193,96,161). Sum of RGB (Red+Green+Blue) = 193+96+161=450 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.89% from 450); Green value is 96 (37.89% from 255 or 21.33% from 450); Blue value is 161 (63.28% from 255 or 35.78% from 450); Max value from RGB is 193 - color contains mainly: red. Hex color #C160A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160A1 is #3E9F5E. Grayscale: #848484. Windows color (decimal): -4104031 or 10576065. OLE color: 10576065.
HSL color Cylindrical-coordinate representation of color #C160A1: hue angle of 319.79º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C160A1 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 161 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.24 |
| HSL | 319.79º | 0.44% | 0.57% | - |
| HSV(B) | 319.79º | 0.5% | 0.76% | - |
| XYZ | 32.61 | 22.28 | 36.3 | - |
| YUV | 132.41 | 144.14 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 161 | 0 | 0.50 | 0.17 | 0.24 | 319.79 | 0.44 | 0.57 |
| Hex | C1 | 60 | A1 | 0 | 32 | 11 | 18 | 140 | 2C | 39 |
| Octal | 301 | 140 | 241 | 0 | 62 | 21 | 30 | 500 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10100001 | 0 | 110010 | 10001 | 11000 | 101000000 | 101100 | 111001 |
Color Harmonies of #C160A1
Complementary color
Monochromatic Colors of #C160A1
Black with #C160A1
Text Example
Text Example
White with #C160A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160A1; }
p { color: rgb(193,96,161); }
H1.HeaderClassName
{
color: #C160A1;
}
.AnyTagClassName
{
color: #C160A1;
}
</style>
background-color css
<style>
a { background-color: #C160A1; }
a { background-color: rgb(193,96,161); }
div.DivClassName
{
background-color: #C160A1;
}
.BgClassName
{
background-color: #C160A1;
}
</style>
border-color css
<style>
span { border-color: #C160A1; }
span { border-color: rgb(193,96,161); }
td.TdClassName
{
border-color: #C160A1;
}
.TagClassName
{
border-color: #C160A1;
}
</style>