Shades of Royal Heath #C64072
Tints of Royal Heath #C64072
RGB
CMYK
RGB Variations
Color information
#C64072 (or 0xC64072) is known color: Royal Heath. HEX triplet: C6, 40 and 72. RGB value is (198,64,114). Sum of RGB (Red+Green+Blue) = 198+64+114=376 (49% of max value = 765). Red value is 198 (77.73% from 255 or 52.66% from 376); Green value is 64 (25.39% from 255 or 17.02% from 376); Blue value is 114 (44.92% from 255 or 30.32% from 376); Max value from RGB is 198 - color contains mainly: red. Hex color #C64072 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64072 is #39BF8D. Grayscale: #6D6D6D. Windows color (decimal): -3784590 or 7487686. OLE color: 7487686.
HSL color Cylindrical-coordinate representation of color #C64072: hue angle of 337.61º degrees, saturation: 0.54, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C64072 is Cyan = 0, Magento = 0.68, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 64 | 114 | - |
| CMYK | 0 | 0.68 | 0.42 | 0.22 |
| HSL | 337.61º | 0.54% | 0.51% | - |
| HSV(B) | 337.61º | 0.68% | 0.78% | - |
| XYZ | 28.16 | 16.89 | 17.7 | - |
| YUV | 109.77 | 130.39 | 190.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 64 | 114 | 0 | 0.68 | 0.42 | 0.22 | 337.61 | 0.54 | 0.51 |
| Hex | C6 | 40 | 72 | 0 | 44 | 2A | 16 | 152 | 36 | 33 |
| Octal | 306 | 100 | 162 | 0 | 104 | 52 | 26 | 522 | 66 | 63 |
| Binary | 11000110 | 1000000 | 1110010 | 0 | 1000100 | 101010 | 10110 | 101010010 | 110110 | 110011 |
Color Harmonies of #C64072
Complementary color
Monochromatic Colors of #C64072
Black with #C64072
Text Example
Text Example
White with #C64072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64072; }
p { color: rgb(198,64,114); }
H1.HeaderClassName
{
color: #C64072;
}
.AnyTagClassName
{
color: #C64072;
}
</style>
background-color css
<style>
a { background-color: #C64072; }
a { background-color: rgb(198,64,114); }
div.DivClassName
{
background-color: #C64072;
}
.BgClassName
{
background-color: #C64072;
}
</style>
border-color css
<style>
span { border-color: #C64072; }
span { border-color: rgb(198,64,114); }
td.TdClassName
{
border-color: #C64072;
}
.TagClassName
{
border-color: #C64072;
}
</style>