Shades of Royal Heath #C0527C
Tints of Royal Heath #C0527C
RGB
CMYK
RGB Variations
Color information
#C0527C (or 0xC0527C) is known color: Royal Heath. HEX triplet: C0, 52 and 7C. RGB value is (192,82,124). Sum of RGB (Red+Green+Blue) = 192+82+124=398 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.24% from 398); Green value is 82 (32.42% from 255 or 20.60% from 398); Blue value is 124 (48.83% from 255 or 31.16% from 398); Max value from RGB is 192 - color contains mainly: red. Hex color #C0527C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C0527C is #3FAD83. Grayscale: #777777. Windows color (decimal): -4173188 or 8147648. OLE color: 8147648.
HSL color Cylindrical-coordinate representation of color #C0527C: hue angle of 337.09º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C0527C is Cyan = 0, Magento = 0.57, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 82 | 124 | - |
| CMYK | 0 | 0.57 | 0.35 | 0.25 |
| HSL | 337.09º | 0.47% | 0.54% | - |
| HSV(B) | 337.09º | 0.57% | 0.75% | - |
| XYZ | 28.39 | 18.7 | 21.18 | - |
| YUV | 119.68 | 130.44 | 179.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 82 | 124 | 0 | 0.57 | 0.35 | 0.25 | 337.09 | 0.47 | 0.54 |
| Hex | C0 | 52 | 7C | 0 | 39 | 23 | 19 | 151 | 2F | 36 |
| Octal | 300 | 122 | 174 | 0 | 71 | 43 | 31 | 521 | 57 | 66 |
| Binary | 11000000 | 1010010 | 1111100 | 0 | 111001 | 100011 | 11001 | 101010001 | 101111 | 110110 |
Color Harmonies of #C0527C
Complementary color
Monochromatic Colors of #C0527C
Black with #C0527C
Text Example
Text Example
White with #C0527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0527C; }
p { color: rgb(192,82,124); }
H1.HeaderClassName
{
color: #C0527C;
}
.AnyTagClassName
{
color: #C0527C;
}
</style>
background-color css
<style>
a { background-color: #C0527C; }
a { background-color: rgb(192,82,124); }
div.DivClassName
{
background-color: #C0527C;
}
.BgClassName
{
background-color: #C0527C;
}
</style>
border-color css
<style>
span { border-color: #C0527C; }
span { border-color: rgb(192,82,124); }
td.TdClassName
{
border-color: #C0527C;
}
.TagClassName
{
border-color: #C0527C;
}
</style>