Shades of Mulberry #C160A0
Tints of Mulberry #C160A0
RGB
CMYK
RGB Variations
Color information
#C160A0 (or 0xC160A0) is known color: Mulberry. HEX triplet: C1, 60 and A0. RGB value is (193,96,160). Sum of RGB (Red+Green+Blue) = 193+96+160=449 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.98% from 449); Green value is 96 (37.89% from 255 or 21.38% from 449); Blue value is 160 (62.89% from 255 or 35.63% from 449); Max value from RGB is 193 - color contains mainly: red. Hex color #C160A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160A0 is #3E9F5F. Grayscale: #848484. Windows color (decimal): -4104032 or 10510529. OLE color: 10510529.
HSL color Cylindrical-coordinate representation of color #C160A0: hue angle of 320.41º 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 #C160A0 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 160 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.24 |
| HSL | 320.41º | 0.44% | 0.57% | - |
| HSV(B) | 320.41º | 0.5% | 0.76% | - |
| XYZ | 32.52 | 22.24 | 35.84 | - |
| YUV | 132.3 | 143.64 | 171.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 160 | 0 | 0.50 | 0.17 | 0.24 | 320.41 | 0.44 | 0.57 |
| Hex | C1 | 60 | A0 | 0 | 32 | 11 | 18 | 140 | 2C | 39 |
| Octal | 301 | 140 | 240 | 0 | 62 | 21 | 30 | 500 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10100000 | 0 | 110010 | 10001 | 11000 | 101000000 | 101100 | 111001 |
Color Harmonies of #C160A0
Complementary color
Monochromatic Colors of #C160A0
Black with #C160A0
Text Example
Text Example
White with #C160A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160A0; }
p { color: rgb(193,96,160); }
H1.HeaderClassName
{
color: #C160A0;
}
.AnyTagClassName
{
color: #C160A0;
}
</style>
background-color css
<style>
a { background-color: #C160A0; }
a { background-color: rgb(193,96,160); }
div.DivClassName
{
background-color: #C160A0;
}
.BgClassName
{
background-color: #C160A0;
}
</style>
border-color css
<style>
span { border-color: #C160A0; }
span { border-color: rgb(193,96,160); }
td.TdClassName
{
border-color: #C160A0;
}
.TagClassName
{
border-color: #C160A0;
}
</style>