Shades of Royal Heath #C54979
Tints of Royal Heath #C54979
RGB
CMYK
RGB Variations
Color information
#C54979 (or 0xC54979) is known color: Royal Heath. HEX triplet: C5, 49 and 79. RGB value is (197,73,121). Sum of RGB (Red+Green+Blue) = 197+73+121=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 73 (28.91% from 255 or 18.67% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C54979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54979 is #3AB686. Grayscale: #737373. Windows color (decimal): -3847815 or 7948741. OLE color: 7948741.
HSL color Cylindrical-coordinate representation of color #C54979: hue angle of 336.77º 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 #C54979 is Cyan = 0, Magento = 0.63, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 73 | 121 | - |
| CMYK | 0 | 0.63 | 0.39 | 0.23 |
| HSL | 336.77º | 0.52% | 0.53% | - |
| HSV(B) | 336.77º | 0.63% | 0.77% | - |
| XYZ | 28.86 | 18.02 | 20.05 | - |
| YUV | 115.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 73 | 121 | 0 | 0.63 | 0.39 | 0.23 | 336.77 | 0.52 | 0.53 |
| Hex | C5 | 49 | 79 | 0 | 3F | 27 | 17 | 151 | 34 | 35 |
| Octal | 305 | 111 | 171 | 0 | 77 | 47 | 27 | 521 | 64 | 65 |
| Binary | 11000101 | 1001001 | 1111001 | 0 | 111111 | 100111 | 10111 | 101010001 | 110100 | 110101 |
Color Harmonies of #C54979
Complementary color
Monochromatic Colors of #C54979
Black with #C54979
Text Example
Text Example
White with #C54979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54979; }
p { color: rgb(197,73,121); }
H1.HeaderClassName
{
color: #C54979;
}
.AnyTagClassName
{
color: #C54979;
}
</style>
background-color css
<style>
a { background-color: #C54979; }
a { background-color: rgb(197,73,121); }
div.DivClassName
{
background-color: #C54979;
}
.BgClassName
{
background-color: #C54979;
}
</style>
border-color css
<style>
span { border-color: #C54979; }
span { border-color: rgb(197,73,121); }
td.TdClassName
{
border-color: #C54979;
}
.TagClassName
{
border-color: #C54979;
}
</style>