Shades of Mulberry #C5569D
Tints of Mulberry #C5569D
RGB
CMYK
RGB Variations
Color information
#C5569D (or 0xC5569D) is known color: Mulberry. HEX triplet: C5, 56 and 9D. RGB value is (197,86,157). Sum of RGB (Red+Green+Blue) = 197+86+157=440 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.77% from 440); Green value is 86 (33.98% from 255 or 19.55% from 440); Blue value is 157 (61.72% from 255 or 35.68% from 440); Max value from RGB is 197 - color contains mainly: red. Hex color #C5569D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5569D is #3AA962. Grayscale: #7F7F7F. Windows color (decimal): -3844451 or 10311365. OLE color: 10311365.
HSL color Cylindrical-coordinate representation of color #C5569D: hue angle of 321.62º 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 #C5569D is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 157 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.23 |
| HSL | 321.62º | 0.49% | 0.55% | - |
| HSV(B) | 321.62º | 0.56% | 0.77% | - |
| XYZ | 32.44 | 20.96 | 34.23 | - |
| YUV | 127.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 157 | 0 | 0.56 | 0.20 | 0.23 | 321.62 | 0.49 | 0.55 |
| Hex | C5 | 56 | 9D | 0 | 38 | 14 | 17 | 142 | 31 | 37 |
| Octal | 305 | 126 | 235 | 0 | 70 | 24 | 27 | 502 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10011101 | 0 | 111000 | 10100 | 10111 | 101000010 | 110001 | 110111 |
Color Harmonies of #C5569D
Complementary color
Monochromatic Colors of #C5569D
Black with #C5569D
Text Example
Text Example
White with #C5569D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5569D; }
p { color: rgb(197,86,157); }
H1.HeaderClassName
{
color: #C5569D;
}
.AnyTagClassName
{
color: #C5569D;
}
</style>
background-color css
<style>
a { background-color: #C5569D; }
a { background-color: rgb(197,86,157); }
div.DivClassName
{
background-color: #C5569D;
}
.BgClassName
{
background-color: #C5569D;
}
</style>
border-color css
<style>
span { border-color: #C5569D; }
span { border-color: rgb(197,86,157); }
td.TdClassName
{
border-color: #C5569D;
}
.TagClassName
{
border-color: #C5569D;
}
</style>