Shades of Royal Heath #C5507B
Tints of Royal Heath #C5507B
RGB
CMYK
RGB Variations
Color information
#C5507B (or 0xC5507B) is known color: Royal Heath. HEX triplet: C5, 50 and 7B. RGB value is (197,80,123). Sum of RGB (Red+Green+Blue) = 197+80+123=400 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.25% from 400); Green value is 80 (31.64% from 255 or 20% from 400); Blue value is 123 (48.44% from 255 or 30.75% from 400); Max value from RGB is 197 - color contains mainly: red. Hex color #C5507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C5507B is #3AAF84. Grayscale: #777777. Windows color (decimal): -3846021 or 8081605. OLE color: 8081605.
HSL color Cylindrical-coordinate representation of color #C5507B: hue angle of 337.95º 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 #C5507B is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 123 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.23 |
| HSL | 337.95º | 0.5% | 0.54% | - |
| HSV(B) | 337.95º | 0.59% | 0.77% | - |
| XYZ | 29.47 | 19.04 | 20.86 | - |
| YUV | 119.89 | 129.76 | 183 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 123 | 0 | 0.59 | 0.38 | 0.23 | 337.95 | 0.5 | 0.54 |
| Hex | C5 | 50 | 7B | 0 | 3B | 26 | 17 | 152 | 32 | 36 |
| Octal | 305 | 120 | 173 | 0 | 73 | 46 | 27 | 522 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1111011 | 0 | 111011 | 100110 | 10111 | 101010010 | 110010 | 110110 |
Color Harmonies of #C5507B
Complementary color
Monochromatic Colors of #C5507B
Black with #C5507B
Text Example
Text Example
White with #C5507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5507B; }
p { color: rgb(197,80,123); }
H1.HeaderClassName
{
color: #C5507B;
}
.AnyTagClassName
{
color: #C5507B;
}
</style>
background-color css
<style>
a { background-color: #C5507B; }
a { background-color: rgb(197,80,123); }
div.DivClassName
{
background-color: #C5507B;
}
.BgClassName
{
background-color: #C5507B;
}
</style>
border-color css
<style>
span { border-color: #C5507B; }
span { border-color: rgb(197,80,123); }
td.TdClassName
{
border-color: #C5507B;
}
.TagClassName
{
border-color: #C5507B;
}
</style>