Shades of Royal Heath #C0567D
Tints of Royal Heath #C0567D
RGB
CMYK
RGB Variations
Color information
#C0567D (or 0xC0567D) is known color: Royal Heath. HEX triplet: C0, 56 and 7D. RGB value is (192,86,125). Sum of RGB (Red+Green+Blue) = 192+86+125=403 (53% of max value = 765). Red value is 192 (75.39% from 255 or 47.64% from 403); Green value is 86 (33.98% from 255 or 21.34% from 403); Blue value is 125 (49.22% from 255 or 31.02% from 403); Max value from RGB is 192 - color contains mainly: red. Hex color #C0567D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0567D is #3FA982. Grayscale: #7A7A7A. Windows color (decimal): -4172163 or 8214208. OLE color: 8214208.
HSL color Cylindrical-coordinate representation of color #C0567D: hue angle of 337.92º 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 #C0567D is Cyan = 0, Magento = 0.55, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 86 | 125 | - |
| CMYK | 0 | 0.55 | 0.35 | 0.25 |
| HSL | 337.92º | 0.46% | 0.55% | - |
| HSV(B) | 337.92º | 0.55% | 0.75% | - |
| XYZ | 28.77 | 19.34 | 21.62 | - |
| YUV | 122.14 | 129.62 | 177.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 86 | 125 | 0 | 0.55 | 0.35 | 0.25 | 337.92 | 0.46 | 0.55 |
| Hex | C0 | 56 | 7D | 0 | 37 | 23 | 19 | 152 | 2E | 37 |
| Octal | 300 | 126 | 175 | 0 | 67 | 43 | 31 | 522 | 56 | 67 |
| Binary | 11000000 | 1010110 | 1111101 | 0 | 110111 | 100011 | 11001 | 101010010 | 101110 | 110111 |
Color Harmonies of #C0567D
Complementary color
Monochromatic Colors of #C0567D
Black with #C0567D
Text Example
Text Example
White with #C0567D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0567D; }
p { color: rgb(192,86,125); }
H1.HeaderClassName
{
color: #C0567D;
}
.AnyTagClassName
{
color: #C0567D;
}
</style>
background-color css
<style>
a { background-color: #C0567D; }
a { background-color: rgb(192,86,125); }
div.DivClassName
{
background-color: #C0567D;
}
.BgClassName
{
background-color: #C0567D;
}
</style>
border-color css
<style>
span { border-color: #C0567D; }
span { border-color: rgb(192,86,125); }
td.TdClassName
{
border-color: #C0567D;
}
.TagClassName
{
border-color: #C0567D;
}
</style>