Shades of Royal Heath #C74573
Tints of Royal Heath #C74573
RGB
CMYK
RGB Variations
Color information
#C74573 (or 0xC74573) is known color: Royal Heath. HEX triplet: C7, 45 and 73. RGB value is (199,69,115). Sum of RGB (Red+Green+Blue) = 199+69+115=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 69 (27.34% from 255 or 18.02% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74573 is #38BA8C. Grayscale: #717171. Windows color (decimal): -3717773 or 7554503. OLE color: 7554503.
HSL color Cylindrical-coordinate representation of color #C74573: hue angle of 338.77º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74573 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 115 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.22 |
| HSL | 338.77º | 0.54% | 0.53% | - |
| HSV(B) | 338.77º | 0.65% | 0.78% | - |
| XYZ | 28.78 | 17.64 | 18.11 | - |
| YUV | 113.11 | 129.07 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 115 | 0 | 0.65 | 0.42 | 0.22 | 338.77 | 0.54 | 0.53 |
| Hex | C7 | 45 | 73 | 0 | 41 | 2A | 16 | 153 | 36 | 35 |
| Octal | 307 | 105 | 163 | 0 | 101 | 52 | 26 | 523 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1110011 | 0 | 1000001 | 101010 | 10110 | 101010011 | 110110 | 110101 |
Color Harmonies of #C74573
Complementary color
Monochromatic Colors of #C74573
Black with #C74573
Text Example
Text Example
White with #C74573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74573; }
p { color: rgb(199,69,115); }
H1.HeaderClassName
{
color: #C74573;
}
.AnyTagClassName
{
color: #C74573;
}
</style>
background-color css
<style>
a { background-color: #C74573; }
a { background-color: rgb(199,69,115); }
div.DivClassName
{
background-color: #C74573;
}
.BgClassName
{
background-color: #C74573;
}
</style>
border-color css
<style>
span { border-color: #C74573; }
span { border-color: rgb(199,69,115); }
td.TdClassName
{
border-color: #C74573;
}
.TagClassName
{
border-color: #C74573;
}
</style>