Shades of Royal Heath #C5527B
Tints of Royal Heath #C5527B
RGB
CMYK
RGB Variations
Color information
#C5527B (or 0xC5527B) is known color: Royal Heath. HEX triplet: C5, 52 and 7B. RGB value is (197,82,123). Sum of RGB (Red+Green+Blue) = 197+82+123=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 82 (32.42% from 255 or 20.40% from 402); Blue value is 123 (48.44% from 255 or 30.60% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5527B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5527B is #3AAD84. Grayscale: #797979. Windows color (decimal): -3845509 or 8082117. OLE color: 8082117.
HSL color Cylindrical-coordinate representation of color #C5527B: hue angle of 338.61º 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 #C5527B is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 82 | 123 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.23 |
| HSL | 338.61º | 0.5% | 0.55% | - |
| HSV(B) | 338.61º | 0.58% | 0.77% | - |
| XYZ | 29.62 | 19.33 | 20.91 | - |
| YUV | 121.06 | 129.1 | 182.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 82 | 123 | 0 | 0.58 | 0.38 | 0.23 | 338.61 | 0.5 | 0.55 |
| Hex | C5 | 52 | 7B | 0 | 3A | 26 | 17 | 153 | 32 | 37 |
| Octal | 305 | 122 | 173 | 0 | 72 | 46 | 27 | 523 | 62 | 67 |
| Binary | 11000101 | 1010010 | 1111011 | 0 | 111010 | 100110 | 10111 | 101010011 | 110010 | 110111 |
Color Harmonies of #C5527B
Complementary color
Monochromatic Colors of #C5527B
Black with #C5527B
Text Example
Text Example
White with #C5527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5527B; }
p { color: rgb(197,82,123); }
H1.HeaderClassName
{
color: #C5527B;
}
.AnyTagClassName
{
color: #C5527B;
}
</style>
background-color css
<style>
a { background-color: #C5527B; }
a { background-color: rgb(197,82,123); }
div.DivClassName
{
background-color: #C5527B;
}
.BgClassName
{
background-color: #C5527B;
}
</style>
border-color css
<style>
span { border-color: #C5527B; }
span { border-color: rgb(197,82,123); }
td.TdClassName
{
border-color: #C5527B;
}
.TagClassName
{
border-color: #C5527B;
}
</style>