Shades of Mulberry #C847A0
Tints of Mulberry #C847A0
RGB
CMYK
RGB Variations
Color information
#C847A0 (or 0xC847A0) is known color: Mulberry. HEX triplet: C8, 47 and A0. RGB value is (200,71,160). Sum of RGB (Red+Green+Blue) = 200+71+160=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 71 (28.12% from 255 or 16.47% from 431); Blue value is 160 (62.89% from 255 or 37.12% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C847A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C847A0 is #37B85F. Grayscale: #777777. Windows color (decimal): -3651680 or 10504136. OLE color: 10504136.
HSL color Cylindrical-coordinate representation of color #C847A0: hue angle of 318.6º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C847A0 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 160 | - |
| CMYK | 0 | 0.64 | 0.2 | 0.22 |
| HSL | 318.6º | 0.54% | 0.53% | - |
| HSV(B) | 318.6º | 0.65% | 0.78% | - |
| XYZ | 32.42 | 19.32 | 35.28 | - |
| YUV | 119.72 | 150.74 | 185.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 160 | 0 | 0.64 | 0.2 | 0.22 | 318.6 | 0.54 | 0.53 |
| Hex | C8 | 47 | A0 | 0 | 40 | 14 | 16 | 13F | 36 | 35 |
| Octal | 310 | 107 | 240 | 0 | 100 | 24 | 26 | 477 | 66 | 65 |
| Binary | 11001000 | 1000111 | 10100000 | 0 | 1000000 | 10100 | 10110 | 100111111 | 110110 | 110101 |
Color Harmonies of #C847A0
Complementary color
Monochromatic Colors of #C847A0
Black with #C847A0
Text Example
Text Example
White with #C847A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C847A0; }
p { color: rgb(200,71,160); }
H1.HeaderClassName
{
color: #C847A0;
}
.AnyTagClassName
{
color: #C847A0;
}
</style>
background-color css
<style>
a { background-color: #C847A0; }
a { background-color: rgb(200,71,160); }
div.DivClassName
{
background-color: #C847A0;
}
.BgClassName
{
background-color: #C847A0;
}
</style>
border-color css
<style>
span { border-color: #C847A0; }
span { border-color: rgb(200,71,160); }
td.TdClassName
{
border-color: #C847A0;
}
.TagClassName
{
border-color: #C847A0;
}
</style>