Shades of Royal Heath #C54078
Tints of Royal Heath #C54078
RGB
CMYK
RGB Variations
Color information
#C54078 (or 0xC54078) is known color: Royal Heath. HEX triplet: C5, 40 and 78. RGB value is (197,64,120). Sum of RGB (Red+Green+Blue) = 197+64+120=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 64 (25.39% from 255 or 16.80% from 381); Blue value is 120 (47.27% from 255 or 31.50% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C54078 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54078 is #3ABF87. Grayscale: #6E6E6E. Windows color (decimal): -3850120 or 7880901. OLE color: 7880901.
HSL color Cylindrical-coordinate representation of color #C54078: hue angle of 334.74º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C54078 is Cyan = 0, Magento = 0.68, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 64 | 120 | - |
| CMYK | 0 | 0.68 | 0.39 | 0.23 |
| HSL | 334.74º | 0.53% | 0.51% | - |
| HSV(B) | 334.74º | 0.68% | 0.77% | - |
| XYZ | 28.25 | 16.89 | 19.54 | - |
| YUV | 110.15 | 133.56 | 189.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 64 | 120 | 0 | 0.68 | 0.39 | 0.23 | 334.74 | 0.53 | 0.51 |
| Hex | C5 | 40 | 78 | 0 | 44 | 27 | 17 | 14F | 35 | 33 |
| Octal | 305 | 100 | 170 | 0 | 104 | 47 | 27 | 517 | 65 | 63 |
| Binary | 11000101 | 1000000 | 1111000 | 0 | 1000100 | 100111 | 10111 | 101001111 | 110101 | 110011 |
Color Harmonies of #C54078
Complementary color
Monochromatic Colors of #C54078
Black with #C54078
Text Example
Text Example
White with #C54078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54078; }
p { color: rgb(197,64,120); }
H1.HeaderClassName
{
color: #C54078;
}
.AnyTagClassName
{
color: #C54078;
}
</style>
background-color css
<style>
a { background-color: #C54078; }
a { background-color: rgb(197,64,120); }
div.DivClassName
{
background-color: #C54078;
}
.BgClassName
{
background-color: #C54078;
}
</style>
border-color css
<style>
span { border-color: #C54078; }
span { border-color: rgb(197,64,120); }
td.TdClassName
{
border-color: #C54078;
}
.TagClassName
{
border-color: #C54078;
}
</style>