Shades of Royal Heath #C5507D
Tints of Royal Heath #C5507D
RGB
CMYK
RGB Variations
Color information
#C5507D (or 0xC5507D) is known color: Royal Heath. HEX triplet: C5, 50 and 7D. RGB value is (197,80,125). Sum of RGB (Red+Green+Blue) = 197+80+125=402 (53% of max value = 765). Red value is 197 (77.34% from 255 or 49.00% from 402); Green value is 80 (31.64% from 255 or 19.90% from 402); Blue value is 125 (49.22% from 255 or 31.09% from 402); Max value from RGB is 197 - color contains mainly: red. Hex color #C5507D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5507D is #3AAF82. Grayscale: #787878. Windows color (decimal): -3846019 or 8212677. OLE color: 8212677.
HSL color Cylindrical-coordinate representation of color #C5507D: hue angle of 336.92º 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 #C5507D is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 125 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.23 |
| HSL | 336.92º | 0.5% | 0.54% | - |
| HSV(B) | 336.92º | 0.59% | 0.77% | - |
| XYZ | 29.6 | 19.09 | 21.53 | - |
| YUV | 120.11 | 130.76 | 182.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 125 | 0 | 0.59 | 0.37 | 0.23 | 336.92 | 0.5 | 0.54 |
| Hex | C5 | 50 | 7D | 0 | 3B | 25 | 17 | 151 | 32 | 36 |
| Octal | 305 | 120 | 175 | 0 | 73 | 45 | 27 | 521 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1111101 | 0 | 111011 | 100101 | 10111 | 101010001 | 110010 | 110110 |
Color Harmonies of #C5507D
Complementary color
Monochromatic Colors of #C5507D
Black with #C5507D
Text Example
Text Example
White with #C5507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5507D; }
p { color: rgb(197,80,125); }
H1.HeaderClassName
{
color: #C5507D;
}
.AnyTagClassName
{
color: #C5507D;
}
</style>
background-color css
<style>
a { background-color: #C5507D; }
a { background-color: rgb(197,80,125); }
div.DivClassName
{
background-color: #C5507D;
}
.BgClassName
{
background-color: #C5507D;
}
</style>
border-color css
<style>
span { border-color: #C5507D; }
span { border-color: rgb(197,80,125); }
td.TdClassName
{
border-color: #C5507D;
}
.TagClassName
{
border-color: #C5507D;
}
</style>