Shades of Royal Heath #C63973
Tints of Royal Heath #C63973
RGB
CMYK
RGB Variations
Color information
#C63973 (or 0xC63973) is known color: Royal Heath. HEX triplet: C6, 39 and 73. RGB value is (198,57,115). Sum of RGB (Red+Green+Blue) = 198+57+115=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 57 (22.66% from 255 or 15.41% from 370); Blue value is 115 (45.31% from 255 or 31.08% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C63973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63973 is #39C68C. Grayscale: #696969. Windows color (decimal): -3786381 or 7551430. OLE color: 7551430.
HSL color Cylindrical-coordinate representation of color #C63973: hue angle of 335.32º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63973 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 57 | 115 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.22 |
| HSL | 335.32º | 0.55% | 0.5% | - |
| HSV(B) | 335.32º | 0.71% | 0.78% | - |
| XYZ | 27.85 | 16.17 | 17.87 | - |
| YUV | 105.77 | 133.21 | 193.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 57 | 115 | 0 | 0.71 | 0.42 | 0.22 | 335.32 | 0.55 | 0.5 |
| Hex | C6 | 39 | 73 | 0 | 47 | 2A | 16 | 14F | 37 | 32 |
| Octal | 306 | 71 | 163 | 0 | 107 | 52 | 26 | 517 | 67 | 62 |
| Binary | 11000110 | 111001 | 1110011 | 0 | 1000111 | 101010 | 10110 | 101001111 | 110111 | 110010 |
Color Harmonies of #C63973
Complementary color
Monochromatic Colors of #C63973
Black with #C63973
Text Example
Text Example
White with #C63973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63973; }
p { color: rgb(198,57,115); }
H1.HeaderClassName
{
color: #C63973;
}
.AnyTagClassName
{
color: #C63973;
}
</style>
background-color css
<style>
a { background-color: #C63973; }
a { background-color: rgb(198,57,115); }
div.DivClassName
{
background-color: #C63973;
}
.BgClassName
{
background-color: #C63973;
}
</style>
border-color css
<style>
span { border-color: #C63973; }
span { border-color: rgb(198,57,115); }
td.TdClassName
{
border-color: #C63973;
}
.TagClassName
{
border-color: #C63973;
}
</style>