Shades of Mulberry #C8598B
Tints of Mulberry #C8598B
RGB
CMYK
RGB Variations
Color information
#C8598B (or 0xC8598B) is known color: Mulberry. HEX triplet: C8, 59 and 8B. RGB value is (200,89,139). Sum of RGB (Red+Green+Blue) = 200+89+139=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 89 (35.16% from 255 or 20.79% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8598B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8598B is #37A674. Grayscale: #7F7F7F. Windows color (decimal): -3647093 or 9132488. OLE color: 9132488.
HSL color Cylindrical-coordinate representation of color #C8598B: hue angle of 332.97º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8598B is Cyan = 0, Magento = 0.56, Yellow = 0.30 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 139 | - |
| CMYK | 0 | 0.56 | 0.30 | 0.22 |
| HSL | 332.97º | 0.5% | 0.57% | - |
| HSV(B) | 332.97º | 0.56% | 0.78% | - |
| XYZ | 32.05 | 21.29 | 26.85 | - |
| YUV | 127.89 | 134.27 | 179.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 139 | 0 | 0.56 | 0.30 | 0.22 | 332.97 | 0.5 | 0.57 |
| Hex | C8 | 59 | 8B | 0 | 38 | 1E | 16 | 14D | 32 | 39 |
| Octal | 310 | 131 | 213 | 0 | 70 | 36 | 26 | 515 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10001011 | 0 | 111000 | 11110 | 10110 | 101001101 | 110010 | 111001 |
Color Harmonies of #C8598B
Complementary color
Monochromatic Colors of #C8598B
Black with #C8598B
Text Example
Text Example
White with #C8598B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8598B; }
p { color: rgb(200,89,139); }
H1.HeaderClassName
{
color: #C8598B;
}
.AnyTagClassName
{
color: #C8598B;
}
</style>
background-color css
<style>
a { background-color: #C8598B; }
a { background-color: rgb(200,89,139); }
div.DivClassName
{
background-color: #C8598B;
}
.BgClassName
{
background-color: #C8598B;
}
</style>
border-color css
<style>
span { border-color: #C8598B; }
span { border-color: rgb(200,89,139); }
td.TdClassName
{
border-color: #C8598B;
}
.TagClassName
{
border-color: #C8598B;
}
</style>