Shades of Mulberry #C8487C
Tints of Mulberry #C8487C
RGB
CMYK
RGB Variations
Color information
#C8487C (or 0xC8487C) is known color: Mulberry. HEX triplet: C8, 48 and 7C. RGB value is (200,72,124). Sum of RGB (Red+Green+Blue) = 200+72+124=396 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.51% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 124 (48.83% from 255 or 31.31% from 396); Max value from RGB is 200 - color contains mainly: red. Hex color #C8487C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8487C is #37B783. Grayscale: #747474. Windows color (decimal): -3651460 or 8145096. OLE color: 8145096.
HSL color Cylindrical-coordinate representation of color #C8487C: hue angle of 335.62º 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 #C8487C is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 124 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.22 |
| HSL | 335.63º | 0.54% | 0.53% | - |
| HSV(B) | 335.63º | 0.64% | 0.78% | - |
| XYZ | 29.77 | 18.37 | 21.05 | - |
| YUV | 116.2 | 132.41 | 187.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 124 | 0 | 0.64 | 0.38 | 0.22 | 335.63 | 0.54 | 0.53 |
| Hex | C8 | 48 | 7C | 0 | 40 | 26 | 16 | 150 | 36 | 35 |
| Octal | 310 | 110 | 174 | 0 | 100 | 46 | 26 | 520 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1111100 | 0 | 1000000 | 100110 | 10110 | 101010000 | 110110 | 110101 |
Color Harmonies of #C8487C
Complementary color
Monochromatic Colors of #C8487C
Black with #C8487C
Text Example
Text Example
White with #C8487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8487C; }
p { color: rgb(200,72,124); }
H1.HeaderClassName
{
color: #C8487C;
}
.AnyTagClassName
{
color: #C8487C;
}
</style>
background-color css
<style>
a { background-color: #C8487C; }
a { background-color: rgb(200,72,124); }
div.DivClassName
{
background-color: #C8487C;
}
.BgClassName
{
background-color: #C8487C;
}
</style>
border-color css
<style>
span { border-color: #C8487C; }
span { border-color: rgb(200,72,124); }
td.TdClassName
{
border-color: #C8487C;
}
.TagClassName
{
border-color: #C8487C;
}
</style>