Shades of Mulberry #C6518F
Tints of Mulberry #C6518F
RGB
CMYK
RGB Variations
Color information
#C6518F (or 0xC6518F) is known color: Mulberry. HEX triplet: C6, 51 and 8F. RGB value is (198,81,143). Sum of RGB (Red+Green+Blue) = 198+81+143=422 (55% of max value = 765). Red value is 198 (77.73% from 255 or 46.92% from 422); Green value is 81 (32.03% from 255 or 19.19% from 422); Blue value is 143 (56.25% from 255 or 33.89% from 422); Max value from RGB is 198 - color contains mainly: red. Hex color #C6518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6518F is #39AE70. Grayscale: #7A7A7A. Windows color (decimal): -3780209 or 9392582. OLE color: 9392582.
HSL color Cylindrical-coordinate representation of color #C6518F: hue angle of 328.21º 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 #C6518F is Cyan = 0, Magento = 0.59, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 81 | 143 | - |
| CMYK | 0 | 0.59 | 0.28 | 0.22 |
| HSL | 328.21º | 0.51% | 0.55% | - |
| HSV(B) | 328.21º | 0.59% | 0.78% | - |
| XYZ | 31.19 | 19.87 | 28.18 | - |
| YUV | 123.05 | 139.26 | 181.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 81 | 143 | 0 | 0.59 | 0.28 | 0.22 | 328.21 | 0.51 | 0.55 |
| Hex | C6 | 51 | 8F | 0 | 3B | 1C | 16 | 148 | 33 | 37 |
| Octal | 306 | 121 | 217 | 0 | 73 | 34 | 26 | 510 | 63 | 67 |
| Binary | 11000110 | 1010001 | 10001111 | 0 | 111011 | 11100 | 10110 | 101001000 | 110011 | 110111 |
Color Harmonies of #C6518F
Complementary color
Monochromatic Colors of #C6518F
Black with #C6518F
Text Example
Text Example
White with #C6518F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6518F; }
p { color: rgb(198,81,143); }
H1.HeaderClassName
{
color: #C6518F;
}
.AnyTagClassName
{
color: #C6518F;
}
</style>
background-color css
<style>
a { background-color: #C6518F; }
a { background-color: rgb(198,81,143); }
div.DivClassName
{
background-color: #C6518F;
}
.BgClassName
{
background-color: #C6518F;
}
</style>
border-color css
<style>
span { border-color: #C6518F; }
span { border-color: rgb(198,81,143); }
td.TdClassName
{
border-color: #C6518F;
}
.TagClassName
{
border-color: #C6518F;
}
</style>