Shades of Royal Heath #C53C73
Tints of Royal Heath #C53C73
RGB
CMYK
RGB Variations
Color information
#C53C73 (or 0xC53C73) is known color: Royal Heath. HEX triplet: C5, 3C and 73. RGB value is (197,60,115). Sum of RGB (Red+Green+Blue) = 197+60+115=372 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.96% from 372); Green value is 60 (23.83% from 255 or 16.13% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C73 is #3AC38C. Grayscale: #6B6B6B. Windows color (decimal): -3851149 or 7552197. OLE color: 7552197.
HSL color Cylindrical-coordinate representation of color #C53C73: hue angle of 335.91º degrees, saturation: 0.54, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C53C73 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 115 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.23 |
| HSL | 335.91º | 0.54% | 0.5% | - |
| HSV(B) | 335.91º | 0.7% | 0.77% | - |
| XYZ | 27.74 | 16.34 | 17.91 | - |
| YUV | 107.23 | 132.39 | 192.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 115 | 0 | 0.70 | 0.42 | 0.23 | 335.91 | 0.54 | 0.5 |
| Hex | C5 | 3C | 73 | 0 | 46 | 2A | 17 | 150 | 36 | 32 |
| Octal | 305 | 74 | 163 | 0 | 106 | 52 | 27 | 520 | 66 | 62 |
| Binary | 11000101 | 111100 | 1110011 | 0 | 1000110 | 101010 | 10111 | 101010000 | 110110 | 110010 |
Color Harmonies of #C53C73
Complementary color
Monochromatic Colors of #C53C73
Black with #C53C73
Text Example
Text Example
White with #C53C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C73; }
p { color: rgb(197,60,115); }
H1.HeaderClassName
{
color: #C53C73;
}
.AnyTagClassName
{
color: #C53C73;
}
</style>
background-color css
<style>
a { background-color: #C53C73; }
a { background-color: rgb(197,60,115); }
div.DivClassName
{
background-color: #C53C73;
}
.BgClassName
{
background-color: #C53C73;
}
</style>
border-color css
<style>
span { border-color: #C53C73; }
span { border-color: rgb(197,60,115); }
td.TdClassName
{
border-color: #C53C73;
}
.TagClassName
{
border-color: #C53C73;
}
</style>