Shades of Mulberry #C8517F
Tints of Mulberry #C8517F
RGB
CMYK
RGB Variations
Color information
#C8517F (or 0xC8517F) is known color: Mulberry. HEX triplet: C8, 51 and 7F. RGB value is (200,81,127). Sum of RGB (Red+Green+Blue) = 200+81+127=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 81 (32.03% from 255 or 19.85% from 408); Blue value is 127 (50% from 255 or 31.13% from 408); Max value from RGB is 200 - color contains mainly: red. Hex color #C8517F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C8517F is #37AE80. Grayscale: #797979. Windows color (decimal): -3649153 or 8344008. OLE color: 8344008.
HSL color Cylindrical-coordinate representation of color #C8517F: hue angle of 336.81º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C8517F is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 127 | - |
| CMYK | 0 | 0.59 | 0.36 | 0.22 |
| HSL | 336.81º | 0.52% | 0.55% | - |
| HSV(B) | 336.81º | 0.6% | 0.78% | - |
| XYZ | 30.59 | 19.7 | 22.27 | - |
| YUV | 121.83 | 130.92 | 183.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 127 | 0 | 0.59 | 0.36 | 0.22 | 336.81 | 0.52 | 0.55 |
| Hex | C8 | 51 | 7F | 0 | 3B | 24 | 16 | 151 | 34 | 37 |
| Octal | 310 | 121 | 177 | 0 | 73 | 44 | 26 | 521 | 64 | 67 |
| Binary | 11001000 | 1010001 | 1111111 | 0 | 111011 | 100100 | 10110 | 101010001 | 110100 | 110111 |
Color Harmonies of #C8517F
Complementary color
Monochromatic Colors of #C8517F
Black with #C8517F
Text Example
Text Example
White with #C8517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8517F; }
p { color: rgb(200,81,127); }
H1.HeaderClassName
{
color: #C8517F;
}
.AnyTagClassName
{
color: #C8517F;
}
</style>
background-color css
<style>
a { background-color: #C8517F; }
a { background-color: rgb(200,81,127); }
div.DivClassName
{
background-color: #C8517F;
}
.BgClassName
{
background-color: #C8517F;
}
</style>
border-color css
<style>
span { border-color: #C8517F; }
span { border-color: rgb(200,81,127); }
td.TdClassName
{
border-color: #C8517F;
}
.TagClassName
{
border-color: #C8517F;
}
</style>