Shades of Royal Heath #C64777
Tints of Royal Heath #C64777
RGB
CMYK
RGB Variations
Color information
#C64777 (or 0xC64777) is known color: Royal Heath. HEX triplet: C6, 47 and 77. RGB value is (198,71,119). Sum of RGB (Red+Green+Blue) = 198+71+119=388 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.03% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 198 - color contains mainly: red. Hex color #C64777 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64777 is #39B888. Grayscale: #727272. Windows color (decimal): -3782793 or 7817158. OLE color: 7817158.
HSL color Cylindrical-coordinate representation of color #C64777: hue angle of 337.32º 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 #C64777 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 119 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.22 |
| HSL | 337.32º | 0.53% | 0.53% | - |
| HSV(B) | 337.32º | 0.64% | 0.78% | - |
| XYZ | 28.87 | 17.84 | 19.38 | - |
| YUV | 114.45 | 130.58 | 187.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 119 | 0 | 0.64 | 0.40 | 0.22 | 337.32 | 0.53 | 0.53 |
| Hex | C6 | 47 | 77 | 0 | 40 | 28 | 16 | 151 | 35 | 35 |
| Octal | 306 | 107 | 167 | 0 | 100 | 50 | 26 | 521 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1110111 | 0 | 1000000 | 101000 | 10110 | 101010001 | 110101 | 110101 |
Color Harmonies of #C64777
Complementary color
Monochromatic Colors of #C64777
Black with #C64777
Text Example
Text Example
White with #C64777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64777; }
p { color: rgb(198,71,119); }
H1.HeaderClassName
{
color: #C64777;
}
.AnyTagClassName
{
color: #C64777;
}
</style>
background-color css
<style>
a { background-color: #C64777; }
a { background-color: rgb(198,71,119); }
div.DivClassName
{
background-color: #C64777;
}
.BgClassName
{
background-color: #C64777;
}
</style>
border-color css
<style>
span { border-color: #C64777; }
span { border-color: rgb(198,71,119); }
td.TdClassName
{
border-color: #C64777;
}
.TagClassName
{
border-color: #C64777;
}
</style>