Shades of Royal Heath #C54875
Tints of Royal Heath #C54875
RGB
CMYK
RGB Variations
Color information
#C54875 (or 0xC54875) is known color: Royal Heath. HEX triplet: C5, 48 and 75. RGB value is (197,72,117). Sum of RGB (Red+Green+Blue) = 197+72+117=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 72 (28.52% from 255 or 18.65% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C54875 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54875 is #3AB78A. Grayscale: #727272. Windows color (decimal): -3848075 or 7686341. OLE color: 7686341.
HSL color Cylindrical-coordinate representation of color #C54875: hue angle of 338.4º 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 #C54875 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 117 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.23 |
| HSL | 338.4º | 0.52% | 0.53% | - |
| HSV(B) | 338.4º | 0.63% | 0.77% | - |
| XYZ | 28.55 | 17.79 | 18.76 | - |
| YUV | 114.51 | 129.41 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 117 | 0 | 0.63 | 0.41 | 0.23 | 338.4 | 0.52 | 0.53 |
| Hex | C5 | 48 | 75 | 0 | 3F | 29 | 17 | 152 | 34 | 35 |
| Octal | 305 | 110 | 165 | 0 | 77 | 51 | 27 | 522 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1110101 | 0 | 111111 | 101001 | 10111 | 101010010 | 110100 | 110101 |
Color Harmonies of #C54875
Complementary color
Monochromatic Colors of #C54875
Black with #C54875
Text Example
Text Example
White with #C54875
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54875; }
p { color: rgb(197,72,117); }
H1.HeaderClassName
{
color: #C54875;
}
.AnyTagClassName
{
color: #C54875;
}
</style>
background-color css
<style>
a { background-color: #C54875; }
a { background-color: rgb(197,72,117); }
div.DivClassName
{
background-color: #C54875;
}
.BgClassName
{
background-color: #C54875;
}
</style>
border-color css
<style>
span { border-color: #C54875; }
span { border-color: rgb(197,72,117); }
td.TdClassName
{
border-color: #C54875;
}
.TagClassName
{
border-color: #C54875;
}
</style>