Shades of Royal Heath #C54672
Tints of Royal Heath #C54672
RGB
CMYK
RGB Variations
Color information
#C54672 (or 0xC54672) is known color: Royal Heath. HEX triplet: C5, 46 and 72. RGB value is (197,70,114). Sum of RGB (Red+Green+Blue) = 197+70+114=381 (50% of max value = 765). Red value is 197 (77.34% from 255 or 51.71% from 381); Green value is 70 (27.73% from 255 or 18.37% from 381); Blue value is 114 (44.92% from 255 or 29.92% from 381); Max value from RGB is 197 - color contains mainly: red. Hex color #C54672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54672 is #3AB98D. Grayscale: #707070. Windows color (decimal): -3848590 or 7489221. OLE color: 7489221.
HSL color Cylindrical-coordinate representation of color #C54672: hue angle of 339.21º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C54672 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 70 | 114 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.23 |
| HSL | 339.21º | 0.52% | 0.52% | - |
| HSV(B) | 339.21º | 0.64% | 0.77% | - |
| XYZ | 28.25 | 17.47 | 17.8 | - |
| YUV | 112.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 70 | 114 | 0 | 0.64 | 0.42 | 0.23 | 339.21 | 0.52 | 0.52 |
| Hex | C5 | 46 | 72 | 0 | 40 | 2A | 17 | 153 | 34 | 34 |
| Octal | 305 | 106 | 162 | 0 | 100 | 52 | 27 | 523 | 64 | 64 |
| Binary | 11000101 | 1000110 | 1110010 | 0 | 1000000 | 101010 | 10111 | 101010011 | 110100 | 110100 |
Color Harmonies of #C54672
Complementary color
Monochromatic Colors of #C54672
Black with #C54672
Text Example
Text Example
White with #C54672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54672; }
p { color: rgb(197,70,114); }
H1.HeaderClassName
{
color: #C54672;
}
.AnyTagClassName
{
color: #C54672;
}
</style>
background-color css
<style>
a { background-color: #C54672; }
a { background-color: rgb(197,70,114); }
div.DivClassName
{
background-color: #C54672;
}
.BgClassName
{
background-color: #C54672;
}
</style>
border-color css
<style>
span { border-color: #C54672; }
span { border-color: rgb(197,70,114); }
td.TdClassName
{
border-color: #C54672;
}
.TagClassName
{
border-color: #C54672;
}
</style>