Shades of Royal Heath #C64773
Tints of Royal Heath #C64773
RGB
CMYK
RGB Variations
Color information
#C64773 (or 0xC64773) is known color: Royal Heath. HEX triplet: C6, 47 and 73. RGB value is (198,71,115). Sum of RGB (Red+Green+Blue) = 198+71+115=384 (50% of max value = 765). Red value is 198 (77.73% from 255 or 51.56% from 384); Green value is 71 (28.12% from 255 or 18.49% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 198 - color contains mainly: red. Hex color #C64773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C64773 is #39B88C. Grayscale: #717171. Windows color (decimal): -3782797 or 7555014. OLE color: 7555014.
HSL color Cylindrical-coordinate representation of color #C64773: hue angle of 339.21º 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 #C64773 is Cyan = 0, Magento = 0.64, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 71 | 115 | - |
| CMYK | 0 | 0.64 | 0.42 | 0.22 |
| HSL | 339.21º | 0.53% | 0.53% | - |
| HSV(B) | 339.21º | 0.64% | 0.78% | - |
| XYZ | 28.64 | 17.75 | 18.14 | - |
| YUV | 113.99 | 128.58 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 71 | 115 | 0 | 0.64 | 0.42 | 0.22 | 339.21 | 0.53 | 0.53 |
| Hex | C6 | 47 | 73 | 0 | 40 | 2A | 16 | 153 | 35 | 35 |
| Octal | 306 | 107 | 163 | 0 | 100 | 52 | 26 | 523 | 65 | 65 |
| Binary | 11000110 | 1000111 | 1110011 | 0 | 1000000 | 101010 | 10110 | 101010011 | 110101 | 110101 |
Color Harmonies of #C64773
Complementary color
Monochromatic Colors of #C64773
Black with #C64773
Text Example
Text Example
White with #C64773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C64773; }
p { color: rgb(198,71,115); }
H1.HeaderClassName
{
color: #C64773;
}
.AnyTagClassName
{
color: #C64773;
}
</style>
background-color css
<style>
a { background-color: #C64773; }
a { background-color: rgb(198,71,115); }
div.DivClassName
{
background-color: #C64773;
}
.BgClassName
{
background-color: #C64773;
}
</style>
border-color css
<style>
span { border-color: #C64773; }
span { border-color: rgb(198,71,115); }
td.TdClassName
{
border-color: #C64773;
}
.TagClassName
{
border-color: #C64773;
}
</style>