Shades of Mulberry #C8487B
Tints of Mulberry #C8487B
RGB
CMYK
RGB Variations
Color information
#C8487B (or 0xC8487B) is known color: Mulberry. HEX triplet: C8, 48 and 7B. RGB value is (200,72,123). Sum of RGB (Red+Green+Blue) = 200+72+123=395 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.63% from 395); Green value is 72 (28.52% from 255 or 18.23% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 200 - color contains mainly: red. Hex color #C8487B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8487B is #37B784. Grayscale: #747474. Windows color (decimal): -3651461 or 8079560. OLE color: 8079560.
HSL color Cylindrical-coordinate representation of color #C8487B: hue angle of 336.09º 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 #C8487B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 123 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.22 |
| HSL | 336.09º | 0.54% | 0.53% | - |
| HSV(B) | 336.09º | 0.64% | 0.78% | - |
| XYZ | 29.71 | 18.34 | 20.71 | - |
| YUV | 116.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 123 | 0 | 0.64 | 0.38 | 0.22 | 336.09 | 0.54 | 0.53 |
| Hex | C8 | 48 | 7B | 0 | 40 | 26 | 16 | 150 | 36 | 35 |
| Octal | 310 | 110 | 173 | 0 | 100 | 46 | 26 | 520 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1111011 | 0 | 1000000 | 100110 | 10110 | 101010000 | 110110 | 110101 |
Color Harmonies of #C8487B
Complementary color
Monochromatic Colors of #C8487B
Black with #C8487B
Text Example
Text Example
White with #C8487B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8487B; }
p { color: rgb(200,72,123); }
H1.HeaderClassName
{
color: #C8487B;
}
.AnyTagClassName
{
color: #C8487B;
}
</style>
background-color css
<style>
a { background-color: #C8487B; }
a { background-color: rgb(200,72,123); }
div.DivClassName
{
background-color: #C8487B;
}
.BgClassName
{
background-color: #C8487B;
}
</style>
border-color css
<style>
span { border-color: #C8487B; }
span { border-color: rgb(200,72,123); }
td.TdClassName
{
border-color: #C8487B;
}
.TagClassName
{
border-color: #C8487B;
}
</style>