Shades of Mulberry #C6569C
Tints of Mulberry #C6569C
RGB
CMYK
RGB Variations
Color information
#C6569C (or 0xC6569C) is known color: Mulberry. HEX triplet: C6, 56 and 9C. RGB value is (198,86,156). Sum of RGB (Red+Green+Blue) = 198+86+156=440 (58% of max value = 765). Red value is 198 (77.73% from 255 or 45% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 156 (61.33% from 255 or 35.45% from 440); Max value from RGB is 198 - color contains mainly: red. Hex color #C6569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C6569C is #39A963. Grayscale: #7F7F7F. Windows color (decimal): -3778916 or 10245830. OLE color: 10245830.
HSL color Cylindrical-coordinate representation of color #C6569C: hue angle of 322.5º 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 #C6569C is Cyan = 0, Magento = 0.57, Yellow = 0.21 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 86 | 156 | - |
| CMYK | 0 | 0.57 | 0.21 | 0.22 |
| HSL | 322.5º | 0.5% | 0.56% | - |
| HSV(B) | 322.5º | 0.57% | 0.78% | - |
| XYZ | 32.62 | 21.06 | 33.8 | - |
| YUV | 127.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 86 | 156 | 0 | 0.57 | 0.21 | 0.22 | 322.5 | 0.5 | 0.56 |
| Hex | C6 | 56 | 9C | 0 | 39 | 15 | 16 | 142 | 32 | 38 |
| Octal | 306 | 126 | 234 | 0 | 71 | 25 | 26 | 502 | 62 | 70 |
| Binary | 11000110 | 1010110 | 10011100 | 0 | 111001 | 10101 | 10110 | 101000010 | 110010 | 111000 |
Color Harmonies of #C6569C
Complementary color
Monochromatic Colors of #C6569C
Black with #C6569C
Text Example
Text Example
White with #C6569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6569C; }
p { color: rgb(198,86,156); }
H1.HeaderClassName
{
color: #C6569C;
}
.AnyTagClassName
{
color: #C6569C;
}
</style>
background-color css
<style>
a { background-color: #C6569C; }
a { background-color: rgb(198,86,156); }
div.DivClassName
{
background-color: #C6569C;
}
.BgClassName
{
background-color: #C6569C;
}
</style>
border-color css
<style>
span { border-color: #C6569C; }
span { border-color: rgb(198,86,156); }
td.TdClassName
{
border-color: #C6569C;
}
.TagClassName
{
border-color: #C6569C;
}
</style>