Shades of Royal Heath #C5527A
Tints of Royal Heath #C5527A
RGB
CMYK
RGB Variations
Color information
#C5527A (or 0xC5527A) is known color: Royal Heath. HEX triplet: C5, 52 and 7A. RGB value is (197,82,122). Sum of RGB (Red+Green+Blue) = 197+82+122=401 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.13% from 401); Green value is 82 (32.42% from 255 or 20.45% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 197 - color contains mainly: red. Hex color #C5527A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5527A is #3AAD85. Grayscale: #787878. Windows color (decimal): -3845510 or 8016581. OLE color: 8016581.
HSL color Cylindrical-coordinate representation of color #C5527A: hue angle of 339.13º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C5527A is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 122 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.23 |
| HSL | 339.13º | 0.5% | 0.55% | - |
| HSV(B) | 339.13º | 0.58% | 0.77% | - |
| XYZ | 29.56 | 19.31 | 20.58 | - |
| YUV | 120.95 | 128.6 | 182.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 122 | 0 | 0.58 | 0.38 | 0.23 | 339.13 | 0.5 | 0.55 |
| Hex | C5 | 52 | 7A | 0 | 3A | 26 | 17 | 153 | 32 | 37 |
| Octal | 305 | 122 | 172 | 0 | 72 | 46 | 27 | 523 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1111010 | 0 | 111010 | 100110 | 10111 | 101010011 | 110010 | 110111 |
Color Harmonies of #C5527A
Complementary color
Monochromatic Colors of #C5527A
Black with #C5527A
Text Example
Text Example
White with #C5527A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5527A; }
p { color: rgb(197,82,122); }
H1.HeaderClassName
{
color: #C5527A;
}
.AnyTagClassName
{
color: #C5527A;
}
</style>
background-color css
<style>
a { background-color: #C5527A; }
a { background-color: rgb(197,82,122); }
div.DivClassName
{
background-color: #C5527A;
}
.BgClassName
{
background-color: #C5527A;
}
</style>
border-color css
<style>
span { border-color: #C5527A; }
span { border-color: rgb(197,82,122); }
td.TdClassName
{
border-color: #C5527A;
}
.TagClassName
{
border-color: #C5527A;
}
</style>