Shades of Royal Heath #C5517C
Tints of Royal Heath #C5517C
RGB
CMYK
RGB Variations
Color information
#C5517C (or 0xC5517C) is known color: Royal Heath. HEX triplet: C5, 51 and 7C. RGB value is (197,81,124). Sum of RGB (Red+Green+Blue) = 197+81+124=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 81 (32.03% from 255 or 20.15% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5517C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5517C is #3AAE83. Grayscale: #787878. Windows color (decimal): -3845764 or 8147397. OLE color: 8147397.
HSL color Cylindrical-coordinate representation of color #C5517C: hue angle of 337.76º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5517C is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 124 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.23 |
| HSL | 337.76º | 0.5% | 0.55% | - |
| HSV(B) | 337.76º | 0.59% | 0.77% | - |
| XYZ | 29.61 | 19.21 | 21.22 | - |
| YUV | 120.59 | 129.93 | 182.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 124 | 0 | 0.59 | 0.37 | 0.23 | 337.76 | 0.5 | 0.55 |
| Hex | C5 | 51 | 7C | 0 | 3B | 25 | 17 | 152 | 32 | 37 |
| Octal | 305 | 121 | 174 | 0 | 73 | 45 | 27 | 522 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1111100 | 0 | 111011 | 100101 | 10111 | 101010010 | 110010 | 110111 |
Color Harmonies of #C5517C
Complementary color
Monochromatic Colors of #C5517C
Black with #C5517C
Text Example
Text Example
White with #C5517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5517C; }
p { color: rgb(197,81,124); }
H1.HeaderClassName
{
color: #C5517C;
}
.AnyTagClassName
{
color: #C5517C;
}
</style>
background-color css
<style>
a { background-color: #C5517C; }
a { background-color: rgb(197,81,124); }
div.DivClassName
{
background-color: #C5517C;
}
.BgClassName
{
background-color: #C5517C;
}
</style>
border-color css
<style>
span { border-color: #C5517C; }
span { border-color: rgb(197,81,124); }
td.TdClassName
{
border-color: #C5517C;
}
.TagClassName
{
border-color: #C5517C;
}
</style>