Shades of Mulberry #C8487D
Tints of Mulberry #C8487D
RGB
CMYK
RGB Variations
Color information
#C8487D (or 0xC8487D) is known color: Mulberry. HEX triplet: C8, 48 and 7D. RGB value is (200,72,125). Sum of RGB (Red+Green+Blue) = 200+72+125=397 (52% of max value = 765). Red value is 200 (78.52% from 255 or 50.38% from 397); Green value is 72 (28.52% from 255 or 18.14% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 200 - color contains mainly: red. Hex color #C8487D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C8487D is #37B782. Grayscale: #747474. Windows color (decimal): -3651459 or 8210632. OLE color: 8210632.
HSL color Cylindrical-coordinate representation of color #C8487D: hue angle of 335.16º 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 #C8487D is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 72 | 125 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.22 |
| HSL | 335.16º | 0.54% | 0.53% | - |
| HSV(B) | 335.16º | 0.64% | 0.78% | - |
| XYZ | 29.84 | 18.39 | 21.38 | - |
| YUV | 116.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 72 | 125 | 0 | 0.64 | 0.38 | 0.22 | 335.16 | 0.54 | 0.53 |
| Hex | C8 | 48 | 7D | 0 | 40 | 26 | 16 | 14F | 36 | 35 |
| Octal | 310 | 110 | 175 | 0 | 100 | 46 | 26 | 517 | 66 | 65 |
| Binary | 11001000 | 1001000 | 1111101 | 0 | 1000000 | 100110 | 10110 | 101001111 | 110110 | 110101 |
Color Harmonies of #C8487D
Complementary color
Monochromatic Colors of #C8487D
Black with #C8487D
Text Example
Text Example
White with #C8487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8487D; }
p { color: rgb(200,72,125); }
H1.HeaderClassName
{
color: #C8487D;
}
.AnyTagClassName
{
color: #C8487D;
}
</style>
background-color css
<style>
a { background-color: #C8487D; }
a { background-color: rgb(200,72,125); }
div.DivClassName
{
background-color: #C8487D;
}
.BgClassName
{
background-color: #C8487D;
}
</style>
border-color css
<style>
span { border-color: #C8487D; }
span { border-color: rgb(200,72,125); }
td.TdClassName
{
border-color: #C8487D;
}
.TagClassName
{
border-color: #C8487D;
}
</style>