Shades of Mulberry #C0569A
Tints of Mulberry #C0569A
RGB
CMYK
RGB Variations
Color information
#C0569A (or 0xC0569A) is known color: Mulberry. HEX triplet: C0, 56 and 9A. RGB value is (192,86,154). Sum of RGB (Red+Green+Blue) = 192+86+154=432 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.44% from 432); Green value is 86 (33.98% from 255 or 19.91% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 192 - color contains mainly: red. Hex color #C0569A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C0569A is #3FA965. Grayscale: #7D7D7D. Windows color (decimal): -4172134 or 10114752. OLE color: 10114752.
HSL color Cylindrical-coordinate representation of color #C0569A: hue angle of 321.51º 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 #C0569A is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 154 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.25 |
| HSL | 321.51º | 0.46% | 0.55% | - |
| HSV(B) | 321.51º | 0.55% | 0.75% | - |
| XYZ | 30.9 | 20.2 | 32.84 | - |
| YUV | 125.45 | 144.12 | 175.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 154 | 0 | 0.55 | 0.20 | 0.25 | 321.51 | 0.46 | 0.55 |
| Hex | C0 | 56 | 9A | 0 | 37 | 14 | 19 | 142 | 2E | 37 |
| Octal | 300 | 126 | 232 | 0 | 67 | 24 | 31 | 502 | 56 | 67 |
| Binary | 11000000 | 1010110 | 10011010 | 0 | 110111 | 10100 | 11001 | 101000010 | 101110 | 110111 |
Color Harmonies of #C0569A
Complementary color
Monochromatic Colors of #C0569A
Black with #C0569A
Text Example
Text Example
White with #C0569A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0569A; }
p { color: rgb(192,86,154); }
H1.HeaderClassName
{
color: #C0569A;
}
.AnyTagClassName
{
color: #C0569A;
}
</style>
background-color css
<style>
a { background-color: #C0569A; }
a { background-color: rgb(192,86,154); }
div.DivClassName
{
background-color: #C0569A;
}
.BgClassName
{
background-color: #C0569A;
}
</style>
border-color css
<style>
span { border-color: #C0569A; }
span { border-color: rgb(192,86,154); }
td.TdClassName
{
border-color: #C0569A;
}
.TagClassName
{
border-color: #C0569A;
}
</style>