Shades of Mulberry #C8549C
Tints of Mulberry #C8549C
RGB
CMYK
RGB Variations
Color information
#C8549C (or 0xC8549C) is known color: Mulberry. HEX triplet: C8, 54 and 9C. RGB value is (200,84,156). Sum of RGB (Red+Green+Blue) = 200+84+156=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 84 (33.20% from 255 or 19.09% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8549C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8549C is #37AB63. Grayscale: #7E7E7E. Windows color (decimal): -3648356 or 10245320. OLE color: 10245320.
HSL color Cylindrical-coordinate representation of color #C8549C: hue angle of 322.76º 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 #C8549C is Cyan = 0, Magento = 0.58, Yellow = 0.22 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 84 | 156 | - |
| CMYK | 0 | 0.58 | 0.22 | 0.22 |
| HSL | 322.76º | 0.51% | 0.56% | - |
| HSV(B) | 322.76º | 0.58% | 0.78% | - |
| XYZ | 32.99 | 21.02 | 33.77 | - |
| YUV | 126.89 | 144.43 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 84 | 156 | 0 | 0.58 | 0.22 | 0.22 | 322.76 | 0.51 | 0.56 |
| Hex | C8 | 54 | 9C | 0 | 3A | 16 | 16 | 143 | 33 | 38 |
| Octal | 310 | 124 | 234 | 0 | 72 | 26 | 26 | 503 | 63 | 70 |
| Binary | 11001000 | 1010100 | 10011100 | 0 | 111010 | 10110 | 10110 | 101000011 | 110011 | 111000 |
Color Harmonies of #C8549C
Complementary color
Monochromatic Colors of #C8549C
Black with #C8549C
Text Example
Text Example
White with #C8549C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8549C; }
p { color: rgb(200,84,156); }
H1.HeaderClassName
{
color: #C8549C;
}
.AnyTagClassName
{
color: #C8549C;
}
</style>
background-color css
<style>
a { background-color: #C8549C; }
a { background-color: rgb(200,84,156); }
div.DivClassName
{
background-color: #C8549C;
}
.BgClassName
{
background-color: #C8549C;
}
</style>
border-color css
<style>
span { border-color: #C8549C; }
span { border-color: rgb(200,84,156); }
td.TdClassName
{
border-color: #C8549C;
}
.TagClassName
{
border-color: #C8549C;
}
</style>