Shades of Royal Heath #C04E73
Tints of Royal Heath #C04E73
RGB
CMYK
RGB Variations
Color information
#C04E73 (or 0xC04E73) is known color: Royal Heath. HEX triplet: C0, 4E and 73. RGB value is (192,78,115). Sum of RGB (Red+Green+Blue) = 192+78+115=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 78 (30.86% from 255 or 20.26% from 385); Blue value is 115 (45.31% from 255 or 29.87% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E73 is #3FB18C. Grayscale: #747474. Windows color (decimal): -4174221 or 7556800. OLE color: 7556800.
HSL color Cylindrical-coordinate representation of color #C04E73: hue angle of 340.53º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C04E73 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 115 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.25 |
| HSL | 340.53º | 0.48% | 0.53% | - |
| HSV(B) | 340.53º | 0.59% | 0.75% | - |
| XYZ | 27.56 | 17.89 | 18.22 | - |
| YUV | 116.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 115 | 0 | 0.59 | 0.40 | 0.25 | 340.53 | 0.48 | 0.53 |
| Hex | C0 | 4E | 73 | 0 | 3B | 28 | 19 | 155 | 30 | 35 |
| Octal | 300 | 116 | 163 | 0 | 73 | 50 | 31 | 525 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1110011 | 0 | 111011 | 101000 | 11001 | 101010101 | 110000 | 110101 |
Color Harmonies of #C04E73
Complementary color
Monochromatic Colors of #C04E73
Black with #C04E73
Text Example
Text Example
White with #C04E73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E73; }
p { color: rgb(192,78,115); }
H1.HeaderClassName
{
color: #C04E73;
}
.AnyTagClassName
{
color: #C04E73;
}
</style>
background-color css
<style>
a { background-color: #C04E73; }
a { background-color: rgb(192,78,115); }
div.DivClassName
{
background-color: #C04E73;
}
.BgClassName
{
background-color: #C04E73;
}
</style>
border-color css
<style>
span { border-color: #C04E73; }
span { border-color: rgb(192,78,115); }
td.TdClassName
{
border-color: #C04E73;
}
.TagClassName
{
border-color: #C04E73;
}
</style>