Shades of Royal Heath #C0577D
Tints of Royal Heath #C0577D
RGB
CMYK
RGB Variations
Color information
#C0577D (or 0xC0577D) is known color: Royal Heath. HEX triplet: C0, 57 and 7D. RGB value is (192,87,125). Sum of RGB (Red+Green+Blue) = 192+87+125=404 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.52% from 404); Green value is 87 (34.38% from 255 or 21.53% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 192 - color contains mainly: red. Hex color #C0577D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0577D is #3FA882. Grayscale: #7A7A7A. Windows color (decimal): -4171907 or 8214464. OLE color: 8214464.
HSL color Cylindrical-coordinate representation of color #C0577D: hue angle of 338.29º 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 #C0577D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 87 | 125 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.25 |
| HSL | 338.29º | 0.45% | 0.55% | - |
| HSV(B) | 338.29º | 0.55% | 0.75% | - |
| XYZ | 28.85 | 19.5 | 21.65 | - |
| YUV | 122.73 | 129.29 | 177.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 87 | 125 | 0 | 0.55 | 0.35 | 0.25 | 338.29 | 0.45 | 0.55 |
| Hex | C0 | 57 | 7D | 0 | 37 | 23 | 19 | 152 | 2D | 37 |
| Octal | 300 | 127 | 175 | 0 | 67 | 43 | 31 | 522 | 55 | 67 |
| Binary | 11000000 | 1010111 | 1111101 | 0 | 110111 | 100011 | 11001 | 101010010 | 101101 | 110111 |
Color Harmonies of #C0577D
Complementary color
Monochromatic Colors of #C0577D
Black with #C0577D
Text Example
Text Example
White with #C0577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0577D; }
p { color: rgb(192,87,125); }
H1.HeaderClassName
{
color: #C0577D;
}
.AnyTagClassName
{
color: #C0577D;
}
</style>
background-color css
<style>
a { background-color: #C0577D; }
a { background-color: rgb(192,87,125); }
div.DivClassName
{
background-color: #C0577D;
}
.BgClassName
{
background-color: #C0577D;
}
</style>
border-color css
<style>
span { border-color: #C0577D; }
span { border-color: rgb(192,87,125); }
td.TdClassName
{
border-color: #C0577D;
}
.TagClassName
{
border-color: #C0577D;
}
</style>