Shades of Royal Heath #C54778
Tints of Royal Heath #C54778
RGB
CMYK
RGB Variations
Color information
#C54778 (or 0xC54778) is known color: Royal Heath. HEX triplet: C5, 47 and 78. RGB value is (197,71,120). Sum of RGB (Red+Green+Blue) = 197+71+120=388 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.77% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 120 (47.27% from 255 or 30.93% from 388); Max value from RGB is 197 - color contains mainly: red. Hex color #C54778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54778 is #3AB887. Grayscale: #727272. Windows color (decimal): -3848328 or 7882693. OLE color: 7882693.
HSL color Cylindrical-coordinate representation of color #C54778: hue angle of 336.67º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54778 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 71 | 120 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.23 |
| HSL | 336.67º | 0.52% | 0.53% | - |
| HSV(B) | 336.67º | 0.64% | 0.77% | - |
| XYZ | 28.67 | 17.73 | 19.68 | - |
| YUV | 114.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 71 | 120 | 0 | 0.64 | 0.39 | 0.23 | 336.67 | 0.52 | 0.53 |
| Hex | C5 | 47 | 78 | 0 | 40 | 27 | 17 | 151 | 34 | 35 |
| Octal | 305 | 107 | 170 | 0 | 100 | 47 | 27 | 521 | 64 | 65 |
| Binary | 11000101 | 1000111 | 1111000 | 0 | 1000000 | 100111 | 10111 | 101010001 | 110100 | 110101 |
Color Harmonies of #C54778
Complementary color
Monochromatic Colors of #C54778
Black with #C54778
Text Example
Text Example
White with #C54778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54778; }
p { color: rgb(197,71,120); }
H1.HeaderClassName
{
color: #C54778;
}
.AnyTagClassName
{
color: #C54778;
}
</style>
background-color css
<style>
a { background-color: #C54778; }
a { background-color: rgb(197,71,120); }
div.DivClassName
{
background-color: #C54778;
}
.BgClassName
{
background-color: #C54778;
}
</style>
border-color css
<style>
span { border-color: #C54778; }
span { border-color: rgb(197,71,120); }
td.TdClassName
{
border-color: #C54778;
}
.TagClassName
{
border-color: #C54778;
}
</style>