Shades of Royal Heath #C04E7C
Tints of Royal Heath #C04E7C
RGB
CMYK
RGB Variations
Color information
#C04E7C (or 0xC04E7C) is known color: Royal Heath. HEX triplet: C0, 4E and 7C. RGB value is (192,78,124). Sum of RGB (Red+Green+Blue) = 192+78+124=394 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.73% from 394); Green value is 78 (30.86% from 255 or 19.80% from 394); Blue value is 124 (48.83% from 255 or 31.47% from 394); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E7C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E7C is #3FB183. Grayscale: #757575. Windows color (decimal): -4174212 or 8146624. OLE color: 8146624.
HSL color Cylindrical-coordinate representation of color #C04E7C: hue angle of 335.79º 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 #C04E7C is Cyan = 0, Magento = 0.59, Yellow = 0.35 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 124 | - |
| CMYK | 0 | 0.59 | 0.35 | 0.25 |
| HSL | 335.79º | 0.48% | 0.53% | - |
| HSV(B) | 335.79º | 0.59% | 0.75% | - |
| XYZ | 28.1 | 18.11 | 21.08 | - |
| YUV | 117.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 124 | 0 | 0.59 | 0.35 | 0.25 | 335.79 | 0.48 | 0.53 |
| Hex | C0 | 4E | 7C | 0 | 3B | 23 | 19 | 150 | 30 | 35 |
| Octal | 300 | 116 | 174 | 0 | 73 | 43 | 31 | 520 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1111100 | 0 | 111011 | 100011 | 11001 | 101010000 | 110000 | 110101 |
Color Harmonies of #C04E7C
Complementary color
Monochromatic Colors of #C04E7C
Black with #C04E7C
Text Example
Text Example
White with #C04E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E7C; }
p { color: rgb(192,78,124); }
H1.HeaderClassName
{
color: #C04E7C;
}
.AnyTagClassName
{
color: #C04E7C;
}
</style>
background-color css
<style>
a { background-color: #C04E7C; }
a { background-color: rgb(192,78,124); }
div.DivClassName
{
background-color: #C04E7C;
}
.BgClassName
{
background-color: #C04E7C;
}
</style>
border-color css
<style>
span { border-color: #C04E7C; }
span { border-color: rgb(192,78,124); }
td.TdClassName
{
border-color: #C04E7C;
}
.TagClassName
{
border-color: #C04E7C;
}
</style>