Shades of Royal Heath #C54776
Tints of Royal Heath #C54776
RGB
CMYK
RGB Variations
Color information
#C54776 (or 0xC54776) is known color: Royal Heath. HEX triplet: C5, 47 and 76. RGB value is (197,71,118). Sum of RGB (Red+Green+Blue) = 197+71+118=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 71 (28.12% from 255 or 18.39% from 386); Blue value is 118 (46.48% from 255 or 30.57% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C54776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54776 is #3AB889. Grayscale: #717171. Windows color (decimal): -3848330 or 7751621. OLE color: 7751621.
HSL color Cylindrical-coordinate representation of color #C54776: hue angle of 337.62º 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 #C54776 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 118 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.23 |
| HSL | 337.62º | 0.52% | 0.53% | - |
| HSV(B) | 337.62º | 0.64% | 0.77% | - |
| XYZ | 28.55 | 17.68 | 19.05 | - |
| YUV | 114.03 | 130.24 | 187.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 118 | 0 | 0.64 | 0.40 | 0.23 | 337.62 | 0.52 | 0.53 |
| Hex | C5 | 47 | 76 | 0 | 40 | 28 | 17 | 152 | 34 | 35 |
| Octal | 305 | 107 | 166 | 0 | 100 | 50 | 27 | 522 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1110110 | 0 | 1000000 | 101000 | 10111 | 101010010 | 110100 | 110101 |
Color Harmonies of #C54776
Complementary color
Monochromatic Colors of #C54776
Black with #C54776
Text Example
Text Example
White with #C54776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54776; }
p { color: rgb(197,71,118); }
H1.HeaderClassName
{
color: #C54776;
}
.AnyTagClassName
{
color: #C54776;
}
</style>
background-color css
<style>
a { background-color: #C54776; }
a { background-color: rgb(197,71,118); }
div.DivClassName
{
background-color: #C54776;
}
.BgClassName
{
background-color: #C54776;
}
</style>
border-color css
<style>
span { border-color: #C54776; }
span { border-color: rgb(197,71,118); }
td.TdClassName
{
border-color: #C54776;
}
.TagClassName
{
border-color: #C54776;
}
</style>