Shades of Mulberry #C8589F
Tints of Mulberry #C8589F
RGB
CMYK
RGB Variations
Color information
#C8589F (or 0xC8589F) is known color: Mulberry. HEX triplet: C8, 58 and 9F. RGB value is (200,88,159). Sum of RGB (Red+Green+Blue) = 200+88+159=447 (59% of max value = 765). Red value is 200 (78.52% from 255 or 44.74% from 447); Green value is 88 (34.77% from 255 or 19.69% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 200 - color contains mainly: red. Hex color #C8589F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8589F is #37A760. Grayscale: #818181. Windows color (decimal): -3647329 or 10442952. OLE color: 10442952.
HSL color Cylindrical-coordinate representation of color #C8589F: hue angle of 321.96º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C8589F is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 88 | 159 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.22 |
| HSL | 321.96º | 0.5% | 0.56% | - |
| HSV(B) | 321.96º | 0.56% | 0.78% | - |
| XYZ | 33.57 | 21.76 | 35.23 | - |
| YUV | 129.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 88 | 159 | 0 | 0.56 | 0.20 | 0.22 | 321.96 | 0.5 | 0.56 |
| Hex | C8 | 58 | 9F | 0 | 38 | 14 | 16 | 142 | 32 | 38 |
| Octal | 310 | 130 | 237 | 0 | 70 | 24 | 26 | 502 | 62 | 70 |
| Binary | 11001000 | 1011000 | 10011111 | 0 | 111000 | 10100 | 10110 | 101000010 | 110010 | 111000 |
Color Harmonies of #C8589F
Complementary color
Monochromatic Colors of #C8589F
Black with #C8589F
Text Example
Text Example
White with #C8589F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8589F; }
p { color: rgb(200,88,159); }
H1.HeaderClassName
{
color: #C8589F;
}
.AnyTagClassName
{
color: #C8589F;
}
</style>
background-color css
<style>
a { background-color: #C8589F; }
a { background-color: rgb(200,88,159); }
div.DivClassName
{
background-color: #C8589F;
}
.BgClassName
{
background-color: #C8589F;
}
</style>
border-color css
<style>
span { border-color: #C8589F; }
span { border-color: rgb(200,88,159); }
td.TdClassName
{
border-color: #C8589F;
}
.TagClassName
{
border-color: #C8589F;
}
</style>