Shades of Royal Heath #C73974
Tints of Royal Heath #C73974
RGB
CMYK
RGB Variations
Color information
#C73974 (or 0xC73974) is known color: Royal Heath. HEX triplet: C7, 39 and 74. RGB value is (199,57,116). Sum of RGB (Red+Green+Blue) = 199+57+116=372 (49% of max value = 765). Red value is 199 (78.12% from 255 or 53.49% from 372); Green value is 57 (22.66% from 255 or 15.32% from 372); Blue value is 116 (45.70% from 255 or 31.18% from 372); Max value from RGB is 199 - color contains mainly: red. Hex color #C73974 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73974 is #38C68B. Grayscale: #6A6A6A. Windows color (decimal): -3720844 or 7616967. OLE color: 7616967.
HSL color Cylindrical-coordinate representation of color #C73974: hue angle of 335.07º 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 #C73974 is Cyan = 0, Magento = 0.71, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 57 | 116 | - |
| CMYK | 0 | 0.71 | 0.42 | 0.22 |
| HSL | 335.07º | 0.56% | 0.5% | - |
| HSV(B) | 335.07º | 0.71% | 0.78% | - |
| XYZ | 28.17 | 16.33 | 18.19 | - |
| YUV | 106.18 | 133.54 | 194.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 57 | 116 | 0 | 0.71 | 0.42 | 0.22 | 335.07 | 0.56 | 0.5 |
| Hex | C7 | 39 | 74 | 0 | 47 | 2A | 16 | 14F | 38 | 32 |
| Octal | 307 | 71 | 164 | 0 | 107 | 52 | 26 | 517 | 70 | 62 |
| Binary | 11000111 | 111001 | 1110100 | 0 | 1000111 | 101010 | 10110 | 101001111 | 111000 | 110010 |
Color Harmonies of #C73974
Complementary color
Monochromatic Colors of #C73974
Black with #C73974
Text Example
Text Example
White with #C73974
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73974; }
p { color: rgb(199,57,116); }
H1.HeaderClassName
{
color: #C73974;
}
.AnyTagClassName
{
color: #C73974;
}
</style>
background-color css
<style>
a { background-color: #C73974; }
a { background-color: rgb(199,57,116); }
div.DivClassName
{
background-color: #C73974;
}
.BgClassName
{
background-color: #C73974;
}
</style>
border-color css
<style>
span { border-color: #C73974; }
span { border-color: rgb(199,57,116); }
td.TdClassName
{
border-color: #C73974;
}
.TagClassName
{
border-color: #C73974;
}
</style>