Shades of Royal Heath #C54472
Tints of Royal Heath #C54472
RGB
CMYK
RGB Variations
Color information
#C54472 (or 0xC54472) is known color: Royal Heath. HEX triplet: C5, 44 and 72. RGB value is (197,68,114). Sum of RGB (Red+Green+Blue) = 197+68+114=379 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.98% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 197 - color contains mainly: red. Hex color #C54472 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54472 is #3ABB8D. Grayscale: #6F6F6F. Windows color (decimal): -3849102 or 7488709. OLE color: 7488709.
HSL color Cylindrical-coordinate representation of color #C54472: hue angle of 338.6º 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 #C54472 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 68 | 114 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.23 |
| HSL | 338.6º | 0.53% | 0.52% | - |
| HSV(B) | 338.6º | 0.65% | 0.77% | - |
| XYZ | 28.13 | 17.22 | 17.76 | - |
| YUV | 111.82 | 129.24 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 68 | 114 | 0 | 0.65 | 0.42 | 0.23 | 338.6 | 0.53 | 0.52 |
| Hex | C5 | 44 | 72 | 0 | 41 | 2A | 17 | 153 | 35 | 34 |
| Octal | 305 | 104 | 162 | 0 | 101 | 52 | 27 | 523 | 65 | 64 |
| Binary | 11000101 | 1000100 | 1110010 | 0 | 1000001 | 101010 | 10111 | 101010011 | 110101 | 110100 |
Color Harmonies of #C54472
Complementary color
Monochromatic Colors of #C54472
Black with #C54472
Text Example
Text Example
White with #C54472
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54472; }
p { color: rgb(197,68,114); }
H1.HeaderClassName
{
color: #C54472;
}
.AnyTagClassName
{
color: #C54472;
}
</style>
background-color css
<style>
a { background-color: #C54472; }
a { background-color: rgb(197,68,114); }
div.DivClassName
{
background-color: #C54472;
}
.BgClassName
{
background-color: #C54472;
}
</style>
border-color css
<style>
span { border-color: #C54472; }
span { border-color: rgb(197,68,114); }
td.TdClassName
{
border-color: #C54472;
}
.TagClassName
{
border-color: #C54472;
}
</style>