Shades of Royal Heath #C73E73
Tints of Royal Heath #C73E73
RGB
CMYK
RGB Variations
Color information
#C73E73 (or 0xC73E73) is known color: Royal Heath. HEX triplet: C7, 3E and 73. RGB value is (199,62,115). Sum of RGB (Red+Green+Blue) = 199+62+115=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 62 (24.61% from 255 or 16.49% from 376); Blue value is 115 (45.31% from 255 or 30.59% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C73E73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C73E73 is #38C18C. Grayscale: #6C6C6C. Windows color (decimal): -3719565 or 7552711. OLE color: 7552711.
HSL color Cylindrical-coordinate representation of color #C73E73: hue angle of 336.79º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C73E73 is Cyan = 0, Magento = 0.69, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 62 | 115 | - |
| CMYK | 0 | 0.69 | 0.42 | 0.22 |
| HSL | 336.79º | 0.55% | 0.51% | - |
| HSV(B) | 336.79º | 0.69% | 0.78% | - |
| XYZ | 28.37 | 16.83 | 17.97 | - |
| YUV | 109.01 | 131.39 | 192.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 62 | 115 | 0 | 0.69 | 0.42 | 0.22 | 336.79 | 0.55 | 0.51 |
| Hex | C7 | 3E | 73 | 0 | 45 | 2A | 16 | 151 | 37 | 33 |
| Octal | 307 | 76 | 163 | 0 | 105 | 52 | 26 | 521 | 67 | 63 |
| Binary | 11000111 | 111110 | 1110011 | 0 | 1000101 | 101010 | 10110 | 101010001 | 110111 | 110011 |
Color Harmonies of #C73E73
Complementary color
Monochromatic Colors of #C73E73
Black with #C73E73
Text Example
Text Example
White with #C73E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73E73; }
p { color: rgb(199,62,115); }
H1.HeaderClassName
{
color: #C73E73;
}
.AnyTagClassName
{
color: #C73E73;
}
</style>
background-color css
<style>
a { background-color: #C73E73; }
a { background-color: rgb(199,62,115); }
div.DivClassName
{
background-color: #C73E73;
}
.BgClassName
{
background-color: #C73E73;
}
</style>
border-color css
<style>
span { border-color: #C73E73; }
span { border-color: rgb(199,62,115); }
td.TdClassName
{
border-color: #C73E73;
}
.TagClassName
{
border-color: #C73E73;
}
</style>