Shades of Royal Heath #C54873
Tints of Royal Heath #C54873
RGB
CMYK
RGB Variations
Color information
#C54873 (or 0xC54873) is known color: Royal Heath. HEX triplet: C5, 48 and 73. RGB value is (197,72,115). Sum of RGB (Red+Green+Blue) = 197+72+115=384 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.30% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 197 - color contains mainly: red. Hex color #C54873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54873 is #3AB78C. Grayscale: #727272. Windows color (decimal): -3848077 or 7555269. OLE color: 7555269.
HSL color Cylindrical-coordinate representation of color #C54873: hue angle of 339.36º 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 #C54873 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 115 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.23 |
| HSL | 339.36º | 0.52% | 0.53% | - |
| HSV(B) | 339.36º | 0.63% | 0.77% | - |
| XYZ | 28.44 | 17.74 | 18.15 | - |
| YUV | 114.28 | 128.41 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 115 | 0 | 0.63 | 0.42 | 0.23 | 339.36 | 0.52 | 0.53 |
| Hex | C5 | 48 | 73 | 0 | 3F | 2A | 17 | 153 | 34 | 35 |
| Octal | 305 | 110 | 163 | 0 | 77 | 52 | 27 | 523 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1110011 | 0 | 111111 | 101010 | 10111 | 101010011 | 110100 | 110101 |
Color Harmonies of #C54873
Complementary color
Monochromatic Colors of #C54873
Black with #C54873
Text Example
Text Example
White with #C54873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54873; }
p { color: rgb(197,72,115); }
H1.HeaderClassName
{
color: #C54873;
}
.AnyTagClassName
{
color: #C54873;
}
</style>
background-color css
<style>
a { background-color: #C54873; }
a { background-color: rgb(197,72,115); }
div.DivClassName
{
background-color: #C54873;
}
.BgClassName
{
background-color: #C54873;
}
</style>
border-color css
<style>
span { border-color: #C54873; }
span { border-color: rgb(197,72,115); }
td.TdClassName
{
border-color: #C54873;
}
.TagClassName
{
border-color: #C54873;
}
</style>