Shades of Royal Heath #C64776
Tints of Royal Heath #C64776
RGB
CMYK
RGB Variations
Color information
#C64776 (or 0xC64776) is known color: Royal Heath. HEX triplet: C6, 47 and 76. RGB value is (198,71,118). Sum of RGB (Red+Green+Blue) = 198+71+118=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 71 (28.12% from 255 or 18.35% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64776 is #39B889. Grayscale: #727272. Windows color (decimal): -3782794 or 7751622. OLE color: 7751622.
HSL color Cylindrical-coordinate representation of color #C64776: hue angle of 337.8º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C64776 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 118 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.22 |
| HSL | 337.8º | 0.53% | 0.53% | - |
| HSV(B) | 337.8º | 0.64% | 0.78% | - |
| XYZ | 28.81 | 17.82 | 19.06 | - |
| YUV | 114.33 | 130.08 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 118 | 0 | 0.64 | 0.40 | 0.22 | 337.8 | 0.53 | 0.53 |
| Hex | C6 | 47 | 76 | 0 | 40 | 28 | 16 | 152 | 35 | 35 |
| Octal | 306 | 107 | 166 | 0 | 100 | 50 | 26 | 522 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1110110 | 0 | 1000000 | 101000 | 10110 | 101010010 | 110101 | 110101 |
Color Harmonies of #C64776
Complementary color
Monochromatic Colors of #C64776
Black with #C64776
Text Example
Text Example
White with #C64776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64776; }
p { color: rgb(198,71,118); }
H1.HeaderClassName
{
color: #C64776;
}
.AnyTagClassName
{
color: #C64776;
}
</style>
background-color css
<style>
a { background-color: #C64776; }
a { background-color: rgb(198,71,118); }
div.DivClassName
{
background-color: #C64776;
}
.BgClassName
{
background-color: #C64776;
}
</style>
border-color css
<style>
span { border-color: #C64776; }
span { border-color: rgb(198,71,118); }
td.TdClassName
{
border-color: #C64776;
}
.TagClassName
{
border-color: #C64776;
}
</style>