Shades of Mulberry #C856A1
Tints of Mulberry #C856A1
RGB
CMYK
RGB Variations
Color information
#C856A1 (or 0xC856A1) is known color: Mulberry. HEX triplet: C8, 56 and A1. RGB value is (200,86,161). Sum of RGB (Red+Green+Blue) = 200+86+161=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 86 (33.98% from 255 or 19.24% from 447); Blue value is 161 (63.28% from 255 or 36.02% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C856A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C856A1 is #37A95E. Grayscale: #808080. Windows color (decimal): -3647839 or 10573512. OLE color: 10573512.
HSL color Cylindrical-coordinate representation of color #C856A1: hue angle of 320.53º 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 #C856A1 is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 161 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.22 |
| HSL | 320.53º | 0.51% | 0.56% | - |
| HSV(B) | 320.53º | 0.57% | 0.78% | - |
| XYZ | 33.58 | 21.51 | 36.1 | - |
| YUV | 128.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 161 | 0 | 0.57 | 0.19 | 0.22 | 320.53 | 0.51 | 0.56 |
| Hex | C8 | 56 | A1 | 0 | 39 | 13 | 16 | 141 | 33 | 38 |
| Octal | 310 | 126 | 241 | 0 | 71 | 23 | 26 | 501 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10100001 | 0 | 111001 | 10011 | 10110 | 101000001 | 110011 | 111000 |
Color Harmonies of #C856A1
Complementary color
Monochromatic Colors of #C856A1
Black with #C856A1
Text Example
Text Example
White with #C856A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C856A1; }
p { color: rgb(200,86,161); }
H1.HeaderClassName
{
color: #C856A1;
}
.AnyTagClassName
{
color: #C856A1;
}
</style>
background-color css
<style>
a { background-color: #C856A1; }
a { background-color: rgb(200,86,161); }
div.DivClassName
{
background-color: #C856A1;
}
.BgClassName
{
background-color: #C856A1;
}
</style>
border-color css
<style>
span { border-color: #C856A1; }
span { border-color: rgb(200,86,161); }
td.TdClassName
{
border-color: #C856A1;
}
.TagClassName
{
border-color: #C856A1;
}
</style>