Shades of Mulberry #C6598E
Tints of Mulberry #C6598E
RGB
CMYK
RGB Variations
Color information
#C6598E (or 0xC6598E) is known color: Mulberry. HEX triplet: C6, 59 and 8E. RGB value is (198,89,142). Sum of RGB (Red+Green+Blue) = 198+89+142=429 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.15% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 142 (55.86% from 255 or 33.10% from 429); Max value from RGB is 198 - color contains mainly: red. Hex color #C6598E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6598E is #39A671. Grayscale: #7F7F7F. Windows color (decimal): -3778162 or 9329094. OLE color: 9329094.
HSL color Cylindrical-coordinate representation of color #C6598E: hue angle of 330.83º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C6598E is Cyan = 0, Magento = 0.55, Yellow = 0.28 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 142 | - |
| CMYK | 0 | 0.55 | 0.28 | 0.22 |
| HSL | 330.83º | 0.49% | 0.56% | - |
| HSV(B) | 330.83º | 0.55% | 0.78% | - |
| XYZ | 31.74 | 21.1 | 27.99 | - |
| YUV | 127.63 | 136.11 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 142 | 0 | 0.55 | 0.28 | 0.22 | 330.83 | 0.49 | 0.56 |
| Hex | C6 | 59 | 8E | 0 | 37 | 1C | 16 | 14B | 31 | 38 |
| Octal | 306 | 131 | 216 | 0 | 67 | 34 | 26 | 513 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10001110 | 0 | 110111 | 11100 | 10110 | 101001011 | 110001 | 111000 |
Color Harmonies of #C6598E
Complementary color
Monochromatic Colors of #C6598E
Black with #C6598E
Text Example
Text Example
White with #C6598E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6598E; }
p { color: rgb(198,89,142); }
H1.HeaderClassName
{
color: #C6598E;
}
.AnyTagClassName
{
color: #C6598E;
}
</style>
background-color css
<style>
a { background-color: #C6598E; }
a { background-color: rgb(198,89,142); }
div.DivClassName
{
background-color: #C6598E;
}
.BgClassName
{
background-color: #C6598E;
}
</style>
border-color css
<style>
span { border-color: #C6598E; }
span { border-color: rgb(198,89,142); }
td.TdClassName
{
border-color: #C6598E;
}
.TagClassName
{
border-color: #C6598E;
}
</style>