Shades of Mulberry #C856A8
Tints of Mulberry #C856A8
RGB
CMYK
RGB Variations
Color information
#C856A8 (or 0xC856A8) is known color: Mulberry. HEX triplet: C8, 56 and A8. RGB value is (200,86,168). Sum of RGB (Red+Green+Blue) = 200+86+168=454 (60% of max value = 765). Red value is 200 (78.52% from 255 or 44.05% from 454); Green value is 86 (33.98% from 255 or 18.94% from 454); Blue value is 168 (66.02% from 255 or 37.00% from 454); Max value from RGB is 200 - color contains mainly: red. Hex color #C856A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856A8 is #37A957. Grayscale: #818181. Windows color (decimal): -3647832 or 11032264. OLE color: 11032264.
HSL color Cylindrical-coordinate representation of color #C856A8: hue angle of 316.84º 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 #C856A8 is Cyan = 0, Magento = 0.57, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 168 | - |
| CMYK | 0 | 0.57 | 0.16 | 0.22 |
| HSL | 316.84º | 0.51% | 0.56% | - |
| HSV(B) | 316.84º | 0.57% | 0.78% | - |
| XYZ | 34.22 | 21.76 | 39.44 | - |
| YUV | 129.43 | 149.77 | 178.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 168 | 0 | 0.57 | 0.16 | 0.22 | 316.84 | 0.51 | 0.56 |
| Hex | C8 | 56 | A8 | 0 | 39 | 10 | 16 | 13D | 33 | 38 |
| Octal | 310 | 126 | 250 | 0 | 71 | 20 | 26 | 475 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10101000 | 0 | 111001 | 10000 | 10110 | 100111101 | 110011 | 111000 |
Color Harmonies of #C856A8
Complementary color
Monochromatic Colors of #C856A8
Black with #C856A8
Text Example
Text Example
White with #C856A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856A8; }
p { color: rgb(200,86,168); }
H1.HeaderClassName
{
color: #C856A8;
}
.AnyTagClassName
{
color: #C856A8;
}
</style>
background-color css
<style>
a { background-color: #C856A8; }
a { background-color: rgb(200,86,168); }
div.DivClassName
{
background-color: #C856A8;
}
.BgClassName
{
background-color: #C856A8;
}
</style>
border-color css
<style>
span { border-color: #C856A8; }
span { border-color: rgb(200,86,168); }
td.TdClassName
{
border-color: #C856A8;
}
.TagClassName
{
border-color: #C856A8;
}
</style>