Shades of Royal Heath #C64677
Tints of Royal Heath #C64677
RGB
CMYK
RGB Variations
Color information
#C64677 (or 0xC64677) is known color: Royal Heath. HEX triplet: C6, 46 and 77. RGB value is (198,70,119). Sum of RGB (Red+Green+Blue) = 198+70+119=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 70 (27.73% from 255 or 18.09% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C64677 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64677 is #39B988. Grayscale: #717171. Windows color (decimal): -3783049 or 7816902. OLE color: 7816902.
HSL color Cylindrical-coordinate representation of color #C64677: hue angle of 337.03º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64677 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 119 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.22 |
| HSL | 337.03º | 0.53% | 0.53% | - |
| HSV(B) | 337.03º | 0.65% | 0.78% | - |
| XYZ | 28.81 | 17.72 | 19.35 | - |
| YUV | 113.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 119 | 0 | 0.65 | 0.40 | 0.22 | 337.03 | 0.53 | 0.53 |
| Hex | C6 | 46 | 77 | 0 | 41 | 28 | 16 | 151 | 35 | 35 |
| Octal | 306 | 106 | 167 | 0 | 101 | 50 | 26 | 521 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1110111 | 0 | 1000001 | 101000 | 10110 | 101010001 | 110101 | 110101 |
Color Harmonies of #C64677
Complementary color
Monochromatic Colors of #C64677
Black with #C64677
Text Example
Text Example
White with #C64677
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64677; }
p { color: rgb(198,70,119); }
H1.HeaderClassName
{
color: #C64677;
}
.AnyTagClassName
{
color: #C64677;
}
</style>
background-color css
<style>
a { background-color: #C64677; }
a { background-color: rgb(198,70,119); }
div.DivClassName
{
background-color: #C64677;
}
.BgClassName
{
background-color: #C64677;
}
</style>
border-color css
<style>
span { border-color: #C64677; }
span { border-color: rgb(198,70,119); }
td.TdClassName
{
border-color: #C64677;
}
.TagClassName
{
border-color: #C64677;
}
</style>