Shades of Mulberry #C6598B
Tints of Mulberry #C6598B
RGB
CMYK
RGB Variations
Color information
#C6598B (or 0xC6598B) is known color: Mulberry. HEX triplet: C6, 59 and 8B. RGB value is (198,89,139). Sum of RGB (Red+Green+Blue) = 198+89+139=426 (56% of max value = 765). Red value is 198 (77.73% from 255 or 46.48% from 426); Green value is 89 (35.16% from 255 or 20.89% from 426); Blue value is 139 (54.69% from 255 or 32.63% from 426); Max value from RGB is 198 - color contains mainly: red. Hex color #C6598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6598B is #39A674. Grayscale: #7F7F7F. Windows color (decimal): -3778165 or 9132486. OLE color: 9132486.
HSL color Cylindrical-coordinate representation of color #C6598B: hue angle of 332.48º 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 #C6598B is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 89 | 139 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.22 |
| HSL | 332.48º | 0.49% | 0.56% | - |
| HSV(B) | 332.48º | 0.55% | 0.78% | - |
| XYZ | 31.52 | 21.01 | 26.82 | - |
| YUV | 127.29 | 134.61 | 178.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 89 | 139 | 0 | 0.55 | 0.30 | 0.22 | 332.48 | 0.49 | 0.56 |
| Hex | C6 | 59 | 8B | 0 | 37 | 1E | 16 | 14C | 31 | 38 |
| Octal | 306 | 131 | 213 | 0 | 67 | 36 | 26 | 514 | 61 | 70 |
| Binary | 11000110 | 1011001 | 10001011 | 0 | 110111 | 11110 | 10110 | 101001100 | 110001 | 111000 |
Color Harmonies of #C6598B
Complementary color
Monochromatic Colors of #C6598B
Black with #C6598B
Text Example
Text Example
White with #C6598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6598B; }
p { color: rgb(198,89,139); }
H1.HeaderClassName
{
color: #C6598B;
}
.AnyTagClassName
{
color: #C6598B;
}
</style>
background-color css
<style>
a { background-color: #C6598B; }
a { background-color: rgb(198,89,139); }
div.DivClassName
{
background-color: #C6598B;
}
.BgClassName
{
background-color: #C6598B;
}
</style>
border-color css
<style>
span { border-color: #C6598B; }
span { border-color: rgb(198,89,139); }
td.TdClassName
{
border-color: #C6598B;
}
.TagClassName
{
border-color: #C6598B;
}
</style>