Shades of Royal Heath #C73973
Tints of Royal Heath #C73973
RGB
CMYK
RGB Variations
Color information
#C73973 (or 0xC73973) is known color: Royal Heath. HEX triplet: C7, 39 and 73. RGB value is (199,57,115). Sum of RGB (Red+Green+Blue) = 199+57+115=371 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.64% from 371); Green value is 57 (22.66% from 255 or 15.36% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 199 - color contains mainly: red. Hex color #C73973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73973 is #38C68C. Grayscale: #696969. Windows color (decimal): -3720845 or 7551431. OLE color: 7551431.
HSL color Cylindrical-coordinate representation of color #C73973: hue angle of 335.49º degrees, saturation: 0.56, 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 #C73973 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 115 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.22 |
| HSL | 335.49º | 0.56% | 0.5% | - |
| HSV(B) | 335.49º | 0.71% | 0.78% | - |
| XYZ | 28.11 | 16.31 | 17.89 | - |
| YUV | 106.07 | 133.04 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 115 | 0 | 0.71 | 0.42 | 0.22 | 335.49 | 0.56 | 0.5 |
| Hex | C7 | 39 | 73 | 0 | 47 | 2A | 16 | 14F | 38 | 32 |
| Octal | 307 | 71 | 163 | 0 | 107 | 52 | 26 | 517 | 70 | 62 |
| Binary | 11000111 | 111001 | 1110011 | 0 | 1000111 | 101010 | 10110 | 101001111 | 111000 | 110010 |
Color Harmonies of #C73973
Complementary color
Monochromatic Colors of #C73973
Black with #C73973
Text Example
Text Example
White with #C73973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73973; }
p { color: rgb(199,57,115); }
H1.HeaderClassName
{
color: #C73973;
}
.AnyTagClassName
{
color: #C73973;
}
</style>
background-color css
<style>
a { background-color: #C73973; }
a { background-color: rgb(199,57,115); }
div.DivClassName
{
background-color: #C73973;
}
.BgClassName
{
background-color: #C73973;
}
</style>
border-color css
<style>
span { border-color: #C73973; }
span { border-color: rgb(199,57,115); }
td.TdClassName
{
border-color: #C73973;
}
.TagClassName
{
border-color: #C73973;
}
</style>