Shades of Mulberry #C858A1
Tints of Mulberry #C858A1
RGB
CMYK
RGB Variations
Color information
#C858A1 (or 0xC858A1) is known color: Mulberry. HEX triplet: C8, 58 and A1. RGB value is (200,88,161). Sum of RGB (Red+Green+Blue) = 200+88+161=449 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.54% from 449); Green value is 88 (34.77% from 255 or 19.60% from 449); Blue value is 161 (63.28% from 255 or 35.86% from 449); Max value from RGB is 200 - color contains mainly: red. Hex color #C858A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C858A1 is #37A75E. Grayscale: #818181. Windows color (decimal): -3647327 or 10574024. OLE color: 10574024.
HSL color Cylindrical-coordinate representation of color #C858A1: hue angle of 320.89º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C858A1 is Cyan = 0, Magento = 0.56, Yellow = 0.19 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 161 | - |
| CMYK | 0 | 0.56 | 0.19 | 0.22 |
| HSL | 320.89º | 0.5% | 0.56% | - |
| HSV(B) | 320.89º | 0.56% | 0.78% | - |
| XYZ | 33.74 | 21.83 | 36.15 | - |
| YUV | 129.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 161 | 0 | 0.56 | 0.19 | 0.22 | 320.89 | 0.5 | 0.56 |
| Hex | C8 | 58 | A1 | 0 | 38 | 13 | 16 | 141 | 32 | 38 |
| Octal | 310 | 130 | 241 | 0 | 70 | 23 | 26 | 501 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10100001 | 0 | 111000 | 10011 | 10110 | 101000001 | 110010 | 111000 |
Color Harmonies of #C858A1
Complementary color
Monochromatic Colors of #C858A1
Black with #C858A1
Text Example
Text Example
White with #C858A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C858A1; }
p { color: rgb(200,88,161); }
H1.HeaderClassName
{
color: #C858A1;
}
.AnyTagClassName
{
color: #C858A1;
}
</style>
background-color css
<style>
a { background-color: #C858A1; }
a { background-color: rgb(200,88,161); }
div.DivClassName
{
background-color: #C858A1;
}
.BgClassName
{
background-color: #C858A1;
}
</style>
border-color css
<style>
span { border-color: #C858A1; }
span { border-color: rgb(200,88,161); }
td.TdClassName
{
border-color: #C858A1;
}
.TagClassName
{
border-color: #C858A1;
}
</style>