Shades of Mulberry #C849A0
Tints of Mulberry #C849A0
RGB
CMYK
RGB Variations
Color information
#C849A0 (or 0xC849A0) is known color: Mulberry. HEX triplet: C8, 49 and A0. RGB value is (200,73,160). Sum of RGB (Red+Green+Blue) = 200+73+160=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 73 (28.91% from 255 or 16.86% from 433); Blue value is 160 (62.89% from 255 or 36.95% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C849A0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849A0 is #37B65F. Grayscale: #787878. Windows color (decimal): -3651168 or 10504648. OLE color: 10504648.
HSL color Cylindrical-coordinate representation of color #C849A0: hue angle of 318.9º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C849A0 is Cyan = 0, Magento = 0.64, Yellow = 0.2 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 160 | - |
| CMYK | 0 | 0.64 | 0.2 | 0.22 |
| HSL | 318.9º | 0.54% | 0.54% | - |
| HSV(B) | 318.9º | 0.64% | 0.78% | - |
| XYZ | 32.55 | 19.58 | 35.32 | - |
| YUV | 120.89 | 150.08 | 184.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 160 | 0 | 0.64 | 0.2 | 0.22 | 318.9 | 0.54 | 0.54 |
| Hex | C8 | 49 | A0 | 0 | 40 | 14 | 16 | 13F | 36 | 36 |
| Octal | 310 | 111 | 240 | 0 | 100 | 24 | 26 | 477 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10100000 | 0 | 1000000 | 10100 | 10110 | 100111111 | 110110 | 110110 |
Color Harmonies of #C849A0
Complementary color
Monochromatic Colors of #C849A0
Black with #C849A0
Text Example
Text Example
White with #C849A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849A0; }
p { color: rgb(200,73,160); }
H1.HeaderClassName
{
color: #C849A0;
}
.AnyTagClassName
{
color: #C849A0;
}
</style>
background-color css
<style>
a { background-color: #C849A0; }
a { background-color: rgb(200,73,160); }
div.DivClassName
{
background-color: #C849A0;
}
.BgClassName
{
background-color: #C849A0;
}
</style>
border-color css
<style>
span { border-color: #C849A0; }
span { border-color: rgb(200,73,160); }
td.TdClassName
{
border-color: #C849A0;
}
.TagClassName
{
border-color: #C849A0;
}
</style>