Shades of Mulberry #C6518E
Tints of Mulberry #C6518E
RGB
CMYK
RGB Variations
Color information
#C6518E (or 0xC6518E) is known color: Mulberry. HEX triplet: C6, 51 and 8E. RGB value is (198,81,142). Sum of RGB (Red+Green+Blue) = 198+81+142=421 (55% of max value = 765). Red value is 198 (77.73% from 255 or 47.03% from 421); Green value is 81 (32.03% from 255 or 19.24% from 421); Blue value is 142 (55.86% from 255 or 33.73% from 421); Max value from RGB is 198 - color contains mainly: red. Hex color #C6518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6518E is #39AE71. Grayscale: #7A7A7A. Windows color (decimal): -3780210 or 9327046. OLE color: 9327046.
HSL color Cylindrical-coordinate representation of color #C6518E: hue angle of 328.72º degrees, saturation: 0.51, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C6518E is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 142 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.22 |
| HSL | 328.72º | 0.51% | 0.55% | - |
| HSV(B) | 328.72º | 0.59% | 0.78% | - |
| XYZ | 31.11 | 19.84 | 27.78 | - |
| YUV | 122.94 | 138.76 | 181.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 142 | 0 | 0.59 | 0.28 | 0.22 | 328.72 | 0.51 | 0.55 |
| Hex | C6 | 51 | 8E | 0 | 3B | 1C | 16 | 149 | 33 | 37 |
| Octal | 306 | 121 | 216 | 0 | 73 | 34 | 26 | 511 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10001110 | 0 | 111011 | 11100 | 10110 | 101001001 | 110011 | 110111 |
Color Harmonies of #C6518E
Complementary color
Monochromatic Colors of #C6518E
Black with #C6518E
Text Example
Text Example
White with #C6518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6518E; }
p { color: rgb(198,81,142); }
H1.HeaderClassName
{
color: #C6518E;
}
.AnyTagClassName
{
color: #C6518E;
}
</style>
background-color css
<style>
a { background-color: #C6518E; }
a { background-color: rgb(198,81,142); }
div.DivClassName
{
background-color: #C6518E;
}
.BgClassName
{
background-color: #C6518E;
}
</style>
border-color css
<style>
span { border-color: #C6518E; }
span { border-color: rgb(198,81,142); }
td.TdClassName
{
border-color: #C6518E;
}
.TagClassName
{
border-color: #C6518E;
}
</style>