Shades of Royal Heath #C63773
Tints of Royal Heath #C63773
RGB
CMYK
RGB Variations
Color information
#C63773 (or 0xC63773) is known color: Royal Heath. HEX triplet: C6, 37 and 73. RGB value is (198,55,115). Sum of RGB (Red+Green+Blue) = 198+55+115=368 (48% of max value = 765). Red value is 198 (77.73% from 255 or 53.80% from 368); Green value is 55 (21.88% from 255 or 14.95% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 198 - color contains mainly: red. Hex color #C63773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C63773 is #39C88C. Grayscale: #686868. Windows color (decimal): -3786893 or 7550918. OLE color: 7550918.
HSL color Cylindrical-coordinate representation of color #C63773: hue angle of 334.83º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C63773 is Cyan = 0, Magento = 0.72, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 55 | 115 | - |
| CMYK | 0 | 0.72 | 0.42 | 0.22 |
| HSL | 334.83º | 0.57% | 0.5% | - |
| HSV(B) | 334.83º | 0.72% | 0.78% | - |
| XYZ | 27.75 | 15.98 | 17.84 | - |
| YUV | 104.6 | 133.88 | 194.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 55 | 115 | 0 | 0.72 | 0.42 | 0.22 | 334.83 | 0.57 | 0.5 |
| Hex | C6 | 37 | 73 | 0 | 48 | 2A | 16 | 14F | 39 | 32 |
| Octal | 306 | 67 | 163 | 0 | 110 | 52 | 26 | 517 | 71 | 62 |
| Binary | 11000110 | 110111 | 1110011 | 0 | 1001000 | 101010 | 10110 | 101001111 | 111001 | 110010 |
Color Harmonies of #C63773
Complementary color
Monochromatic Colors of #C63773
Black with #C63773
Text Example
Text Example
White with #C63773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63773; }
p { color: rgb(198,55,115); }
H1.HeaderClassName
{
color: #C63773;
}
.AnyTagClassName
{
color: #C63773;
}
</style>
background-color css
<style>
a { background-color: #C63773; }
a { background-color: rgb(198,55,115); }
div.DivClassName
{
background-color: #C63773;
}
.BgClassName
{
background-color: #C63773;
}
</style>
border-color css
<style>
span { border-color: #C63773; }
span { border-color: rgb(198,55,115); }
td.TdClassName
{
border-color: #C63773;
}
.TagClassName
{
border-color: #C63773;
}
</style>