Shades of Royal Heath #C54474
Tints of Royal Heath #C54474
RGB
CMYK
RGB Variations
Color information
#C54474 (or 0xC54474) is known color: Royal Heath. HEX triplet: C5, 44 and 74. RGB value is (197,68,116). Sum of RGB (Red+Green+Blue) = 197+68+116=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 68 (26.95% from 255 or 17.85% from 381); Blue value is 116 (45.70% from 255 or 30.45% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C54474 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54474 is #3ABB8B. Grayscale: #6F6F6F. Windows color (decimal): -3849100 or 7619781. OLE color: 7619781.
HSL color Cylindrical-coordinate representation of color #C54474: hue angle of 337.67º degrees, saturation: 0.53, 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 #C54474 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 116 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.23 |
| HSL | 337.67º | 0.53% | 0.52% | - |
| HSV(B) | 337.67º | 0.65% | 0.77% | - |
| XYZ | 28.25 | 17.27 | 18.37 | - |
| YUV | 112.04 | 130.24 | 188.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 116 | 0 | 0.65 | 0.41 | 0.23 | 337.67 | 0.53 | 0.52 |
| Hex | C5 | 44 | 74 | 0 | 41 | 29 | 17 | 152 | 35 | 34 |
| Octal | 305 | 104 | 164 | 0 | 101 | 51 | 27 | 522 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1110100 | 0 | 1000001 | 101001 | 10111 | 101010010 | 110101 | 110100 |
Color Harmonies of #C54474
Complementary color
Monochromatic Colors of #C54474
Black with #C54474
Text Example
Text Example
White with #C54474
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54474; }
p { color: rgb(197,68,116); }
H1.HeaderClassName
{
color: #C54474;
}
.AnyTagClassName
{
color: #C54474;
}
</style>
background-color css
<style>
a { background-color: #C54474; }
a { background-color: rgb(197,68,116); }
div.DivClassName
{
background-color: #C54474;
}
.BgClassName
{
background-color: #C54474;
}
</style>
border-color css
<style>
span { border-color: #C54474; }
span { border-color: rgb(197,68,116); }
td.TdClassName
{
border-color: #C54474;
}
.TagClassName
{
border-color: #C54474;
}
</style>