Shades of Mulberry #C8528E
Tints of Mulberry #C8528E
RGB
CMYK
RGB Variations
Color information
#C8528E (or 0xC8528E) is known color: Mulberry. HEX triplet: C8, 52 and 8E. RGB value is (200,82,142). Sum of RGB (Red+Green+Blue) = 200+82+142=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 82 (32.42% from 255 or 19.34% from 424); Blue value is 142 (55.86% from 255 or 33.49% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8528E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8528E is #37AD71. Grayscale: #7C7C7C. Windows color (decimal): -3648882 or 9327304. OLE color: 9327304.
HSL color Cylindrical-coordinate representation of color #C8528E: hue angle of 329.49º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C8528E is Cyan = 0, Magento = 0.59, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 82 | 142 | - |
| CMYK | 0 | 0.59 | 0.29 | 0.22 |
| HSL | 329.49º | 0.52% | 0.55% | - |
| HSV(B) | 329.49º | 0.59% | 0.78% | - |
| XYZ | 31.72 | 20.27 | 27.83 | - |
| YUV | 124.12 | 138.09 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 82 | 142 | 0 | 0.59 | 0.29 | 0.22 | 329.49 | 0.52 | 0.55 |
| Hex | C8 | 52 | 8E | 0 | 3B | 1D | 16 | 149 | 34 | 37 |
| Octal | 310 | 122 | 216 | 0 | 73 | 35 | 26 | 511 | 64 | 67 |
| Binary | 11001000 | 1010010 | 10001110 | 0 | 111011 | 11101 | 10110 | 101001001 | 110100 | 110111 |
Color Harmonies of #C8528E
Complementary color
Monochromatic Colors of #C8528E
Black with #C8528E
Text Example
Text Example
White with #C8528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8528E; }
p { color: rgb(200,82,142); }
H1.HeaderClassName
{
color: #C8528E;
}
.AnyTagClassName
{
color: #C8528E;
}
</style>
background-color css
<style>
a { background-color: #C8528E; }
a { background-color: rgb(200,82,142); }
div.DivClassName
{
background-color: #C8528E;
}
.BgClassName
{
background-color: #C8528E;
}
</style>
border-color css
<style>
span { border-color: #C8528E; }
span { border-color: rgb(200,82,142); }
td.TdClassName
{
border-color: #C8528E;
}
.TagClassName
{
border-color: #C8528E;
}
</style>