Shades of Mulberry #C5579B
Tints of Mulberry #C5579B
RGB
CMYK
RGB Variations
Color information
#C5579B (or 0xC5579B) is known color: Mulberry. HEX triplet: C5, 57 and 9B. RGB value is (197,87,155). Sum of RGB (Red+Green+Blue) = 197+87+155=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5579B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C5579B is #3AA864. Grayscale: #7F7F7F. Windows color (decimal): -3844197 or 10180549. OLE color: 10180549.
HSL color Cylindrical-coordinate representation of color #C5579B: hue angle of 322.91º degrees, saturation: 0.49, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C5579B is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 155 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.23 |
| HSL | 322.91º | 0.49% | 0.56% | - |
| HSV(B) | 322.91º | 0.56% | 0.77% | - |
| XYZ | 32.35 | 21.05 | 33.37 | - |
| YUV | 127.64 | 143.44 | 177.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 155 | 0 | 0.56 | 0.21 | 0.23 | 322.91 | 0.49 | 0.56 |
| Hex | C5 | 57 | 9B | 0 | 38 | 15 | 17 | 143 | 31 | 38 |
| Octal | 305 | 127 | 233 | 0 | 70 | 25 | 27 | 503 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10011011 | 0 | 111000 | 10101 | 10111 | 101000011 | 110001 | 111000 |
Color Harmonies of #C5579B
Complementary color
Monochromatic Colors of #C5579B
Black with #C5579B
Text Example
Text Example
White with #C5579B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5579B; }
p { color: rgb(197,87,155); }
H1.HeaderClassName
{
color: #C5579B;
}
.AnyTagClassName
{
color: #C5579B;
}
</style>
background-color css
<style>
a { background-color: #C5579B; }
a { background-color: rgb(197,87,155); }
div.DivClassName
{
background-color: #C5579B;
}
.BgClassName
{
background-color: #C5579B;
}
</style>
border-color css
<style>
span { border-color: #C5579B; }
span { border-color: rgb(197,87,155); }
td.TdClassName
{
border-color: #C5579B;
}
.TagClassName
{
border-color: #C5579B;
}
</style>