Shades of Royal Heath #C53973
Tints of Royal Heath #C53973
RGB
CMYK
RGB Variations
Color information
#C53973 (or 0xC53973) is known color: Royal Heath. HEX triplet: C5, 39 and 73. RGB value is (197,57,115). Sum of RGB (Red+Green+Blue) = 197+57+115=369 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.39% from 369); Green value is 57 (22.66% from 255 or 15.45% from 369); Blue value is 115 (45.31% from 255 or 31.17% from 369); Max value from RGB is 197 - color contains mainly: red. Hex color #C53973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53973 is #3AC68C. Grayscale: #696969. Windows color (decimal): -3851917 or 7551429. OLE color: 7551429.
HSL color Cylindrical-coordinate representation of color #C53973: hue angle of 335.14º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C53973 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 57 | 115 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.23 |
| HSL | 335.14º | 0.55% | 0.5% | - |
| HSV(B) | 335.14º | 0.71% | 0.77% | - |
| XYZ | 27.58 | 16.03 | 17.86 | - |
| YUV | 105.47 | 133.38 | 193.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 57 | 115 | 0 | 0.71 | 0.42 | 0.23 | 335.14 | 0.55 | 0.5 |
| Hex | C5 | 39 | 73 | 0 | 47 | 2A | 17 | 14F | 37 | 32 |
| Octal | 305 | 71 | 163 | 0 | 107 | 52 | 27 | 517 | 67 | 62 |
| Binary | 11000101 | 111001 | 1110011 | 0 | 1000111 | 101010 | 10111 | 101001111 | 110111 | 110010 |
Color Harmonies of #C53973
Complementary color
Monochromatic Colors of #C53973
Black with #C53973
Text Example
Text Example
White with #C53973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53973; }
p { color: rgb(197,57,115); }
H1.HeaderClassName
{
color: #C53973;
}
.AnyTagClassName
{
color: #C53973;
}
</style>
background-color css
<style>
a { background-color: #C53973; }
a { background-color: rgb(197,57,115); }
div.DivClassName
{
background-color: #C53973;
}
.BgClassName
{
background-color: #C53973;
}
</style>
border-color css
<style>
span { border-color: #C53973; }
span { border-color: rgb(197,57,115); }
td.TdClassName
{
border-color: #C53973;
}
.TagClassName
{
border-color: #C53973;
}
</style>