Shades of Royal Heath #C54972
Tints of Royal Heath #C54972
RGB
CMYK
RGB Variations
Color information
#C54972 (or 0xC54972) is known color: Royal Heath. HEX triplet: C5, 49 and 72. RGB value is (197,73,114). Sum of RGB (Red+Green+Blue) = 197+73+114=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54972 is #3AB68D. Grayscale: #727272. Windows color (decimal): -3847822 or 7489989. OLE color: 7489989.
HSL color Cylindrical-coordinate representation of color #C54972: hue angle of 340.16º 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 #C54972 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 114 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.23 |
| HSL | 340.16º | 0.52% | 0.53% | - |
| HSV(B) | 340.16º | 0.63% | 0.77% | - |
| XYZ | 28.45 | 17.85 | 17.87 | - |
| YUV | 114.75 | 127.58 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 114 | 0 | 0.63 | 0.42 | 0.23 | 340.16 | 0.52 | 0.53 |
| Hex | C5 | 49 | 72 | 0 | 3F | 2A | 17 | 154 | 34 | 35 |
| Octal | 305 | 111 | 162 | 0 | 77 | 52 | 27 | 524 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1110010 | 0 | 111111 | 101010 | 10111 | 101010100 | 110100 | 110101 |
Color Harmonies of #C54972
Complementary color
Monochromatic Colors of #C54972
Black with #C54972
Text Example
Text Example
White with #C54972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54972; }
p { color: rgb(197,73,114); }
H1.HeaderClassName
{
color: #C54972;
}
.AnyTagClassName
{
color: #C54972;
}
</style>
background-color css
<style>
a { background-color: #C54972; }
a { background-color: rgb(197,73,114); }
div.DivClassName
{
background-color: #C54972;
}
.BgClassName
{
background-color: #C54972;
}
</style>
border-color css
<style>
span { border-color: #C54972; }
span { border-color: rgb(197,73,114); }
td.TdClassName
{
border-color: #C54972;
}
.TagClassName
{
border-color: #C54972;
}
</style>