Shades of Royal Heath #C04D79
Tints of Royal Heath #C04D79
RGB
CMYK
RGB Variations
Color information
#C04D79 (or 0xC04D79) is known color: Royal Heath. HEX triplet: C0, 4D and 79. RGB value is (192,77,121). Sum of RGB (Red+Green+Blue) = 192+77+121=390 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.23% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 121 (47.66% from 255 or 31.03% from 390); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D79 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D79 is #3FB286. Grayscale: #747474. Windows color (decimal): -4174471 or 7949760. OLE color: 7949760.
HSL color Cylindrical-coordinate representation of color #C04D79: hue angle of 337.04º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D79 is Cyan = 0, Magento = 0.60, Yellow = 0.37 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 121 | - |
| CMYK | 0 | 0.60 | 0.37 | 0.25 |
| HSL | 337.04º | 0.48% | 0.53% | - |
| HSV(B) | 337.04º | 0.6% | 0.75% | - |
| XYZ | 27.84 | 17.89 | 20.08 | - |
| YUV | 116.4 | 130.6 | 181.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 121 | 0 | 0.60 | 0.37 | 0.25 | 337.04 | 0.48 | 0.53 |
| Hex | C0 | 4D | 79 | 0 | 3C | 25 | 19 | 151 | 30 | 35 |
| Octal | 300 | 115 | 171 | 0 | 74 | 45 | 31 | 521 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1111001 | 0 | 111100 | 100101 | 11001 | 101010001 | 110000 | 110101 |
Color Harmonies of #C04D79
Complementary color
Monochromatic Colors of #C04D79
Black with #C04D79
Text Example
Text Example
White with #C04D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D79; }
p { color: rgb(192,77,121); }
H1.HeaderClassName
{
color: #C04D79;
}
.AnyTagClassName
{
color: #C04D79;
}
</style>
background-color css
<style>
a { background-color: #C04D79; }
a { background-color: rgb(192,77,121); }
div.DivClassName
{
background-color: #C04D79;
}
.BgClassName
{
background-color: #C04D79;
}
</style>
border-color css
<style>
span { border-color: #C04D79; }
span { border-color: rgb(192,77,121); }
td.TdClassName
{
border-color: #C04D79;
}
.TagClassName
{
border-color: #C04D79;
}
</style>