Shades of Mulberry #C8518B
Tints of Mulberry #C8518B
RGB
CMYK
RGB Variations
Color information
#C8518B (or 0xC8518B) is known color: Mulberry. HEX triplet: C8, 51 and 8B. RGB value is (200,81,139). Sum of RGB (Red+Green+Blue) = 200+81+139=420 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.62% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 139 (54.69% from 255 or 33.10% from 420); Max value from RGB is 200 - color contains mainly: red. Hex color #C8518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8518B is #37AE74. Grayscale: #7B7B7B. Windows color (decimal): -3649141 or 9130440. OLE color: 9130440.
HSL color Cylindrical-coordinate representation of color #C8518B: hue angle of 330.76º 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 #C8518B is Cyan = 0, Magento = 0.59, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 81 | 139 | - |
| CMYK | 0 | 0.59 | 0.30 | 0.22 |
| HSL | 330.76º | 0.52% | 0.55% | - |
| HSV(B) | 330.76º | 0.6% | 0.78% | - |
| XYZ | 31.42 | 20.03 | 26.64 | - |
| YUV | 123.19 | 136.92 | 182.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 81 | 139 | 0 | 0.59 | 0.30 | 0.22 | 330.76 | 0.52 | 0.55 |
| Hex | C8 | 51 | 8B | 0 | 3B | 1E | 16 | 14B | 34 | 37 |
| Octal | 310 | 121 | 213 | 0 | 73 | 36 | 26 | 513 | 64 | 67 |
| Binary | 11001000 | 1010001 | 10001011 | 0 | 111011 | 11110 | 10110 | 101001011 | 110100 | 110111 |
Color Harmonies of #C8518B
Complementary color
Monochromatic Colors of #C8518B
Black with #C8518B
Text Example
Text Example
White with #C8518B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8518B; }
p { color: rgb(200,81,139); }
H1.HeaderClassName
{
color: #C8518B;
}
.AnyTagClassName
{
color: #C8518B;
}
</style>
background-color css
<style>
a { background-color: #C8518B; }
a { background-color: rgb(200,81,139); }
div.DivClassName
{
background-color: #C8518B;
}
.BgClassName
{
background-color: #C8518B;
}
</style>
border-color css
<style>
span { border-color: #C8518B; }
span { border-color: rgb(200,81,139); }
td.TdClassName
{
border-color: #C8518B;
}
.TagClassName
{
border-color: #C8518B;
}
</style>