Shades of Mulberry #C156A6
Tints of Mulberry #C156A6
RGB
CMYK
RGB Variations
Color information
#C156A6 (or 0xC156A6) is known color: Mulberry. HEX triplet: C1, 56 and A6. RGB value is (193,86,166). Sum of RGB (Red+Green+Blue) = 193+86+166=445 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.37% from 445); Green value is 86 (33.98% from 255 or 19.33% from 445); Blue value is 166 (65.23% from 255 or 37.30% from 445); Max value from RGB is 193 - color contains mainly: red. Hex color #C156A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C156A6 is #3EA959. Grayscale: #7E7E7E. Windows color (decimal): -4106586 or 10901185. OLE color: 10901185.
HSL color Cylindrical-coordinate representation of color #C156A6: hue angle of 315.14º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C156A6 is Cyan = 0, Magento = 0.55, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 86 | 166 | - |
| CMYK | 0 | 0.55 | 0.14 | 0.24 |
| HSL | 315.14º | 0.46% | 0.55% | - |
| HSV(B) | 315.14º | 0.55% | 0.76% | - |
| XYZ | 32.2 | 20.75 | 38.38 | - |
| YUV | 127.11 | 149.95 | 175 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 86 | 166 | 0 | 0.55 | 0.14 | 0.24 | 315.14 | 0.46 | 0.55 |
| Hex | C1 | 56 | A6 | 0 | 37 | E | 18 | 13B | 2E | 37 |
| Octal | 301 | 126 | 246 | 0 | 67 | 16 | 30 | 473 | 56 | 67 |
| Binary | 11000001 | 1010110 | 10100110 | 0 | 110111 | 1110 | 11000 | 100111011 | 101110 | 110111 |
Color Harmonies of #C156A6
Complementary color
Monochromatic Colors of #C156A6
Black with #C156A6
Text Example
Text Example
White with #C156A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C156A6; }
p { color: rgb(193,86,166); }
H1.HeaderClassName
{
color: #C156A6;
}
.AnyTagClassName
{
color: #C156A6;
}
</style>
background-color css
<style>
a { background-color: #C156A6; }
a { background-color: rgb(193,86,166); }
div.DivClassName
{
background-color: #C156A6;
}
.BgClassName
{
background-color: #C156A6;
}
</style>
border-color css
<style>
span { border-color: #C156A6; }
span { border-color: rgb(193,86,166); }
td.TdClassName
{
border-color: #C156A6;
}
.TagClassName
{
border-color: #C156A6;
}
</style>