Shades of Royal Heath #C5487A
Tints of Royal Heath #C5487A
RGB
CMYK
RGB Variations
Color information
#C5487A (or 0xC5487A) is known color: Royal Heath. HEX triplet: C5, 48 and 7A. RGB value is (197,72,122). Sum of RGB (Red+Green+Blue) = 197+72+122=391 (51% of max value = 765). Red value is 197 (77.34% from 255 or 50.38% from 391); Green value is 72 (28.52% from 255 or 18.41% from 391); Blue value is 122 (48.05% from 255 or 31.20% from 391); Max value from RGB is 197 - color contains mainly: red. Hex color #C5487A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C5487A is #3AB785. Grayscale: #727272. Windows color (decimal): -3848070 or 8014021. OLE color: 8014021.
HSL color Cylindrical-coordinate representation of color #C5487A: hue angle of 336º degrees, saturation: 0.52, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C5487A is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 72 | 122 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.23 |
| HSL | 336º | 0.52% | 0.53% | - |
| HSV(B) | 336º | 0.63% | 0.77% | - |
| XYZ | 28.86 | 17.91 | 20.35 | - |
| YUV | 115.08 | 131.91 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 72 | 122 | 0 | 0.63 | 0.38 | 0.23 | 336 | 0.52 | 0.53 |
| Hex | C5 | 48 | 7A | 0 | 3F | 26 | 17 | 150 | 34 | 35 |
| Octal | 305 | 110 | 172 | 0 | 77 | 46 | 27 | 520 | 64 | 65 |
| Binary | 11000101 | 1001000 | 1111010 | 0 | 111111 | 100110 | 10111 | 101010000 | 110100 | 110101 |
Color Harmonies of #C5487A
Complementary color
Monochromatic Colors of #C5487A
Black with #C5487A
Text Example
Text Example
White with #C5487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5487A; }
p { color: rgb(197,72,122); }
H1.HeaderClassName
{
color: #C5487A;
}
.AnyTagClassName
{
color: #C5487A;
}
</style>
background-color css
<style>
a { background-color: #C5487A; }
a { background-color: rgb(197,72,122); }
div.DivClassName
{
background-color: #C5487A;
}
.BgClassName
{
background-color: #C5487A;
}
</style>
border-color css
<style>
span { border-color: #C5487A; }
span { border-color: rgb(197,72,122); }
td.TdClassName
{
border-color: #C5487A;
}
.TagClassName
{
border-color: #C5487A;
}
</style>