Shades of Royal Heath #C0507A
Tints of Royal Heath #C0507A
RGB
CMYK
RGB Variations
Color information
#C0507A (or 0xC0507A) is known color: Royal Heath. HEX triplet: C0, 50 and 7A. RGB value is (192,80,122). Sum of RGB (Red+Green+Blue) = 192+80+122=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 80 (31.64% from 255 or 20.30% from 394); Blue value is 122 (48.05% from 255 or 30.96% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C0507A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0507A is #3FAF85. Grayscale: #767676. Windows color (decimal): -4173702 or 8016064. OLE color: 8016064.
HSL color Cylindrical-coordinate representation of color #C0507A: hue angle of 337.5º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C0507A is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 122 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.25 |
| HSL | 337.5º | 0.47% | 0.53% | - |
| HSV(B) | 337.5º | 0.58% | 0.75% | - |
| XYZ | 28.12 | 18.35 | 20.47 | - |
| YUV | 118.28 | 130.11 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 122 | 0 | 0.58 | 0.36 | 0.25 | 337.5 | 0.47 | 0.53 |
| Hex | C0 | 50 | 7A | 0 | 3A | 24 | 19 | 152 | 2F | 35 |
| Octal | 300 | 120 | 172 | 0 | 72 | 44 | 31 | 522 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1111010 | 0 | 111010 | 100100 | 11001 | 101010010 | 101111 | 110101 |
Color Harmonies of #C0507A
Complementary color
Monochromatic Colors of #C0507A
Black with #C0507A
Text Example
Text Example
White with #C0507A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0507A; }
p { color: rgb(192,80,122); }
H1.HeaderClassName
{
color: #C0507A;
}
.AnyTagClassName
{
color: #C0507A;
}
</style>
background-color css
<style>
a { background-color: #C0507A; }
a { background-color: rgb(192,80,122); }
div.DivClassName
{
background-color: #C0507A;
}
.BgClassName
{
background-color: #C0507A;
}
</style>
border-color css
<style>
span { border-color: #C0507A; }
span { border-color: rgb(192,80,122); }
td.TdClassName
{
border-color: #C0507A;
}
.TagClassName
{
border-color: #C0507A;
}
</style>