Shades of Mulberry #C849A7
Tints of Mulberry #C849A7
RGB
CMYK
RGB Variations
Color information
#C849A7 (or 0xC849A7) is known color: Mulberry. HEX triplet: C8, 49 and A7. RGB value is (200,73,167). Sum of RGB (Red+Green+Blue) = 200+73+167=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 167 (65.62% from 255 or 37.95% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C849A7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C849A7 is #37B658. Grayscale: #797979. Windows color (decimal): -3651161 or 10963400. OLE color: 10963400.
HSL color Cylindrical-coordinate representation of color #C849A7: hue angle of 315.59º 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 #C849A7 is Cyan = 0, Magento = 0.64, Yellow = 0.16 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 73 | 167 | - |
| CMYK | 0 | 0.64 | 0.16 | 0.22 |
| HSL | 315.59º | 0.54% | 0.54% | - |
| HSV(B) | 315.59º | 0.64% | 0.78% | - |
| XYZ | 33.18 | 19.83 | 38.64 | - |
| YUV | 121.69 | 153.58 | 183.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 73 | 167 | 0 | 0.64 | 0.16 | 0.22 | 315.59 | 0.54 | 0.54 |
| Hex | C8 | 49 | A7 | 0 | 40 | 10 | 16 | 13C | 36 | 36 |
| Octal | 310 | 111 | 247 | 0 | 100 | 20 | 26 | 474 | 66 | 66 |
| Binary | 11001000 | 1001001 | 10100111 | 0 | 1000000 | 10000 | 10110 | 100111100 | 110110 | 110110 |
Color Harmonies of #C849A7
Complementary color
Monochromatic Colors of #C849A7
Black with #C849A7
Text Example
Text Example
White with #C849A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C849A7; }
p { color: rgb(200,73,167); }
H1.HeaderClassName
{
color: #C849A7;
}
.AnyTagClassName
{
color: #C849A7;
}
</style>
background-color css
<style>
a { background-color: #C849A7; }
a { background-color: rgb(200,73,167); }
div.DivClassName
{
background-color: #C849A7;
}
.BgClassName
{
background-color: #C849A7;
}
</style>
border-color css
<style>
span { border-color: #C849A7; }
span { border-color: rgb(200,73,167); }
td.TdClassName
{
border-color: #C849A7;
}
.TagClassName
{
border-color: #C849A7;
}
</style>