Shades of Royal Heath #C54578
Tints of Royal Heath #C54578
RGB
CMYK
RGB Variations
Color information
#C54578 (or 0xC54578) is known color: Royal Heath. HEX triplet: C5, 45 and 78. RGB value is (197,69,120). Sum of RGB (Red+Green+Blue) = 197+69+120=386 (51% of max value = 765). Red value is 197 (77.34% from 255 or 51.04% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 120 (47.27% from 255 or 31.09% from 386); Max value from RGB is 197 - color contains mainly: red. Hex color #C54578 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54578 is #3ABA87. Grayscale: #717171. Windows color (decimal): -3848840 or 7882181. OLE color: 7882181.
HSL color Cylindrical-coordinate representation of color #C54578: hue angle of 336.09º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C54578 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 69 | 120 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.23 |
| HSL | 336.09º | 0.52% | 0.52% | - |
| HSV(B) | 336.09º | 0.65% | 0.77% | - |
| XYZ | 28.54 | 17.48 | 19.64 | - |
| YUV | 113.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 69 | 120 | 0 | 0.65 | 0.39 | 0.23 | 336.09 | 0.52 | 0.52 |
| Hex | C5 | 45 | 78 | 0 | 41 | 27 | 17 | 150 | 34 | 34 |
| Octal | 305 | 105 | 170 | 0 | 101 | 47 | 27 | 520 | 64 | 64 |
| Binary | 11000101 | 1000101 | 1111000 | 0 | 1000001 | 100111 | 10111 | 101010000 | 110100 | 110100 |
Color Harmonies of #C54578
Complementary color
Monochromatic Colors of #C54578
Black with #C54578
Text Example
Text Example
White with #C54578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54578; }
p { color: rgb(197,69,120); }
H1.HeaderClassName
{
color: #C54578;
}
.AnyTagClassName
{
color: #C54578;
}
</style>
background-color css
<style>
a { background-color: #C54578; }
a { background-color: rgb(197,69,120); }
div.DivClassName
{
background-color: #C54578;
}
.BgClassName
{
background-color: #C54578;
}
</style>
border-color css
<style>
span { border-color: #C54578; }
span { border-color: rgb(197,69,120); }
td.TdClassName
{
border-color: #C54578;
}
.TagClassName
{
border-color: #C54578;
}
</style>