Shades of Royal Heath #C0577F
Tints of Royal Heath #C0577F
RGB
CMYK
RGB Variations
Color information
#C0577F (or 0xC0577F) is known color: Royal Heath. HEX triplet: C0, 57 and 7F. RGB value is (192,87,127). Sum of RGB (Red+Green+Blue) = 192+87+127=406 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.29% from 406); Green value is 87 (34.38% from 255 or 21.43% from 406); Blue value is 127 (50% from 255 or 31.28% from 406); Max value from RGB is 192 - color contains mainly: red. Hex color #C0577F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0577F is #3FA880. Grayscale: #7A7A7A. Windows color (decimal): -4171905 or 8345536. OLE color: 8345536.
HSL color Cylindrical-coordinate representation of color #C0577F: hue angle of 337.14º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #C0577F is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 127 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.25 |
| HSL | 337.14º | 0.45% | 0.55% | - |
| HSV(B) | 337.14º | 0.55% | 0.75% | - |
| XYZ | 28.98 | 19.56 | 22.33 | - |
| YUV | 122.96 | 130.29 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 127 | 0 | 0.55 | 0.34 | 0.25 | 337.14 | 0.45 | 0.55 |
| Hex | C0 | 57 | 7F | 0 | 37 | 22 | 19 | 151 | 2D | 37 |
| Octal | 300 | 127 | 177 | 0 | 67 | 42 | 31 | 521 | 55 | 67 |
| Binary | 11000000 | 1010111 | 1111111 | 0 | 110111 | 100010 | 11001 | 101010001 | 101101 | 110111 |
Color Harmonies of #C0577F
Complementary color
Monochromatic Colors of #C0577F
Black with #C0577F
Text Example
Text Example
White with #C0577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0577F; }
p { color: rgb(192,87,127); }
H1.HeaderClassName
{
color: #C0577F;
}
.AnyTagClassName
{
color: #C0577F;
}
</style>
background-color css
<style>
a { background-color: #C0577F; }
a { background-color: rgb(192,87,127); }
div.DivClassName
{
background-color: #C0577F;
}
.BgClassName
{
background-color: #C0577F;
}
</style>
border-color css
<style>
span { border-color: #C0577F; }
span { border-color: rgb(192,87,127); }
td.TdClassName
{
border-color: #C0577F;
}
.TagClassName
{
border-color: #C0577F;
}
</style>