Shades of Royal Heath #C53C72
Tints of Royal Heath #C53C72
RGB
CMYK
RGB Variations
Color information
#C53C72 (or 0xC53C72) is known color: Royal Heath. HEX triplet: C5, 3C and 72. RGB value is (197,60,114). Sum of RGB (Red+Green+Blue) = 197+60+114=371 (49% of max value = 765). Red value is 197 (77.34% from 255 or 53.10% from 371); Green value is 60 (23.83% from 255 or 16.17% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C72 is #3AC38D. Grayscale: #6B6B6B. Windows color (decimal): -3851150 or 7486661. OLE color: 7486661.
HSL color Cylindrical-coordinate representation of color #C53C72: hue angle of 336.35º 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 #C53C72 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 114 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.23 |
| HSL | 336.35º | 0.54% | 0.5% | - |
| HSV(B) | 336.35º | 0.7% | 0.77% | - |
| XYZ | 27.68 | 16.32 | 17.61 | - |
| YUV | 107.12 | 131.89 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 114 | 0 | 0.70 | 0.42 | 0.23 | 336.35 | 0.54 | 0.5 |
| Hex | C5 | 3C | 72 | 0 | 46 | 2A | 17 | 150 | 36 | 32 |
| Octal | 305 | 74 | 162 | 0 | 106 | 52 | 27 | 520 | 66 | 62 |
| Binary | 11000101 | 111100 | 1110010 | 0 | 1000110 | 101010 | 10111 | 101010000 | 110110 | 110010 |
Color Harmonies of #C53C72
Complementary color
Monochromatic Colors of #C53C72
Black with #C53C72
Text Example
Text Example
White with #C53C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C72; }
p { color: rgb(197,60,114); }
H1.HeaderClassName
{
color: #C53C72;
}
.AnyTagClassName
{
color: #C53C72;
}
</style>
background-color css
<style>
a { background-color: #C53C72; }
a { background-color: rgb(197,60,114); }
div.DivClassName
{
background-color: #C53C72;
}
.BgClassName
{
background-color: #C53C72;
}
</style>
border-color css
<style>
span { border-color: #C53C72; }
span { border-color: rgb(197,60,114); }
td.TdClassName
{
border-color: #C53C72;
}
.TagClassName
{
border-color: #C53C72;
}
</style>