Shades of Royal Heath #C0587E
Tints of Royal Heath #C0587E
RGB
CMYK
RGB Variations
Color information
#C0587E (or 0xC0587E) is known color: Royal Heath. HEX triplet: C0, 58 and 7E. RGB value is (192,88,126). Sum of RGB (Red+Green+Blue) = 192+88+126=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 88 (34.77% from 255 or 21.67% from 406); Blue value is 126 (49.61% from 255 or 31.03% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0587E is #3FA781. Grayscale: #7B7B7B. Windows color (decimal): -4171650 or 8280256. OLE color: 8280256.
HSL color Cylindrical-coordinate representation of color #C0587E: hue angle of 338.08º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C0587E is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 88 | 126 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.25 |
| HSL | 338.08º | 0.45% | 0.55% | - |
| HSV(B) | 338.08º | 0.54% | 0.75% | - |
| XYZ | 28.99 | 19.69 | 22.01 | - |
| YUV | 123.43 | 129.46 | 176.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 88 | 126 | 0 | 0.54 | 0.34 | 0.25 | 338.08 | 0.45 | 0.55 |
| Hex | C0 | 58 | 7E | 0 | 36 | 22 | 19 | 152 | 2D | 37 |
| Octal | 300 | 130 | 176 | 0 | 66 | 42 | 31 | 522 | 55 | 67 |
| Binary | 11000000 | 1011000 | 1111110 | 0 | 110110 | 100010 | 11001 | 101010010 | 101101 | 110111 |
Color Harmonies of #C0587E
Complementary color
Monochromatic Colors of #C0587E
Black with #C0587E
Text Example
Text Example
White with #C0587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0587E; }
p { color: rgb(192,88,126); }
H1.HeaderClassName
{
color: #C0587E;
}
.AnyTagClassName
{
color: #C0587E;
}
</style>
background-color css
<style>
a { background-color: #C0587E; }
a { background-color: rgb(192,88,126); }
div.DivClassName
{
background-color: #C0587E;
}
.BgClassName
{
background-color: #C0587E;
}
</style>
border-color css
<style>
span { border-color: #C0587E; }
span { border-color: rgb(192,88,126); }
td.TdClassName
{
border-color: #C0587E;
}
.TagClassName
{
border-color: #C0587E;
}
</style>