Shades of Mulberry #C8599E
Tints of Mulberry #C8599E
RGB
CMYK
RGB Variations
Color information
#C8599E (or 0xC8599E) is known color: Mulberry. HEX triplet: C8, 59 and 9E. RGB value is (200,89,158). Sum of RGB (Red+Green+Blue) = 200+89+158=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 158 (62.11% from 255 or 35.35% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8599E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8599E is #37A661. Grayscale: #818181. Windows color (decimal): -3647074 or 10377672. OLE color: 10377672.
HSL color Cylindrical-coordinate representation of color #C8599E: hue angle of 322.7º 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 #C8599E is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 158 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.22 |
| HSL | 322.7º | 0.5% | 0.57% | - |
| HSV(B) | 322.7º | 0.56% | 0.78% | - |
| XYZ | 33.56 | 21.89 | 34.8 | - |
| YUV | 130.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 158 | 0 | 0.56 | 0.21 | 0.22 | 322.7 | 0.5 | 0.57 |
| Hex | C8 | 59 | 9E | 0 | 38 | 15 | 16 | 143 | 32 | 39 |
| Octal | 310 | 131 | 236 | 0 | 70 | 25 | 26 | 503 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10011110 | 0 | 111000 | 10101 | 10110 | 101000011 | 110010 | 111001 |
Color Harmonies of #C8599E
Complementary color
Monochromatic Colors of #C8599E
Black with #C8599E
Text Example
Text Example
White with #C8599E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8599E; }
p { color: rgb(200,89,158); }
H1.HeaderClassName
{
color: #C8599E;
}
.AnyTagClassName
{
color: #C8599E;
}
</style>
background-color css
<style>
a { background-color: #C8599E; }
a { background-color: rgb(200,89,158); }
div.DivClassName
{
background-color: #C8599E;
}
.BgClassName
{
background-color: #C8599E;
}
</style>
border-color css
<style>
span { border-color: #C8599E; }
span { border-color: rgb(200,89,158); }
td.TdClassName
{
border-color: #C8599E;
}
.TagClassName
{
border-color: #C8599E;
}
</style>