Shades of Mulberry #C8477C
Tints of Mulberry #C8477C
RGB
CMYK
RGB Variations
Color information
#C8477C (or 0xC8477C) is known color: Mulberry. HEX triplet: C8, 47 and 7C. RGB value is (200,71,124). Sum of RGB (Red+Green+Blue) = 200+71+124=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 71 (28.12% from 255 or 17.97% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8477C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8477C is #37B883. Grayscale: #737373. Windows color (decimal): -3651716 or 8144840. OLE color: 8144840.
HSL color Cylindrical-coordinate representation of color #C8477C: hue angle of 335.35º 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 #C8477C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 71 | 124 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.22 |
| HSL | 335.35º | 0.54% | 0.53% | - |
| HSV(B) | 335.35º | 0.65% | 0.78% | - |
| XYZ | 29.71 | 18.24 | 21.02 | - |
| YUV | 115.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 71 | 124 | 0 | 0.64 | 0.38 | 0.22 | 335.35 | 0.54 | 0.53 |
| Hex | C8 | 47 | 7C | 0 | 40 | 26 | 16 | 14F | 36 | 35 |
| Octal | 310 | 107 | 174 | 0 | 100 | 46 | 26 | 517 | 66 | 65 |
| Binary | 11001000 | 1000111 | 1111100 | 0 | 1000000 | 100110 | 10110 | 101001111 | 110110 | 110101 |
Color Harmonies of #C8477C
Complementary color
Monochromatic Colors of #C8477C
Black with #C8477C
Text Example
Text Example
White with #C8477C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8477C; }
p { color: rgb(200,71,124); }
H1.HeaderClassName
{
color: #C8477C;
}
.AnyTagClassName
{
color: #C8477C;
}
</style>
background-color css
<style>
a { background-color: #C8477C; }
a { background-color: rgb(200,71,124); }
div.DivClassName
{
background-color: #C8477C;
}
.BgClassName
{
background-color: #C8477C;
}
</style>
border-color css
<style>
span { border-color: #C8477C; }
span { border-color: rgb(200,71,124); }
td.TdClassName
{
border-color: #C8477C;
}
.TagClassName
{
border-color: #C8477C;
}
</style>