Shades of Mulberry #C8568E
Tints of Mulberry #C8568E
RGB
CMYK
RGB Variations
Color information
#C8568E (or 0xC8568E) is known color: Mulberry. HEX triplet: C8, 56 and 8E. RGB value is (200,86,142). Sum of RGB (Red+Green+Blue) = 200+86+142=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 86 (33.98% from 255 or 20.09% from 428); Blue value is 142 (55.86% from 255 or 33.18% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8568E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C8568E is #37A971. Grayscale: #7E7E7E. Windows color (decimal): -3647858 or 9328328. OLE color: 9328328.
HSL color Cylindrical-coordinate representation of color #C8568E: hue angle of 330.53º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C8568E is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 86 | 142 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.22 |
| HSL | 330.53º | 0.51% | 0.56% | - |
| HSV(B) | 330.53º | 0.57% | 0.78% | - |
| XYZ | 32.03 | 20.89 | 27.93 | - |
| YUV | 126.47 | 136.77 | 180.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 86 | 142 | 0 | 0.57 | 0.29 | 0.22 | 330.53 | 0.51 | 0.56 |
| Hex | C8 | 56 | 8E | 0 | 39 | 1D | 16 | 14B | 33 | 38 |
| Octal | 310 | 126 | 216 | 0 | 71 | 35 | 26 | 513 | 63 | 70 |
| Binary | 11001000 | 1010110 | 10001110 | 0 | 111001 | 11101 | 10110 | 101001011 | 110011 | 111000 |
Color Harmonies of #C8568E
Complementary color
Monochromatic Colors of #C8568E
Black with #C8568E
Text Example
Text Example
White with #C8568E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8568E; }
p { color: rgb(200,86,142); }
H1.HeaderClassName
{
color: #C8568E;
}
.AnyTagClassName
{
color: #C8568E;
}
</style>
background-color css
<style>
a { background-color: #C8568E; }
a { background-color: rgb(200,86,142); }
div.DivClassName
{
background-color: #C8568E;
}
.BgClassName
{
background-color: #C8568E;
}
</style>
border-color css
<style>
span { border-color: #C8568E; }
span { border-color: rgb(200,86,142); }
td.TdClassName
{
border-color: #C8568E;
}
.TagClassName
{
border-color: #C8568E;
}
</style>