Shades of Mulberry #C7568D
Tints of Mulberry #C7568D
RGB
CMYK
RGB Variations
Color information
#C7568D (or 0xC7568D) is known color: Mulberry. HEX triplet: C7, 56 and 8D. RGB value is (199,86,141). Sum of RGB (Red+Green+Blue) = 199+86+141=426 (56% of max value = 765). Red value is 199 (78.12% from 255 or 46.71% from 426); Green value is 86 (33.98% from 255 or 20.19% from 426); Blue value is 141 (55.47% from 255 or 33.10% from 426); Max value from RGB is 199 - color contains mainly: red. Hex color #C7568D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C7568D is #38A972. Grayscale: #7D7D7D. Windows color (decimal): -3713395 or 9262791. OLE color: 9262791.
HSL color Cylindrical-coordinate representation of color #C7568D: hue angle of 330.8º degrees, saturation: 0.5, 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 #C7568D is Cyan = 0, Magento = 0.57, Yellow = 0.29 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 86 | 141 | - |
| CMYK | 0 | 0.57 | 0.29 | 0.22 |
| HSL | 330.8º | 0.5% | 0.56% | - |
| HSV(B) | 330.8º | 0.57% | 0.78% | - |
| XYZ | 31.69 | 20.72 | 27.53 | - |
| YUV | 126.06 | 136.44 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 86 | 141 | 0 | 0.57 | 0.29 | 0.22 | 330.8 | 0.5 | 0.56 |
| Hex | C7 | 56 | 8D | 0 | 39 | 1D | 16 | 14B | 32 | 38 |
| Octal | 307 | 126 | 215 | 0 | 71 | 35 | 26 | 513 | 62 | 70 |
| Binary | 11000111 | 1010110 | 10001101 | 0 | 111001 | 11101 | 10110 | 101001011 | 110010 | 111000 |
Color Harmonies of #C7568D
Complementary color
Monochromatic Colors of #C7568D
Black with #C7568D
Text Example
Text Example
White with #C7568D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7568D; }
p { color: rgb(199,86,141); }
H1.HeaderClassName
{
color: #C7568D;
}
.AnyTagClassName
{
color: #C7568D;
}
</style>
background-color css
<style>
a { background-color: #C7568D; }
a { background-color: rgb(199,86,141); }
div.DivClassName
{
background-color: #C7568D;
}
.BgClassName
{
background-color: #C7568D;
}
</style>
border-color css
<style>
span { border-color: #C7568D; }
span { border-color: rgb(199,86,141); }
td.TdClassName
{
border-color: #C7568D;
}
.TagClassName
{
border-color: #C7568D;
}
</style>