Shades of Royal Heath #C5517B
Tints of Royal Heath #C5517B
RGB
CMYK
RGB Variations
Color information
#C5517B (or 0xC5517B) is known color: Royal Heath. HEX triplet: C5, 51 and 7B. RGB value is (197,81,123). Sum of RGB (Red+Green+Blue) = 197+81+123=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 123 (48.44% from 255 or 30.67% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5517B is #3AAE84. Grayscale: #787878. Windows color (decimal): -3845765 or 8081861. OLE color: 8081861.
HSL color Cylindrical-coordinate representation of color #C5517B: hue angle of 338.28º 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 #C5517B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 81 | 123 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.23 |
| HSL | 338.28º | 0.5% | 0.55% | - |
| HSV(B) | 338.28º | 0.59% | 0.77% | - |
| XYZ | 29.54 | 19.19 | 20.88 | - |
| YUV | 120.47 | 129.43 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 81 | 123 | 0 | 0.59 | 0.38 | 0.23 | 338.28 | 0.5 | 0.55 |
| Hex | C5 | 51 | 7B | 0 | 3B | 26 | 17 | 152 | 32 | 37 |
| Octal | 305 | 121 | 173 | 0 | 73 | 46 | 27 | 522 | 62 | 67 |
| Binary | 11000101 | 1010001 | 1111011 | 0 | 111011 | 100110 | 10111 | 101010010 | 110010 | 110111 |
Color Harmonies of #C5517B
Complementary color
Monochromatic Colors of #C5517B
Black with #C5517B
Text Example
Text Example
White with #C5517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5517B; }
p { color: rgb(197,81,123); }
H1.HeaderClassName
{
color: #C5517B;
}
.AnyTagClassName
{
color: #C5517B;
}
</style>
background-color css
<style>
a { background-color: #C5517B; }
a { background-color: rgb(197,81,123); }
div.DivClassName
{
background-color: #C5517B;
}
.BgClassName
{
background-color: #C5517B;
}
</style>
border-color css
<style>
span { border-color: #C5517B; }
span { border-color: rgb(197,81,123); }
td.TdClassName
{
border-color: #C5517B;
}
.TagClassName
{
border-color: #C5517B;
}
</style>