Shades of Royal Heath #C5517A
Tints of Royal Heath #C5517A
RGB
CMYK
RGB Variations
Color information
#C5517A (or 0xC5517A) is known color: Royal Heath. HEX triplet: C5, 51 and 7A. RGB value is (197,81,122). Sum of RGB (Red+Green+Blue) = 197+81+122=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 81 (32.03% from 255 or 20.25% from 400); Blue value is 122 (48.05% from 255 or 30.5% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5517A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5517A is #3AAE85. Grayscale: #787878. Windows color (decimal): -3845766 or 8016325. OLE color: 8016325.
HSL color Cylindrical-coordinate representation of color #C5517A: hue angle of 338.79º 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 #C5517A is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 122 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.23 |
| HSL | 338.79º | 0.5% | 0.55% | - |
| HSV(B) | 338.79º | 0.59% | 0.77% | - |
| XYZ | 29.48 | 19.16 | 20.56 | - |
| YUV | 120.36 | 128.93 | 182.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 122 | 0 | 0.59 | 0.38 | 0.23 | 338.79 | 0.5 | 0.55 |
| Hex | C5 | 51 | 7A | 0 | 3B | 26 | 17 | 153 | 32 | 37 |
| Octal | 305 | 121 | 172 | 0 | 73 | 46 | 27 | 523 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1111010 | 0 | 111011 | 100110 | 10111 | 101010011 | 110010 | 110111 |
Color Harmonies of #C5517A
Complementary color
Monochromatic Colors of #C5517A
Black with #C5517A
Text Example
Text Example
White with #C5517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5517A; }
p { color: rgb(197,81,122); }
H1.HeaderClassName
{
color: #C5517A;
}
.AnyTagClassName
{
color: #C5517A;
}
</style>
background-color css
<style>
a { background-color: #C5517A; }
a { background-color: rgb(197,81,122); }
div.DivClassName
{
background-color: #C5517A;
}
.BgClassName
{
background-color: #C5517A;
}
</style>
border-color css
<style>
span { border-color: #C5517A; }
span { border-color: rgb(197,81,122); }
td.TdClassName
{
border-color: #C5517A;
}
.TagClassName
{
border-color: #C5517A;
}
</style>