Shades of Mulberry #C160A2
Tints of Mulberry #C160A2
RGB
CMYK
RGB Variations
Color information
#C160A2 (or 0xC160A2) is known color: Mulberry. HEX triplet: C1, 60 and A2. RGB value is (193,96,162). Sum of RGB (Red+Green+Blue) = 193+96+162=451 (59% of max value = 765). Red value is 193 (75.78% from 255 or 42.79% from 451); Green value is 96 (37.89% from 255 or 21.29% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 193 - color contains mainly: red. Hex color #C160A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C160A2 is #3E9F5D. Grayscale: #848484. Windows color (decimal): -4104030 or 10641601. OLE color: 10641601.
HSL color Cylindrical-coordinate representation of color #C160A2: hue angle of 319.18º 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 #C160A2 is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 96 | 162 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.24 |
| HSL | 319.18º | 0.44% | 0.57% | - |
| HSV(B) | 319.18º | 0.5% | 0.76% | - |
| XYZ | 32.7 | 22.31 | 36.77 | - |
| YUV | 132.53 | 144.64 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 96 | 162 | 0 | 0.50 | 0.16 | 0.24 | 319.18 | 0.44 | 0.57 |
| Hex | C1 | 60 | A2 | 0 | 32 | 10 | 18 | 13F | 2C | 39 |
| Octal | 301 | 140 | 242 | 0 | 62 | 20 | 30 | 477 | 54 | 71 |
| Binary | 11000001 | 1100000 | 10100010 | 0 | 110010 | 10000 | 11000 | 100111111 | 101100 | 111001 |
Color Harmonies of #C160A2
Complementary color
Monochromatic Colors of #C160A2
Black with #C160A2
Text Example
Text Example
White with #C160A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C160A2; }
p { color: rgb(193,96,162); }
H1.HeaderClassName
{
color: #C160A2;
}
.AnyTagClassName
{
color: #C160A2;
}
</style>
background-color css
<style>
a { background-color: #C160A2; }
a { background-color: rgb(193,96,162); }
div.DivClassName
{
background-color: #C160A2;
}
.BgClassName
{
background-color: #C160A2;
}
</style>
border-color css
<style>
span { border-color: #C160A2; }
span { border-color: rgb(193,96,162); }
td.TdClassName
{
border-color: #C160A2;
}
.TagClassName
{
border-color: #C160A2;
}
</style>