Shades of Royal Heath #C64577
Tints of Royal Heath #C64577
RGB
CMYK
RGB Variations
Color information
#C64577 (or 0xC64577) is known color: Royal Heath. HEX triplet: C6, 45 and 77. RGB value is (198,69,119). Sum of RGB (Red+Green+Blue) = 198+69+119=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 69 (27.34% from 255 or 17.88% from 386); Blue value is 119 (46.88% from 255 or 30.83% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C64577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64577 is #39BA88. Grayscale: #717171. Windows color (decimal): -3783305 or 7816646. OLE color: 7816646.
HSL color Cylindrical-coordinate representation of color #C64577: hue angle of 336.74º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C64577 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 69 | 119 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.22 |
| HSL | 336.74º | 0.53% | 0.52% | - |
| HSV(B) | 336.74º | 0.65% | 0.78% | - |
| XYZ | 28.75 | 17.59 | 19.33 | - |
| YUV | 113.27 | 131.24 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 69 | 119 | 0 | 0.65 | 0.40 | 0.22 | 336.74 | 0.53 | 0.52 |
| Hex | C6 | 45 | 77 | 0 | 41 | 28 | 16 | 151 | 35 | 34 |
| Octal | 306 | 105 | 167 | 0 | 101 | 50 | 26 | 521 | 65 | 64 |
| Binary | 11000110 | 1000101 | 1110111 | 0 | 1000001 | 101000 | 10110 | 101010001 | 110101 | 110100 |
Color Harmonies of #C64577
Complementary color
Monochromatic Colors of #C64577
Black with #C64577
Text Example
Text Example
White with #C64577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64577; }
p { color: rgb(198,69,119); }
H1.HeaderClassName
{
color: #C64577;
}
.AnyTagClassName
{
color: #C64577;
}
</style>
background-color css
<style>
a { background-color: #C64577; }
a { background-color: rgb(198,69,119); }
div.DivClassName
{
background-color: #C64577;
}
.BgClassName
{
background-color: #C64577;
}
</style>
border-color css
<style>
span { border-color: #C64577; }
span { border-color: rgb(198,69,119); }
td.TdClassName
{
border-color: #C64577;
}
.TagClassName
{
border-color: #C64577;
}
</style>