Shades of Royal Heath #C0517B
Tints of Royal Heath #C0517B
RGB
CMYK
RGB Variations
Color information
#C0517B (or 0xC0517B) is known color: Royal Heath. HEX triplet: C0, 51 and 7B. RGB value is (192,81,123). Sum of RGB (Red+Green+Blue) = 192+81+123=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 81 (32.03% from 255 or 20.45% from 396); Blue value is 123 (48.44% from 255 or 31.06% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C0517B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0517B is #3FAE84. Grayscale: #767676. Windows color (decimal): -4173445 or 8081856. OLE color: 8081856.
HSL color Cylindrical-coordinate representation of color #C0517B: hue angle of 337.3º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0517B is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 123 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.25 |
| HSL | 337.3º | 0.47% | 0.54% | - |
| HSV(B) | 337.3º | 0.58% | 0.75% | - |
| XYZ | 28.26 | 18.52 | 20.82 | - |
| YUV | 118.98 | 130.27 | 180.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 123 | 0 | 0.58 | 0.36 | 0.25 | 337.3 | 0.47 | 0.54 |
| Hex | C0 | 51 | 7B | 0 | 3A | 24 | 19 | 151 | 2F | 36 |
| Octal | 300 | 121 | 173 | 0 | 72 | 44 | 31 | 521 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1111011 | 0 | 111010 | 100100 | 11001 | 101010001 | 101111 | 110110 |
Color Harmonies of #C0517B
Complementary color
Monochromatic Colors of #C0517B
Black with #C0517B
Text Example
Text Example
White with #C0517B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0517B; }
p { color: rgb(192,81,123); }
H1.HeaderClassName
{
color: #C0517B;
}
.AnyTagClassName
{
color: #C0517B;
}
</style>
background-color css
<style>
a { background-color: #C0517B; }
a { background-color: rgb(192,81,123); }
div.DivClassName
{
background-color: #C0517B;
}
.BgClassName
{
background-color: #C0517B;
}
</style>
border-color css
<style>
span { border-color: #C0517B; }
span { border-color: rgb(192,81,123); }
td.TdClassName
{
border-color: #C0517B;
}
.TagClassName
{
border-color: #C0517B;
}
</style>