Shades of Mulberry #C8598A
Tints of Mulberry #C8598A
RGB
CMYK
RGB Variations
Color information
#C8598A (or 0xC8598A) is known color: Mulberry. HEX triplet: C8, 59 and 8A. RGB value is (200,89,138). Sum of RGB (Red+Green+Blue) = 200+89+138=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 89 (35.16% from 255 or 20.84% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8598A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8598A is #37A675. Grayscale: #7F7F7F. Windows color (decimal): -3647094 or 9066952. OLE color: 9066952.
HSL color Cylindrical-coordinate representation of color #C8598A: hue angle of 333.51º 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 #C8598A is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 138 | - |
| CMYK | 0 | 0.56 | 0.31 | 0.22 |
| HSL | 333.51º | 0.5% | 0.57% | - |
| HSV(B) | 333.51º | 0.56% | 0.78% | - |
| XYZ | 31.98 | 21.26 | 26.46 | - |
| YUV | 127.78 | 133.77 | 179.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 138 | 0 | 0.56 | 0.31 | 0.22 | 333.51 | 0.5 | 0.57 |
| Hex | C8 | 59 | 8A | 0 | 38 | 1F | 16 | 14E | 32 | 39 |
| Octal | 310 | 131 | 212 | 0 | 70 | 37 | 26 | 516 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10001010 | 0 | 111000 | 11111 | 10110 | 101001110 | 110010 | 111001 |
Color Harmonies of #C8598A
Complementary color
Monochromatic Colors of #C8598A
Black with #C8598A
Text Example
Text Example
White with #C8598A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8598A; }
p { color: rgb(200,89,138); }
H1.HeaderClassName
{
color: #C8598A;
}
.AnyTagClassName
{
color: #C8598A;
}
</style>
background-color css
<style>
a { background-color: #C8598A; }
a { background-color: rgb(200,89,138); }
div.DivClassName
{
background-color: #C8598A;
}
.BgClassName
{
background-color: #C8598A;
}
</style>
border-color css
<style>
span { border-color: #C8598A; }
span { border-color: rgb(200,89,138); }
td.TdClassName
{
border-color: #C8598A;
}
.TagClassName
{
border-color: #C8598A;
}
</style>