Shades of Royal Heath #C04E74
Tints of Royal Heath #C04E74
RGB
CMYK
RGB Variations
Color information
#C04E74 (or 0xC04E74) is known color: Royal Heath. HEX triplet: C0, 4E and 74. RGB value is (192,78,116). Sum of RGB (Red+Green+Blue) = 192+78+116=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 78 (30.86% from 255 or 20.21% from 386); Blue value is 116 (45.70% from 255 or 30.05% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E74 is #3FB18B. Grayscale: #747474. Windows color (decimal): -4174220 or 7622336. OLE color: 7622336.
HSL color Cylindrical-coordinate representation of color #C04E74: hue angle of 340º 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 #C04E74 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 116 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.25 |
| HSL | 340º | 0.48% | 0.53% | - |
| HSV(B) | 340º | 0.59% | 0.75% | - |
| XYZ | 27.62 | 17.92 | 18.53 | - |
| YUV | 116.42 | 127.77 | 181.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 116 | 0 | 0.59 | 0.40 | 0.25 | 340 | 0.48 | 0.53 |
| Hex | C0 | 4E | 74 | 0 | 3B | 28 | 19 | 154 | 30 | 35 |
| Octal | 300 | 116 | 164 | 0 | 73 | 50 | 31 | 524 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1110100 | 0 | 111011 | 101000 | 11001 | 101010100 | 110000 | 110101 |
Color Harmonies of #C04E74
Complementary color
Monochromatic Colors of #C04E74
Black with #C04E74
Text Example
Text Example
White with #C04E74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E74; }
p { color: rgb(192,78,116); }
H1.HeaderClassName
{
color: #C04E74;
}
.AnyTagClassName
{
color: #C04E74;
}
</style>
background-color css
<style>
a { background-color: #C04E74; }
a { background-color: rgb(192,78,116); }
div.DivClassName
{
background-color: #C04E74;
}
.BgClassName
{
background-color: #C04E74;
}
</style>
border-color css
<style>
span { border-color: #C04E74; }
span { border-color: rgb(192,78,116); }
td.TdClassName
{
border-color: #C04E74;
}
.TagClassName
{
border-color: #C04E74;
}
</style>