Shades of Mulberry #C5569C
Tints of Mulberry #C5569C
RGB
CMYK
RGB Variations
Color information
#C5569C (or 0xC5569C) is known color: Mulberry. HEX triplet: C5, 56 and 9C. RGB value is (197,86,156). Sum of RGB (Red+Green+Blue) = 197+86+156=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 86 (33.98% from 255 or 19.59% from 439); Blue value is 156 (61.33% from 255 or 35.54% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5569C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5569C is #3AA963. Grayscale: #7E7E7E. Windows color (decimal): -3844452 or 10245829. OLE color: 10245829.
HSL color Cylindrical-coordinate representation of color #C5569C: hue angle of 322.16º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5569C is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 156 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.23 |
| HSL | 322.16º | 0.49% | 0.55% | - |
| HSV(B) | 322.16º | 0.56% | 0.77% | - |
| XYZ | 32.35 | 20.93 | 33.79 | - |
| YUV | 127.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 156 | 0 | 0.56 | 0.21 | 0.23 | 322.16 | 0.49 | 0.55 |
| Hex | C5 | 56 | 9C | 0 | 38 | 15 | 17 | 142 | 31 | 37 |
| Octal | 305 | 126 | 234 | 0 | 70 | 25 | 27 | 502 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10011100 | 0 | 111000 | 10101 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C5569C
Complementary color
Monochromatic Colors of #C5569C
Black with #C5569C
Text Example
Text Example
White with #C5569C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5569C; }
p { color: rgb(197,86,156); }
H1.HeaderClassName
{
color: #C5569C;
}
.AnyTagClassName
{
color: #C5569C;
}
</style>
background-color css
<style>
a { background-color: #C5569C; }
a { background-color: rgb(197,86,156); }
div.DivClassName
{
background-color: #C5569C;
}
.BgClassName
{
background-color: #C5569C;
}
</style>
border-color css
<style>
span { border-color: #C5569C; }
span { border-color: rgb(197,86,156); }
td.TdClassName
{
border-color: #C5569C;
}
.TagClassName
{
border-color: #C5569C;
}
</style>