Shades of Royal Heath #C53872
Tints of Royal Heath #C53872
RGB
CMYK
RGB Variations
Color information
#C53872 (or 0xC53872) is known color: Royal Heath. HEX triplet: C5, 38 and 72. RGB value is (197,56,114). Sum of RGB (Red+Green+Blue) = 197+56+114=367 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.68% from 367); Green value is 56 (22.27% from 255 or 15.26% from 367); Blue value is 114 (44.92% from 255 or 31.06% from 367); Max value from RGB is 197 - color contains mainly: red. Hex color #C53872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53872 is #3AC78D. Grayscale: #686868. Windows color (decimal): -3852174 or 7485637. OLE color: 7485637.
HSL color Cylindrical-coordinate representation of color #C53872: hue angle of 335.32º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C53872 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 56 | 114 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.23 |
| HSL | 335.32º | 0.56% | 0.5% | - |
| HSV(B) | 335.32º | 0.72% | 0.77% | - |
| XYZ | 27.48 | 15.91 | 17.54 | - |
| YUV | 104.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 56 | 114 | 0 | 0.72 | 0.42 | 0.23 | 335.32 | 0.56 | 0.5 |
| Hex | C5 | 38 | 72 | 0 | 48 | 2A | 17 | 14F | 38 | 32 |
| Octal | 305 | 70 | 162 | 0 | 110 | 52 | 27 | 517 | 70 | 62 |
| Binary | 11000101 | 111000 | 1110010 | 0 | 1001000 | 101010 | 10111 | 101001111 | 111000 | 110010 |
Color Harmonies of #C53872
Complementary color
Monochromatic Colors of #C53872
Black with #C53872
Text Example
Text Example
White with #C53872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53872; }
p { color: rgb(197,56,114); }
H1.HeaderClassName
{
color: #C53872;
}
.AnyTagClassName
{
color: #C53872;
}
</style>
background-color css
<style>
a { background-color: #C53872; }
a { background-color: rgb(197,56,114); }
div.DivClassName
{
background-color: #C53872;
}
.BgClassName
{
background-color: #C53872;
}
</style>
border-color css
<style>
span { border-color: #C53872; }
span { border-color: rgb(197,56,114); }
td.TdClassName
{
border-color: #C53872;
}
.TagClassName
{
border-color: #C53872;
}
</style>