Shades of Royal Heath #C54876
Tints of Royal Heath #C54876
RGB
CMYK
RGB Variations
Color information
#C54876 (or 0xC54876) is known color: Royal Heath. HEX triplet: C5, 48 and 76. RGB value is (197,72,118). Sum of RGB (Red+Green+Blue) = 197+72+118=387 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.90% from 387); Green value is 72 (28.52% from 255 or 18.60% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 197 - color contains mainly: red. Hex color #C54876 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54876 is #3AB789. Grayscale: #727272. Windows color (decimal): -3848074 or 7751877. OLE color: 7751877.
HSL color Cylindrical-coordinate representation of color #C54876: hue angle of 337.92º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C54876 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 118 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.23 |
| HSL | 337.92º | 0.52% | 0.53% | - |
| HSV(B) | 337.92º | 0.63% | 0.77% | - |
| XYZ | 28.61 | 17.81 | 19.07 | - |
| YUV | 114.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 118 | 0 | 0.63 | 0.40 | 0.23 | 337.92 | 0.52 | 0.53 |
| Hex | C5 | 48 | 76 | 0 | 3F | 28 | 17 | 152 | 34 | 35 |
| Octal | 305 | 110 | 166 | 0 | 77 | 50 | 27 | 522 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1110110 | 0 | 111111 | 101000 | 10111 | 101010010 | 110100 | 110101 |
Color Harmonies of #C54876
Complementary color
Monochromatic Colors of #C54876
Black with #C54876
Text Example
Text Example
White with #C54876
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54876; }
p { color: rgb(197,72,118); }
H1.HeaderClassName
{
color: #C54876;
}
.AnyTagClassName
{
color: #C54876;
}
</style>
background-color css
<style>
a { background-color: #C54876; }
a { background-color: rgb(197,72,118); }
div.DivClassName
{
background-color: #C54876;
}
.BgClassName
{
background-color: #C54876;
}
</style>
border-color css
<style>
span { border-color: #C54876; }
span { border-color: rgb(197,72,118); }
td.TdClassName
{
border-color: #C54876;
}
.TagClassName
{
border-color: #C54876;
}
</style>