Shades of Mulberry #C8549B
Tints of Mulberry #C8549B
RGB
CMYK
RGB Variations
Color information
#C8549B (or 0xC8549B) is known color: Mulberry. HEX triplet: C8, 54 and 9B. RGB value is (200,84,155). Sum of RGB (Red+Green+Blue) = 200+84+155=439 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.56% from 439); Green value is 84 (33.20% from 255 or 19.13% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 200 - color contains mainly: red. Hex color #C8549B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8549B is #37AB64. Grayscale: #7E7E7E. Windows color (decimal): -3648357 or 10179784. OLE color: 10179784.
HSL color Cylindrical-coordinate representation of color #C8549B: hue angle of 323.28º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C8549B is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 155 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.22 |
| HSL | 323.28º | 0.51% | 0.56% | - |
| HSV(B) | 323.28º | 0.58% | 0.78% | - |
| XYZ | 32.91 | 20.99 | 33.33 | - |
| YUV | 126.78 | 143.93 | 180.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 155 | 0 | 0.58 | 0.22 | 0.22 | 323.28 | 0.51 | 0.56 |
| Hex | C8 | 54 | 9B | 0 | 3A | 16 | 16 | 143 | 33 | 38 |
| Octal | 310 | 124 | 233 | 0 | 72 | 26 | 26 | 503 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10011011 | 0 | 111010 | 10110 | 10110 | 101000011 | 110011 | 111000 |
Color Harmonies of #C8549B
Complementary color
Monochromatic Colors of #C8549B
Black with #C8549B
Text Example
Text Example
White with #C8549B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8549B; }
p { color: rgb(200,84,155); }
H1.HeaderClassName
{
color: #C8549B;
}
.AnyTagClassName
{
color: #C8549B;
}
</style>
background-color css
<style>
a { background-color: #C8549B; }
a { background-color: rgb(200,84,155); }
div.DivClassName
{
background-color: #C8549B;
}
.BgClassName
{
background-color: #C8549B;
}
</style>
border-color css
<style>
span { border-color: #C8549B; }
span { border-color: rgb(200,84,155); }
td.TdClassName
{
border-color: #C8549B;
}
.TagClassName
{
border-color: #C8549B;
}
</style>