Shades of Mulberry #C6569E
Tints of Mulberry #C6569E
RGB
CMYK
RGB Variations
Color information
#C6569E (or 0xC6569E) is known color: Mulberry. HEX triplet: C6, 56 and 9E. RGB value is (198,86,158). Sum of RGB (Red+Green+Blue) = 198+86+158=442 (58% of max value = 765). Red value is 198 (77.73% from 255 or 44.80% from 442); Green value is 86 (33.98% from 255 or 19.46% from 442); Blue value is 158 (62.11% from 255 or 35.75% from 442); Max value from RGB is 198 - color contains mainly: red. Hex color #C6569E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6569E is #39A961. Grayscale: #7F7F7F. Windows color (decimal): -3778914 or 10376902. OLE color: 10376902.
HSL color Cylindrical-coordinate representation of color #C6569E: hue angle of 321.43º 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 #C6569E is Cyan = 0, Magento = 0.57, Yellow = 0.20 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 158 | - |
| CMYK | 0 | 0.57 | 0.20 | 0.22 |
| HSL | 321.43º | 0.5% | 0.56% | - |
| HSV(B) | 321.43º | 0.57% | 0.78% | - |
| XYZ | 32.79 | 21.13 | 34.7 | - |
| YUV | 127.7 | 145.11 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 158 | 0 | 0.57 | 0.20 | 0.22 | 321.43 | 0.5 | 0.56 |
| Hex | C6 | 56 | 9E | 0 | 39 | 14 | 16 | 141 | 32 | 38 |
| Octal | 306 | 126 | 236 | 0 | 71 | 24 | 26 | 501 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10011110 | 0 | 111001 | 10100 | 10110 | 101000001 | 110010 | 111000 |
Color Harmonies of #C6569E
Complementary color
Monochromatic Colors of #C6569E
Black with #C6569E
Text Example
Text Example
White with #C6569E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6569E; }
p { color: rgb(198,86,158); }
H1.HeaderClassName
{
color: #C6569E;
}
.AnyTagClassName
{
color: #C6569E;
}
</style>
background-color css
<style>
a { background-color: #C6569E; }
a { background-color: rgb(198,86,158); }
div.DivClassName
{
background-color: #C6569E;
}
.BgClassName
{
background-color: #C6569E;
}
</style>
border-color css
<style>
span { border-color: #C6569E; }
span { border-color: rgb(198,86,158); }
td.TdClassName
{
border-color: #C6569E;
}
.TagClassName
{
border-color: #C6569E;
}
</style>