Shades of Mulberry #C0569C
Tints of Mulberry #C0569C
RGB
CMYK
RGB Variations
Color information
#C0569C (or 0xC0569C) is known color: Mulberry. HEX triplet: C0, 56 and 9C. RGB value is (192,86,156). Sum of RGB (Red+Green+Blue) = 192+86+156=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 86 (33.98% from 255 or 19.82% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0569C is #3FA963. Grayscale: #7D7D7D. Windows color (decimal): -4172132 or 10245824. OLE color: 10245824.
HSL color Cylindrical-coordinate representation of color #C0569C: hue angle of 320.38º 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 #C0569C is Cyan = 0, Magento = 0.55, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 156 | - |
| CMYK | 0 | 0.55 | 0.19 | 0.25 |
| HSL | 320.38º | 0.46% | 0.55% | - |
| HSV(B) | 320.38º | 0.55% | 0.75% | - |
| XYZ | 31.07 | 20.26 | 33.73 | - |
| YUV | 125.67 | 145.12 | 175.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 156 | 0 | 0.55 | 0.19 | 0.25 | 320.38 | 0.46 | 0.55 |
| Hex | C0 | 56 | 9C | 0 | 37 | 13 | 19 | 140 | 2E | 37 |
| Octal | 300 | 126 | 234 | 0 | 67 | 23 | 31 | 500 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10011100 | 0 | 110111 | 10011 | 11001 | 101000000 | 101110 | 110111 |
Color Harmonies of #C0569C
Complementary color
Monochromatic Colors of #C0569C
Black with #C0569C
Text Example
Text Example
White with #C0569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0569C; }
p { color: rgb(192,86,156); }
H1.HeaderClassName
{
color: #C0569C;
}
.AnyTagClassName
{
color: #C0569C;
}
</style>
background-color css
<style>
a { background-color: #C0569C; }
a { background-color: rgb(192,86,156); }
div.DivClassName
{
background-color: #C0569C;
}
.BgClassName
{
background-color: #C0569C;
}
</style>
border-color css
<style>
span { border-color: #C0569C; }
span { border-color: rgb(192,86,156); }
td.TdClassName
{
border-color: #C0569C;
}
.TagClassName
{
border-color: #C0569C;
}
</style>