Shades of Mulberry #C55793
Tints of Mulberry #C55793
RGB
CMYK
RGB Variations
Color information
#C55793 (or 0xC55793) is known color: Mulberry. HEX triplet: C5, 57 and 93. RGB value is (197,87,147). Sum of RGB (Red+Green+Blue) = 197+87+147=431 (57% of max value = 765). Red value is 197 (77.34% from 255 or 45.71% from 431); Green value is 87 (34.38% from 255 or 20.19% from 431); Blue value is 147 (57.81% from 255 or 34.11% from 431); Max value from RGB is 197 - color contains mainly: red. Hex color #C55793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C55793 is #3AA86C. Grayscale: #7E7E7E. Windows color (decimal): -3844205 or 9656261. OLE color: 9656261.
HSL color Cylindrical-coordinate representation of color #C55793: hue angle of 327.27º 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 #C55793 is Cyan = 0, Magento = 0.56, Yellow = 0.25 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 87 | 147 | - |
| CMYK | 0 | 0.56 | 0.25 | 0.23 |
| HSL | 327.27º | 0.49% | 0.56% | - |
| HSV(B) | 327.27º | 0.56% | 0.77% | - |
| XYZ | 31.7 | 20.79 | 29.95 | - |
| YUV | 126.73 | 139.44 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 87 | 147 | 0 | 0.56 | 0.25 | 0.23 | 327.27 | 0.49 | 0.56 |
| Hex | C5 | 57 | 93 | 0 | 38 | 19 | 17 | 147 | 31 | 38 |
| Octal | 305 | 127 | 223 | 0 | 70 | 31 | 27 | 507 | 61 | 70 |
| Binary | 11000101 | 1010111 | 10010011 | 0 | 111000 | 11001 | 10111 | 101000111 | 110001 | 111000 |
Color Harmonies of #C55793
Complementary color
Monochromatic Colors of #C55793
Black with #C55793
Text Example
Text Example
White with #C55793
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55793; }
p { color: rgb(197,87,147); }
H1.HeaderClassName
{
color: #C55793;
}
.AnyTagClassName
{
color: #C55793;
}
</style>
background-color css
<style>
a { background-color: #C55793; }
a { background-color: rgb(197,87,147); }
div.DivClassName
{
background-color: #C55793;
}
.BgClassName
{
background-color: #C55793;
}
</style>
border-color css
<style>
span { border-color: #C55793; }
span { border-color: rgb(197,87,147); }
td.TdClassName
{
border-color: #C55793;
}
.TagClassName
{
border-color: #C55793;
}
</style>