Shades of Mulberry #C55694
Tints of Mulberry #C55694
RGB
CMYK
RGB Variations
Color information
#C55694 (or 0xC55694) is known color: Mulberry. HEX triplet: C5, 56 and 94. RGB value is (197,86,148). Sum of RGB (Red+Green+Blue) = 197+86+148=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 86 (33.98% from 255 or 19.95% from 431); Blue value is 148 (58.20% from 255 or 34.34% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C55694 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55694 is #3AA96B. Grayscale: #7E7E7E. Windows color (decimal): -3844460 or 9721541. OLE color: 9721541.
HSL color Cylindrical-coordinate representation of color #C55694: hue angle of 326.49º 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 #C55694 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 86 | 148 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.23 |
| HSL | 326.49º | 0.49% | 0.55% | - |
| HSV(B) | 326.49º | 0.56% | 0.77% | - |
| XYZ | 31.7 | 20.66 | 30.33 | - |
| YUV | 126.26 | 140.27 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 86 | 148 | 0 | 0.56 | 0.25 | 0.23 | 326.49 | 0.49 | 0.55 |
| Hex | C5 | 56 | 94 | 0 | 38 | 19 | 17 | 146 | 31 | 37 |
| Octal | 305 | 126 | 224 | 0 | 70 | 31 | 27 | 506 | 61 | 67 |
| Binary | 11000101 | 1010110 | 10010100 | 0 | 111000 | 11001 | 10111 | 101000110 | 110001 | 110111 |
Color Harmonies of #C55694
Complementary color
Monochromatic Colors of #C55694
Black with #C55694
Text Example
Text Example
White with #C55694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55694; }
p { color: rgb(197,86,148); }
H1.HeaderClassName
{
color: #C55694;
}
.AnyTagClassName
{
color: #C55694;
}
</style>
background-color css
<style>
a { background-color: #C55694; }
a { background-color: rgb(197,86,148); }
div.DivClassName
{
background-color: #C55694;
}
.BgClassName
{
background-color: #C55694;
}
</style>
border-color css
<style>
span { border-color: #C55694; }
span { border-color: rgb(197,86,148); }
td.TdClassName
{
border-color: #C55694;
}
.TagClassName
{
border-color: #C55694;
}
</style>