Shades of Mulberry #C859A7
Tints of Mulberry #C859A7
RGB
CMYK
RGB Variations
Color information
#C859A7 (or 0xC859A7) is known color: Mulberry. HEX triplet: C8, 59 and A7. RGB value is (200,89,167). Sum of RGB (Red+Green+Blue) = 200+89+167=456 (60% of max value = 765). Red value is 200 (78.52% from 255 or 43.86% from 456); Green value is 89 (35.16% from 255 or 19.52% from 456); Blue value is 167 (65.62% from 255 or 36.62% from 456); Max value from RGB is 200 - color contains mainly: red. Hex color #C859A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C859A7 is #37A658. Grayscale: #828282. Windows color (decimal): -3647065 or 10967496. OLE color: 10967496.
HSL color Cylindrical-coordinate representation of color #C859A7: hue angle of 317.84º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C859A7 is Cyan = 0, Magento = 0.56, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 167 | - |
| CMYK | 0 | 0.56 | 0.16 | 0.22 |
| HSL | 317.84º | 0.5% | 0.57% | - |
| HSV(B) | 317.84º | 0.56% | 0.78% | - |
| XYZ | 34.37 | 22.21 | 39.04 | - |
| YUV | 131.08 | 148.27 | 177.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 167 | 0 | 0.56 | 0.16 | 0.22 | 317.84 | 0.5 | 0.57 |
| Hex | C8 | 59 | A7 | 0 | 38 | 10 | 16 | 13E | 32 | 39 |
| Octal | 310 | 131 | 247 | 0 | 70 | 20 | 26 | 476 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10100111 | 0 | 111000 | 10000 | 10110 | 100111110 | 110010 | 111001 |
Color Harmonies of #C859A7
Complementary color
Monochromatic Colors of #C859A7
Black with #C859A7
Text Example
Text Example
White with #C859A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C859A7; }
p { color: rgb(200,89,167); }
H1.HeaderClassName
{
color: #C859A7;
}
.AnyTagClassName
{
color: #C859A7;
}
</style>
background-color css
<style>
a { background-color: #C859A7; }
a { background-color: rgb(200,89,167); }
div.DivClassName
{
background-color: #C859A7;
}
.BgClassName
{
background-color: #C859A7;
}
</style>
border-color css
<style>
span { border-color: #C859A7; }
span { border-color: rgb(200,89,167); }
td.TdClassName
{
border-color: #C859A7;
}
.TagClassName
{
border-color: #C859A7;
}
</style>