Shades of Mulberry #C8467C
Tints of Mulberry #C8467C
RGB
CMYK
RGB Variations
Color information
#C8467C (or 0xC8467C) is known color: Mulberry. HEX triplet: C8, 46 and 7C. RGB value is (200,70,124). Sum of RGB (Red+Green+Blue) = 200+70+124=394 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.76% from 394); Green value is 70 (27.73% from 255 or 17.77% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 200 - color contains mainly: red. Hex color #C8467C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8467C is #37B983. Grayscale: #727272. Windows color (decimal): -3651972 or 8144584. OLE color: 8144584.
HSL color Cylindrical-coordinate representation of color #C8467C: hue angle of 335.08º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C8467C is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 124 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.22 |
| HSL | 335.08º | 0.54% | 0.53% | - |
| HSV(B) | 335.08º | 0.65% | 0.78% | - |
| XYZ | 29.65 | 18.11 | 21 | - |
| YUV | 115.03 | 133.07 | 188.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 124 | 0 | 0.65 | 0.38 | 0.22 | 335.08 | 0.54 | 0.53 |
| Hex | C8 | 46 | 7C | 0 | 41 | 26 | 16 | 14F | 36 | 35 |
| Octal | 310 | 106 | 174 | 0 | 101 | 46 | 26 | 517 | 66 | 65 |
| Binary | 11001000 | 1000110 | 1111100 | 0 | 1000001 | 100110 | 10110 | 101001111 | 110110 | 110101 |
Color Harmonies of #C8467C
Complementary color
Monochromatic Colors of #C8467C
Black with #C8467C
Text Example
Text Example
White with #C8467C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8467C; }
p { color: rgb(200,70,124); }
H1.HeaderClassName
{
color: #C8467C;
}
.AnyTagClassName
{
color: #C8467C;
}
</style>
background-color css
<style>
a { background-color: #C8467C; }
a { background-color: rgb(200,70,124); }
div.DivClassName
{
background-color: #C8467C;
}
.BgClassName
{
background-color: #C8467C;
}
</style>
border-color css
<style>
span { border-color: #C8467C; }
span { border-color: rgb(200,70,124); }
td.TdClassName
{
border-color: #C8467C;
}
.TagClassName
{
border-color: #C8467C;
}
</style>