Shades of Royal Heath #C53C76
Tints of Royal Heath #C53C76
RGB
CMYK
RGB Variations
Color information
#C53C76 (or 0xC53C76) is known color: Royal Heath. HEX triplet: C5, 3C and 76. RGB value is (197,60,118). Sum of RGB (Red+Green+Blue) = 197+60+118=375 (49% of max value = 765). Red value is 197 (77.34% from 255 or 52.53% from 375); Green value is 60 (23.83% from 255 or 16% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 197 - color contains mainly: red. Hex color #C53C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C53C76 is #3AC389. Grayscale: #6B6B6B. Windows color (decimal): -3851146 or 7748805. OLE color: 7748805.
HSL color Cylindrical-coordinate representation of color #C53C76: hue angle of 334.6º 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 #C53C76 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 60 | 118 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.23 |
| HSL | 334.6º | 0.54% | 0.5% | - |
| HSV(B) | 334.6º | 0.7% | 0.77% | - |
| XYZ | 27.91 | 16.41 | 18.84 | - |
| YUV | 107.58 | 133.89 | 191.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 60 | 118 | 0 | 0.70 | 0.40 | 0.23 | 334.6 | 0.54 | 0.5 |
| Hex | C5 | 3C | 76 | 0 | 46 | 28 | 17 | 14F | 36 | 32 |
| Octal | 305 | 74 | 166 | 0 | 106 | 50 | 27 | 517 | 66 | 62 |
| Binary | 11000101 | 111100 | 1110110 | 0 | 1000110 | 101000 | 10111 | 101001111 | 110110 | 110010 |
Color Harmonies of #C53C76
Complementary color
Monochromatic Colors of #C53C76
Black with #C53C76
Text Example
Text Example
White with #C53C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C53C76; }
p { color: rgb(197,60,118); }
H1.HeaderClassName
{
color: #C53C76;
}
.AnyTagClassName
{
color: #C53C76;
}
</style>
background-color css
<style>
a { background-color: #C53C76; }
a { background-color: rgb(197,60,118); }
div.DivClassName
{
background-color: #C53C76;
}
.BgClassName
{
background-color: #C53C76;
}
</style>
border-color css
<style>
span { border-color: #C53C76; }
span { border-color: rgb(197,60,118); }
td.TdClassName
{
border-color: #C53C76;
}
.TagClassName
{
border-color: #C53C76;
}
</style>