Shades of Mulberry #C5569B
Tints of Mulberry #C5569B
RGB
CMYK
RGB Variations
Color information
#C5569B (or 0xC5569B) is known color: Mulberry. HEX triplet: C5, 56 and 9B. RGB value is (197,86,155). Sum of RGB (Red+Green+Blue) = 197+86+155=438 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.98% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 197 - color contains mainly: red. Hex color #C5569B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5569B is #3AA964. Grayscale: #7E7E7E. Windows color (decimal): -3844453 or 10180293. OLE color: 10180293.
HSL color Cylindrical-coordinate representation of color #C5569B: hue angle of 322.7º 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 #C5569B is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 155 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.23 |
| HSL | 322.7º | 0.49% | 0.55% | - |
| HSV(B) | 322.7º | 0.56% | 0.77% | - |
| XYZ | 32.27 | 20.89 | 33.34 | - |
| YUV | 127.06 | 143.77 | 177.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 155 | 0 | 0.56 | 0.21 | 0.23 | 322.7 | 0.49 | 0.55 |
| Hex | C5 | 56 | 9B | 0 | 38 | 15 | 17 | 143 | 31 | 37 |
| Octal | 305 | 126 | 233 | 0 | 70 | 25 | 27 | 503 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10011011 | 0 | 111000 | 10101 | 10111 | 101000011 | 110001 | 110111 |
Color Harmonies of #C5569B
Complementary color
Monochromatic Colors of #C5569B
Black with #C5569B
Text Example
Text Example
White with #C5569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5569B; }
p { color: rgb(197,86,155); }
H1.HeaderClassName
{
color: #C5569B;
}
.AnyTagClassName
{
color: #C5569B;
}
</style>
background-color css
<style>
a { background-color: #C5569B; }
a { background-color: rgb(197,86,155); }
div.DivClassName
{
background-color: #C5569B;
}
.BgClassName
{
background-color: #C5569B;
}
</style>
border-color css
<style>
span { border-color: #C5569B; }
span { border-color: rgb(197,86,155); }
td.TdClassName
{
border-color: #C5569B;
}
.TagClassName
{
border-color: #C5569B;
}
</style>