Shades of Royal Heath #C64672
Tints of Royal Heath #C64672
RGB
CMYK
RGB Variations
Color information
#C64672 (or 0xC64672) is known color: Royal Heath. HEX triplet: C6, 46 and 72. RGB value is (198,70,114). Sum of RGB (Red+Green+Blue) = 198+70+114=382 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.83% from 382); Green value is 70 (27.73% from 255 or 18.32% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 198 - color contains mainly: red. Hex color #C64672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64672 is #39B98D. Grayscale: #717171. Windows color (decimal): -3783054 or 7489222. OLE color: 7489222.
HSL color Cylindrical-coordinate representation of color #C64672: hue angle of 339.38º 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 #C64672 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 70 | 114 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.22 |
| HSL | 339.38º | 0.53% | 0.53% | - |
| HSV(B) | 339.38º | 0.65% | 0.78% | - |
| XYZ | 28.52 | 17.6 | 17.81 | - |
| YUV | 113.29 | 128.41 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 70 | 114 | 0 | 0.65 | 0.42 | 0.22 | 339.38 | 0.53 | 0.53 |
| Hex | C6 | 46 | 72 | 0 | 41 | 2A | 16 | 153 | 35 | 35 |
| Octal | 306 | 106 | 162 | 0 | 101 | 52 | 26 | 523 | 65 | 65 |
| Binary | 11000110 | 1000110 | 1110010 | 0 | 1000001 | 101010 | 10110 | 101010011 | 110101 | 110101 |
Color Harmonies of #C64672
Complementary color
Monochromatic Colors of #C64672
Black with #C64672
Text Example
Text Example
White with #C64672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64672; }
p { color: rgb(198,70,114); }
H1.HeaderClassName
{
color: #C64672;
}
.AnyTagClassName
{
color: #C64672;
}
</style>
background-color css
<style>
a { background-color: #C64672; }
a { background-color: rgb(198,70,114); }
div.DivClassName
{
background-color: #C64672;
}
.BgClassName
{
background-color: #C64672;
}
</style>
border-color css
<style>
span { border-color: #C64672; }
span { border-color: rgb(198,70,114); }
td.TdClassName
{
border-color: #C64672;
}
.TagClassName
{
border-color: #C64672;
}
</style>