Shades of Mulberry #C8467B
Tints of Mulberry #C8467B
RGB
CMYK
RGB Variations
Color information
#C8467B (or 0xC8467B) is known color: Mulberry. HEX triplet: C8, 46 and 7B. RGB value is (200,70,123). Sum of RGB (Red+Green+Blue) = 200+70+123=393 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.89% from 393); Green value is 70 (27.73% from 255 or 17.81% from 393); Blue value is 123 (48.44% from 255 or 31.30% from 393); Max value from RGB is 200 - color contains mainly: red. Hex color #C8467B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8467B is #37B984. Grayscale: #727272. Windows color (decimal): -3651973 or 8079048. OLE color: 8079048.
HSL color Cylindrical-coordinate representation of color #C8467B: hue angle of 335.54º 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 #C8467B is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 123 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.22 |
| HSL | 335.54º | 0.54% | 0.53% | - |
| HSV(B) | 335.54º | 0.65% | 0.78% | - |
| XYZ | 29.58 | 18.09 | 20.67 | - |
| YUV | 114.91 | 132.57 | 188.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 123 | 0 | 0.65 | 0.38 | 0.22 | 335.54 | 0.54 | 0.53 |
| Hex | C8 | 46 | 7B | 0 | 41 | 26 | 16 | 150 | 36 | 35 |
| Octal | 310 | 106 | 173 | 0 | 101 | 46 | 26 | 520 | 66 | 65 |
| Binary | 11001000 | 1000110 | 1111011 | 0 | 1000001 | 100110 | 10110 | 101010000 | 110110 | 110101 |
Color Harmonies of #C8467B
Complementary color
Monochromatic Colors of #C8467B
Black with #C8467B
Text Example
Text Example
White with #C8467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8467B; }
p { color: rgb(200,70,123); }
H1.HeaderClassName
{
color: #C8467B;
}
.AnyTagClassName
{
color: #C8467B;
}
</style>
background-color css
<style>
a { background-color: #C8467B; }
a { background-color: rgb(200,70,123); }
div.DivClassName
{
background-color: #C8467B;
}
.BgClassName
{
background-color: #C8467B;
}
</style>
border-color css
<style>
span { border-color: #C8467B; }
span { border-color: rgb(200,70,123); }
td.TdClassName
{
border-color: #C8467B;
}
.TagClassName
{
border-color: #C8467B;
}
</style>