Shades of Mulberry #C0569B
Tints of Mulberry #C0569B
RGB
CMYK
RGB Variations
Color information
#C0569B (or 0xC0569B) is known color: Mulberry. HEX triplet: C0, 56 and 9B. RGB value is (192,86,155). Sum of RGB (Red+Green+Blue) = 192+86+155=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 86 (33.98% from 255 or 19.86% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0569B is #3FA964. Grayscale: #7D7D7D. Windows color (decimal): -4172133 or 10180288. OLE color: 10180288.
HSL color Cylindrical-coordinate representation of color #C0569B: hue angle of 320.94º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0569B is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 155 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.25 |
| HSL | 320.94º | 0.46% | 0.55% | - |
| HSV(B) | 320.94º | 0.55% | 0.75% | - |
| XYZ | 30.98 | 20.23 | 33.28 | - |
| YUV | 125.56 | 144.62 | 175.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 155 | 0 | 0.55 | 0.19 | 0.25 | 320.94 | 0.46 | 0.55 |
| Hex | C0 | 56 | 9B | 0 | 37 | 13 | 19 | 141 | 2E | 37 |
| Octal | 300 | 126 | 233 | 0 | 67 | 23 | 31 | 501 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10011011 | 0 | 110111 | 10011 | 11001 | 101000001 | 101110 | 110111 |
Color Harmonies of #C0569B
Complementary color
Monochromatic Colors of #C0569B
Black with #C0569B
Text Example
Text Example
White with #C0569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0569B; }
p { color: rgb(192,86,155); }
H1.HeaderClassName
{
color: #C0569B;
}
.AnyTagClassName
{
color: #C0569B;
}
</style>
background-color css
<style>
a { background-color: #C0569B; }
a { background-color: rgb(192,86,155); }
div.DivClassName
{
background-color: #C0569B;
}
.BgClassName
{
background-color: #C0569B;
}
</style>
border-color css
<style>
span { border-color: #C0569B; }
span { border-color: rgb(192,86,155); }
td.TdClassName
{
border-color: #C0569B;
}
.TagClassName
{
border-color: #C0569B;
}
</style>