Shades of Royal Heath #C73C77
Tints of Royal Heath #C73C77
RGB
CMYK
RGB Variations
Color information
#C73C77 (or 0xC73C77) is known color: Royal Heath. HEX triplet: C7, 3C and 77. RGB value is (199,60,119). Sum of RGB (Red+Green+Blue) = 199+60+119=378 (50% of max value = 765). Red value is 199 (78.12% from 255 or 52.65% from 378); Green value is 60 (23.83% from 255 or 15.87% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 199 - color contains mainly: red. Hex color #C73C77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73C77 is #38C388. Grayscale: #6C6C6C. Windows color (decimal): -3720073 or 7814343. OLE color: 7814343.
HSL color Cylindrical-coordinate representation of color #C73C77: hue angle of 334.53º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73C77 is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 60 | 119 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.22 |
| HSL | 334.53º | 0.55% | 0.51% | - |
| HSV(B) | 334.53º | 0.7% | 0.78% | - |
| XYZ | 28.5 | 16.71 | 19.18 | - |
| YUV | 108.29 | 134.05 | 192.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 60 | 119 | 0 | 0.70 | 0.40 | 0.22 | 334.53 | 0.55 | 0.51 |
| Hex | C7 | 3C | 77 | 0 | 46 | 28 | 16 | 14F | 37 | 33 |
| Octal | 307 | 74 | 167 | 0 | 106 | 50 | 26 | 517 | 67 | 63 |
| Binary | 11000111 | 111100 | 1110111 | 0 | 1000110 | 101000 | 10110 | 101001111 | 110111 | 110011 |
Color Harmonies of #C73C77
Complementary color
Monochromatic Colors of #C73C77
Black with #C73C77
Text Example
Text Example
White with #C73C77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73C77; }
p { color: rgb(199,60,119); }
H1.HeaderClassName
{
color: #C73C77;
}
.AnyTagClassName
{
color: #C73C77;
}
</style>
background-color css
<style>
a { background-color: #C73C77; }
a { background-color: rgb(199,60,119); }
div.DivClassName
{
background-color: #C73C77;
}
.BgClassName
{
background-color: #C73C77;
}
</style>
border-color css
<style>
span { border-color: #C73C77; }
span { border-color: rgb(199,60,119); }
td.TdClassName
{
border-color: #C73C77;
}
.TagClassName
{
border-color: #C73C77;
}
</style>