Shades of Royal Heath #C54977
Tints of Royal Heath #C54977
RGB
CMYK
RGB Variations
Color information
#C54977 (or 0xC54977) is known color: Royal Heath. HEX triplet: C5, 49 and 77. RGB value is (197,73,119). Sum of RGB (Red+Green+Blue) = 197+73+119=389 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.64% from 389); Green value is 73 (28.91% from 255 or 18.77% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 197 - color contains mainly: red. Hex color #C54977 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54977 is #3AB688. Grayscale: #737373. Windows color (decimal): -3847817 or 7817669. OLE color: 7817669.
HSL color Cylindrical-coordinate representation of color #C54977: hue angle of 337.74º 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 #C54977 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 119 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.23 |
| HSL | 337.74º | 0.52% | 0.53% | - |
| HSV(B) | 337.74º | 0.63% | 0.77% | - |
| XYZ | 28.74 | 17.97 | 19.41 | - |
| YUV | 115.32 | 130.08 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 119 | 0 | 0.63 | 0.40 | 0.23 | 337.74 | 0.52 | 0.53 |
| Hex | C5 | 49 | 77 | 0 | 3F | 28 | 17 | 152 | 34 | 35 |
| Octal | 305 | 111 | 167 | 0 | 77 | 50 | 27 | 522 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1110111 | 0 | 111111 | 101000 | 10111 | 101010010 | 110100 | 110101 |
Color Harmonies of #C54977
Complementary color
Monochromatic Colors of #C54977
Black with #C54977
Text Example
Text Example
White with #C54977
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54977; }
p { color: rgb(197,73,119); }
H1.HeaderClassName
{
color: #C54977;
}
.AnyTagClassName
{
color: #C54977;
}
</style>
background-color css
<style>
a { background-color: #C54977; }
a { background-color: rgb(197,73,119); }
div.DivClassName
{
background-color: #C54977;
}
.BgClassName
{
background-color: #C54977;
}
</style>
border-color css
<style>
span { border-color: #C54977; }
span { border-color: rgb(197,73,119); }
td.TdClassName
{
border-color: #C54977;
}
.TagClassName
{
border-color: #C54977;
}
</style>