Shades of Mulberry #C8468E
Tints of Mulberry #C8468E
RGB
CMYK
RGB Variations
Color information
#C8468E (or 0xC8468E) is known color: Mulberry. HEX triplet: C8, 46 and 8E. RGB value is (200,70,142). Sum of RGB (Red+Green+Blue) = 200+70+142=412 (54% of max value = 765). Red value is 200 (78.52% from 255 or 48.54% from 412); Green value is 70 (27.73% from 255 or 16.99% from 412); Blue value is 142 (55.86% from 255 or 34.47% from 412); Max value from RGB is 200 - color contains mainly: red. Hex color #C8468E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C8468E is #37B971. Grayscale: #747474. Windows color (decimal): -3651954 or 9324232. OLE color: 9324232.
HSL color Cylindrical-coordinate representation of color #C8468E: hue angle of 326.77º 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 #C8468E is Cyan = 0, Magento = 0.65, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 70 | 142 | - |
| CMYK | 0 | 0.65 | 0.29 | 0.22 |
| HSL | 326.77º | 0.54% | 0.53% | - |
| HSV(B) | 326.77º | 0.65% | 0.78% | - |
| XYZ | 30.89 | 18.61 | 27.56 | - |
| YUV | 117.08 | 142.07 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 70 | 142 | 0 | 0.65 | 0.29 | 0.22 | 326.77 | 0.54 | 0.53 |
| Hex | C8 | 46 | 8E | 0 | 41 | 1D | 16 | 147 | 36 | 35 |
| Octal | 310 | 106 | 216 | 0 | 101 | 35 | 26 | 507 | 66 | 65 |
| Binary | 11001000 | 1000110 | 10001110 | 0 | 1000001 | 11101 | 10110 | 101000111 | 110110 | 110101 |
Color Harmonies of #C8468E
Complementary color
Monochromatic Colors of #C8468E
Black with #C8468E
Text Example
Text Example
White with #C8468E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8468E; }
p { color: rgb(200,70,142); }
H1.HeaderClassName
{
color: #C8468E;
}
.AnyTagClassName
{
color: #C8468E;
}
</style>
background-color css
<style>
a { background-color: #C8468E; }
a { background-color: rgb(200,70,142); }
div.DivClassName
{
background-color: #C8468E;
}
.BgClassName
{
background-color: #C8468E;
}
</style>
border-color css
<style>
span { border-color: #C8468E; }
span { border-color: rgb(200,70,142); }
td.TdClassName
{
border-color: #C8468E;
}
.TagClassName
{
border-color: #C8468E;
}
</style>