Shades of Mulberry #C54796
Tints of Mulberry #C54796
RGB
CMYK
RGB Variations
Color information
#C54796 (or 0xC54796) is known color: Mulberry. HEX triplet: C5, 47 and 96. RGB value is (197,71,150). Sum of RGB (Red+Green+Blue) = 197+71+150=418 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.13% from 418); Green value is 71 (28.12% from 255 or 16.99% from 418); Blue value is 150 (58.98% from 255 or 35.89% from 418); Max value from RGB is 197 - color contains mainly: red. Hex color #C54796 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #C54796 is #3AB869. Grayscale: #757575. Windows color (decimal): -3848298 or 9848773. OLE color: 9848773.
HSL color Cylindrical-coordinate representation of color #C54796: hue angle of 322.38º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54796 is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 150 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.23 |
| HSL | 322.38º | 0.52% | 0.53% | - |
| HSV(B) | 322.38º | 0.64% | 0.77% | - |
| XYZ | 30.78 | 18.58 | 30.82 | - |
| YUV | 117.68 | 146.24 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 150 | 0 | 0.64 | 0.24 | 0.23 | 322.38 | 0.52 | 0.53 |
| Hex | C5 | 47 | 96 | 0 | 40 | 18 | 17 | 142 | 34 | 35 |
| Octal | 305 | 107 | 226 | 0 | 100 | 30 | 27 | 502 | 64 | 65 |
| Binary | 11000101 | 1000111 | 10010110 | 0 | 1000000 | 11000 | 10111 | 101000010 | 110100 | 110101 |
Color Harmonies of #C54796
Complementary color
Monochromatic Colors of #C54796
Black with #C54796
Text Example
Text Example
White with #C54796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54796; }
p { color: rgb(197,71,150); }
H1.HeaderClassName
{
color: #C54796;
}
.AnyTagClassName
{
color: #C54796;
}
</style>
background-color css
<style>
a { background-color: #C54796; }
a { background-color: rgb(197,71,150); }
div.DivClassName
{
background-color: #C54796;
}
.BgClassName
{
background-color: #C54796;
}
</style>
border-color css
<style>
span { border-color: #C54796; }
span { border-color: rgb(197,71,150); }
td.TdClassName
{
border-color: #C54796;
}
.TagClassName
{
border-color: #C54796;
}
</style>