Shades of Mulberry #C8579B
Tints of Mulberry #C8579B
RGB
CMYK
RGB Variations
Color information
#C8579B (or 0xC8579B) is known color: Mulberry. HEX triplet: C8, 57 and 9B. RGB value is (200,87,155). Sum of RGB (Red+Green+Blue) = 200+87+155=442 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.25% from 442); Green value is 87 (34.38% from 255 or 19.68% from 442); Blue value is 155 (60.94% from 255 or 35.07% from 442); Max value from RGB is 200 - color contains mainly: red. Hex color #C8579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8579B is #37A864. Grayscale: #808080. Windows color (decimal): -3647589 or 10180552. OLE color: 10180552.
HSL color Cylindrical-coordinate representation of color #C8579B: hue angle of 323.89º degrees, saturation: 0.51, 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 #C8579B is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 87 | 155 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.22 |
| HSL | 323.89º | 0.51% | 0.56% | - |
| HSV(B) | 323.89º | 0.57% | 0.78% | - |
| XYZ | 33.14 | 21.46 | 33.41 | - |
| YUV | 128.54 | 142.94 | 178.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 87 | 155 | 0 | 0.56 | 0.22 | 0.22 | 323.89 | 0.51 | 0.56 |
| Hex | C8 | 57 | 9B | 0 | 38 | 16 | 16 | 144 | 33 | 38 |
| Octal | 310 | 127 | 233 | 0 | 70 | 26 | 26 | 504 | 63 | 70 |
| Binary | 11001000 | 1010111 | 10011011 | 0 | 111000 | 10110 | 10110 | 101000100 | 110011 | 111000 |
Color Harmonies of #C8579B
Complementary color
Monochromatic Colors of #C8579B
Black with #C8579B
Text Example
Text Example
White with #C8579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8579B; }
p { color: rgb(200,87,155); }
H1.HeaderClassName
{
color: #C8579B;
}
.AnyTagClassName
{
color: #C8579B;
}
</style>
background-color css
<style>
a { background-color: #C8579B; }
a { background-color: rgb(200,87,155); }
div.DivClassName
{
background-color: #C8579B;
}
.BgClassName
{
background-color: #C8579B;
}
</style>
border-color css
<style>
span { border-color: #C8579B; }
span { border-color: rgb(200,87,155); }
td.TdClassName
{
border-color: #C8579B;
}
.TagClassName
{
border-color: #C8579B;
}
</style>