Shades of Royal Heath #C04E72
Tints of Royal Heath #C04E72
RGB
CMYK
RGB Variations
Color information
#C04E72 (or 0xC04E72) is known color: Royal Heath. HEX triplet: C0, 4E and 72. RGB value is (192,78,114). Sum of RGB (Red+Green+Blue) = 192+78+114=384 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50% from 384); Green value is 78 (30.86% from 255 or 20.31% from 384); Blue value is 114 (44.92% from 255 or 29.69% from 384); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E72 is #3FB18D. Grayscale: #747474. Windows color (decimal): -4174222 or 7491264. OLE color: 7491264.
HSL color Cylindrical-coordinate representation of color #C04E72: hue angle of 341.05º 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 #C04E72 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 114 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 341.05º | 0.48% | 0.53% | - |
| HSV(B) | 341.05º | 0.59% | 0.75% | - |
| XYZ | 27.5 | 17.87 | 17.92 | - |
| YUV | 116.19 | 126.77 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 114 | 0 | 0.59 | 0.41 | 0.25 | 341.05 | 0.48 | 0.53 |
| Hex | C0 | 4E | 72 | 0 | 3B | 29 | 19 | 155 | 30 | 35 |
| Octal | 300 | 116 | 162 | 0 | 73 | 51 | 31 | 525 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1110010 | 0 | 111011 | 101001 | 11001 | 101010101 | 110000 | 110101 |
Color Harmonies of #C04E72
Complementary color
Monochromatic Colors of #C04E72
Black with #C04E72
Text Example
Text Example
White with #C04E72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E72; }
p { color: rgb(192,78,114); }
H1.HeaderClassName
{
color: #C04E72;
}
.AnyTagClassName
{
color: #C04E72;
}
</style>
background-color css
<style>
a { background-color: #C04E72; }
a { background-color: rgb(192,78,114); }
div.DivClassName
{
background-color: #C04E72;
}
.BgClassName
{
background-color: #C04E72;
}
</style>
border-color css
<style>
span { border-color: #C04E72; }
span { border-color: rgb(192,78,114); }
td.TdClassName
{
border-color: #C04E72;
}
.TagClassName
{
border-color: #C04E72;
}
</style>