Shades of Mulberry #C856A6
Tints of Mulberry #C856A6
RGB
CMYK
RGB Variations
Color information
#C856A6 (or 0xC856A6) is known color: Mulberry. HEX triplet: C8, 56 and A6. RGB value is (200,86,166). Sum of RGB (Red+Green+Blue) = 200+86+166=452 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.25% from 452); Green value is 86 (33.98% from 255 or 19.03% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 200 - color contains mainly: red. Hex color #C856A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856A6 is #37A959. Grayscale: #818181. Windows color (decimal): -3647834 or 10901192. OLE color: 10901192.
HSL color Cylindrical-coordinate representation of color #C856A6: hue angle of 317.89º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C856A6 is Cyan = 0, Magento = 0.57, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 166 | - |
| CMYK | 0 | 0.57 | 0.17 | 0.22 |
| HSL | 317.89º | 0.51% | 0.56% | - |
| HSV(B) | 317.89º | 0.57% | 0.78% | - |
| XYZ | 34.03 | 21.69 | 38.47 | - |
| YUV | 129.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 166 | 0 | 0.57 | 0.17 | 0.22 | 317.89 | 0.51 | 0.56 |
| Hex | C8 | 56 | A6 | 0 | 39 | 11 | 16 | 13E | 33 | 38 |
| Octal | 310 | 126 | 246 | 0 | 71 | 21 | 26 | 476 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10100110 | 0 | 111001 | 10001 | 10110 | 100111110 | 110011 | 111000 |
Color Harmonies of #C856A6
Complementary color
Monochromatic Colors of #C856A6
Black with #C856A6
Text Example
Text Example
White with #C856A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856A6; }
p { color: rgb(200,86,166); }
H1.HeaderClassName
{
color: #C856A6;
}
.AnyTagClassName
{
color: #C856A6;
}
</style>
background-color css
<style>
a { background-color: #C856A6; }
a { background-color: rgb(200,86,166); }
div.DivClassName
{
background-color: #C856A6;
}
.BgClassName
{
background-color: #C856A6;
}
</style>
border-color css
<style>
span { border-color: #C856A6; }
span { border-color: rgb(200,86,166); }
td.TdClassName
{
border-color: #C856A6;
}
.TagClassName
{
border-color: #C856A6;
}
</style>