Shades of Mulberry #C8599A
Tints of Mulberry #C8599A
RGB
CMYK
RGB Variations
Color information
#C8599A (or 0xC8599A) is known color: Mulberry. HEX triplet: C8, 59 and 9A. RGB value is (200,89,154). Sum of RGB (Red+Green+Blue) = 200+89+154=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 154 (60.55% from 255 or 34.76% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8599A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8599A is #37A665. Grayscale: #818181. Windows color (decimal): -3647078 or 10115528. OLE color: 10115528.
HSL color Cylindrical-coordinate representation of color #C8599A: hue angle of 324.86º 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 #C8599A is Cyan = 0, Magento = 0.56, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 89 | 154 | - |
| CMYK | 0 | 0.56 | 0.23 | 0.22 |
| HSL | 324.86º | 0.5% | 0.57% | - |
| HSV(B) | 324.86º | 0.56% | 0.78% | - |
| XYZ | 33.22 | 21.76 | 33.02 | - |
| YUV | 129.6 | 141.77 | 178.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 89 | 154 | 0 | 0.56 | 0.23 | 0.22 | 324.86 | 0.5 | 0.57 |
| Hex | C8 | 59 | 9A | 0 | 38 | 17 | 16 | 145 | 32 | 39 |
| Octal | 310 | 131 | 232 | 0 | 70 | 27 | 26 | 505 | 62 | 71 |
| Binary | 11001000 | 1011001 | 10011010 | 0 | 111000 | 10111 | 10110 | 101000101 | 110010 | 111001 |
Color Harmonies of #C8599A
Complementary color
Monochromatic Colors of #C8599A
Black with #C8599A
Text Example
Text Example
White with #C8599A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8599A; }
p { color: rgb(200,89,154); }
H1.HeaderClassName
{
color: #C8599A;
}
.AnyTagClassName
{
color: #C8599A;
}
</style>
background-color css
<style>
a { background-color: #C8599A; }
a { background-color: rgb(200,89,154); }
div.DivClassName
{
background-color: #C8599A;
}
.BgClassName
{
background-color: #C8599A;
}
</style>
border-color css
<style>
span { border-color: #C8599A; }
span { border-color: rgb(200,89,154); }
td.TdClassName
{
border-color: #C8599A;
}
.TagClassName
{
border-color: #C8599A;
}
</style>