Shades of Royal Heath #C54172
Tints of Royal Heath #C54172
RGB
CMYK
RGB Variations
Color information
#C54172 (or 0xC54172) is known color: Royal Heath. HEX triplet: C5, 41 and 72. RGB value is (197,65,114). Sum of RGB (Red+Green+Blue) = 197+65+114=376 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.39% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 197 - color contains mainly: red. Hex color #C54172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C54172 is #3ABE8D. Grayscale: #6D6D6D. Windows color (decimal): -3849870 or 7487941. OLE color: 7487941.
HSL color Cylindrical-coordinate representation of color #C54172: hue angle of 337.73º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C54172 is Cyan = 0, Magento = 0.67, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 65 | 114 | - |
| CMYK | 0 | 0.67 | 0.42 | 0.23 |
| HSL | 337.73º | 0.53% | 0.51% | - |
| HSV(B) | 337.73º | 0.67% | 0.77% | - |
| XYZ | 27.95 | 16.87 | 17.7 | - |
| YUV | 110.05 | 130.23 | 190.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 65 | 114 | 0 | 0.67 | 0.42 | 0.23 | 337.73 | 0.53 | 0.51 |
| Hex | C5 | 41 | 72 | 0 | 43 | 2A | 17 | 152 | 35 | 33 |
| Octal | 305 | 101 | 162 | 0 | 103 | 52 | 27 | 522 | 65 | 63 |
| Binary | 11000101 | 1000001 | 1110010 | 0 | 1000011 | 101010 | 10111 | 101010010 | 110101 | 110011 |
Color Harmonies of #C54172
Complementary color
Monochromatic Colors of #C54172
Black with #C54172
Text Example
Text Example
White with #C54172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C54172; }
p { color: rgb(197,65,114); }
H1.HeaderClassName
{
color: #C54172;
}
.AnyTagClassName
{
color: #C54172;
}
</style>
background-color css
<style>
a { background-color: #C54172; }
a { background-color: rgb(197,65,114); }
div.DivClassName
{
background-color: #C54172;
}
.BgClassName
{
background-color: #C54172;
}
</style>
border-color css
<style>
span { border-color: #C54172; }
span { border-color: rgb(197,65,114); }
td.TdClassName
{
border-color: #C54172;
}
.TagClassName
{
border-color: #C54172;
}
</style>