Shades of Royal Heath #C5507C
Tints of Royal Heath #C5507C
RGB
CMYK
RGB Variations
Color information
#C5507C (or 0xC5507C) is known color: Royal Heath. HEX triplet: C5, 50 and 7C. RGB value is (197,80,124). Sum of RGB (Red+Green+Blue) = 197+80+124=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 80 (31.64% from 255 or 19.95% from 401); Blue value is 124 (48.83% from 255 or 30.92% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5507C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5507C is #3AAF83. Grayscale: #777777. Windows color (decimal): -3846020 or 8147141. OLE color: 8147141.
HSL color Cylindrical-coordinate representation of color #C5507C: hue angle of 337.44º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C5507C is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 124 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.23 |
| HSL | 337.44º | 0.5% | 0.54% | - |
| HSV(B) | 337.44º | 0.59% | 0.77% | - |
| XYZ | 29.53 | 19.06 | 21.19 | - |
| YUV | 120 | 130.26 | 182.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 124 | 0 | 0.59 | 0.37 | 0.23 | 337.44 | 0.5 | 0.54 |
| Hex | C5 | 50 | 7C | 0 | 3B | 25 | 17 | 151 | 32 | 36 |
| Octal | 305 | 120 | 174 | 0 | 73 | 45 | 27 | 521 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1111100 | 0 | 111011 | 100101 | 10111 | 101010001 | 110010 | 110110 |
Color Harmonies of #C5507C
Complementary color
Monochromatic Colors of #C5507C
Black with #C5507C
Text Example
Text Example
White with #C5507C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5507C; }
p { color: rgb(197,80,124); }
H1.HeaderClassName
{
color: #C5507C;
}
.AnyTagClassName
{
color: #C5507C;
}
</style>
background-color css
<style>
a { background-color: #C5507C; }
a { background-color: rgb(197,80,124); }
div.DivClassName
{
background-color: #C5507C;
}
.BgClassName
{
background-color: #C5507C;
}
</style>
border-color css
<style>
span { border-color: #C5507C; }
span { border-color: rgb(197,80,124); }
td.TdClassName
{
border-color: #C5507C;
}
.TagClassName
{
border-color: #C5507C;
}
</style>