Shades of Royal Heath #C04E79
Tints of Royal Heath #C04E79
RGB
CMYK
RGB Variations
Color information
#C04E79 (or 0xC04E79) is known color: Royal Heath. HEX triplet: C0, 4E and 79. RGB value is (192,78,121). Sum of RGB (Red+Green+Blue) = 192+78+121=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 78 (30.86% from 255 or 19.95% from 391); Blue value is 121 (47.66% from 255 or 30.95% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E79 is #3FB186. Grayscale: #747474. Windows color (decimal): -4174215 or 7950016. OLE color: 7950016.
HSL color Cylindrical-coordinate representation of color #C04E79: hue angle of 337.37º 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 #C04E79 is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 121 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.25 |
| HSL | 337.37º | 0.48% | 0.53% | - |
| HSV(B) | 337.37º | 0.59% | 0.75% | - |
| XYZ | 27.91 | 18.04 | 20.1 | - |
| YUV | 116.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 121 | 0 | 0.59 | 0.37 | 0.25 | 337.37 | 0.48 | 0.53 |
| Hex | C0 | 4E | 79 | 0 | 3B | 25 | 19 | 151 | 30 | 35 |
| Octal | 300 | 116 | 171 | 0 | 73 | 45 | 31 | 521 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1111001 | 0 | 111011 | 100101 | 11001 | 101010001 | 110000 | 110101 |
Color Harmonies of #C04E79
Complementary color
Monochromatic Colors of #C04E79
Black with #C04E79
Text Example
Text Example
White with #C04E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E79; }
p { color: rgb(192,78,121); }
H1.HeaderClassName
{
color: #C04E79;
}
.AnyTagClassName
{
color: #C04E79;
}
</style>
background-color css
<style>
a { background-color: #C04E79; }
a { background-color: rgb(192,78,121); }
div.DivClassName
{
background-color: #C04E79;
}
.BgClassName
{
background-color: #C04E79;
}
</style>
border-color css
<style>
span { border-color: #C04E79; }
span { border-color: rgb(192,78,121); }
td.TdClassName
{
border-color: #C04E79;
}
.TagClassName
{
border-color: #C04E79;
}
</style>