Shades of Mulberry #C55794
Tints of Mulberry #C55794
RGB
CMYK
RGB Variations
Color information
#C55794 (or 0xC55794) is known color: Mulberry. HEX triplet: C5, 57 and 94. RGB value is (197,87,148). Sum of RGB (Red+Green+Blue) = 197+87+148=432 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.60% from 432); Green value is 87 (34.38% from 255 or 20.14% from 432); Blue value is 148 (58.20% from 255 or 34.26% from 432); Max value from RGB is 197 - color contains mainly: red. Hex color #C55794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55794 is #3AA86B. Grayscale: #7E7E7E. Windows color (decimal): -3844204 or 9721797. OLE color: 9721797.
HSL color Cylindrical-coordinate representation of color #C55794: hue angle of 326.73º 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 #C55794 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 148 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.23 |
| HSL | 326.73º | 0.49% | 0.56% | - |
| HSV(B) | 326.73º | 0.56% | 0.77% | - |
| XYZ | 31.78 | 20.82 | 30.36 | - |
| YUV | 126.84 | 139.94 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 148 | 0 | 0.56 | 0.25 | 0.23 | 326.73 | 0.49 | 0.56 |
| Hex | C5 | 57 | 94 | 0 | 38 | 19 | 17 | 147 | 31 | 38 |
| Octal | 305 | 127 | 224 | 0 | 70 | 31 | 27 | 507 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10010100 | 0 | 111000 | 11001 | 10111 | 101000111 | 110001 | 111000 |
Color Harmonies of #C55794
Complementary color
Monochromatic Colors of #C55794
Black with #C55794
Text Example
Text Example
White with #C55794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55794; }
p { color: rgb(197,87,148); }
H1.HeaderClassName
{
color: #C55794;
}
.AnyTagClassName
{
color: #C55794;
}
</style>
background-color css
<style>
a { background-color: #C55794; }
a { background-color: rgb(197,87,148); }
div.DivClassName
{
background-color: #C55794;
}
.BgClassName
{
background-color: #C55794;
}
</style>
border-color css
<style>
span { border-color: #C55794; }
span { border-color: rgb(197,87,148); }
td.TdClassName
{
border-color: #C55794;
}
.TagClassName
{
border-color: #C55794;
}
</style>