Shades of Royal Heath #C0567C
Tints of Royal Heath #C0567C
RGB
CMYK
RGB Variations
Color information
#C0567C (or 0xC0567C) is known color: Royal Heath. HEX triplet: C0, 56 and 7C. RGB value is (192,86,124). Sum of RGB (Red+Green+Blue) = 192+86+124=402 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.76% from 402); Green value is 86 (33.98% from 255 or 21.39% from 402); Blue value is 124 (48.83% from 255 or 30.85% from 402); Max value from RGB is 192 - color contains mainly: red. Hex color #C0567C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0567C is #3FA983. Grayscale: #797979. Windows color (decimal): -4172164 or 8148672. OLE color: 8148672.
HSL color Cylindrical-coordinate representation of color #C0567C: hue angle of 338.49º degrees, saturation: 0.46, 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 #C0567C is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 124 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.25 |
| HSL | 338.49º | 0.46% | 0.55% | - |
| HSV(B) | 338.49º | 0.55% | 0.75% | - |
| XYZ | 28.7 | 19.32 | 21.28 | - |
| YUV | 122.03 | 129.12 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 124 | 0 | 0.55 | 0.35 | 0.25 | 338.49 | 0.46 | 0.55 |
| Hex | C0 | 56 | 7C | 0 | 37 | 23 | 19 | 152 | 2E | 37 |
| Octal | 300 | 126 | 174 | 0 | 67 | 43 | 31 | 522 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1111100 | 0 | 110111 | 100011 | 11001 | 101010010 | 101110 | 110111 |
Color Harmonies of #C0567C
Complementary color
Monochromatic Colors of #C0567C
Black with #C0567C
Text Example
Text Example
White with #C0567C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0567C; }
p { color: rgb(192,86,124); }
H1.HeaderClassName
{
color: #C0567C;
}
.AnyTagClassName
{
color: #C0567C;
}
</style>
background-color css
<style>
a { background-color: #C0567C; }
a { background-color: rgb(192,86,124); }
div.DivClassName
{
background-color: #C0567C;
}
.BgClassName
{
background-color: #C0567C;
}
</style>
border-color css
<style>
span { border-color: #C0567C; }
span { border-color: rgb(192,86,124); }
td.TdClassName
{
border-color: #C0567C;
}
.TagClassName
{
border-color: #C0567C;
}
</style>