Shades of Royal Heath #C04E76
Tints of Royal Heath #C04E76
RGB
CMYK
RGB Variations
Color information
#C04E76 (or 0xC04E76) is known color: Royal Heath. HEX triplet: C0, 4E and 76. RGB value is (192,78,118). Sum of RGB (Red+Green+Blue) = 192+78+118=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 78 (30.86% from 255 or 20.10% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04E76 is #3FB189. Grayscale: #747474. Windows color (decimal): -4174218 or 7753408. OLE color: 7753408.
HSL color Cylindrical-coordinate representation of color #C04E76: hue angle of 338.95º 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 #C04E76 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 78 | 118 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.25 |
| HSL | 338.95º | 0.48% | 0.53% | - |
| HSV(B) | 338.95º | 0.59% | 0.75% | - |
| XYZ | 27.73 | 17.96 | 19.15 | - |
| YUV | 116.65 | 128.77 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 78 | 118 | 0 | 0.59 | 0.39 | 0.25 | 338.95 | 0.48 | 0.53 |
| Hex | C0 | 4E | 76 | 0 | 3B | 27 | 19 | 153 | 30 | 35 |
| Octal | 300 | 116 | 166 | 0 | 73 | 47 | 31 | 523 | 60 | 65 |
| Binary | 11000000 | 1001110 | 1110110 | 0 | 111011 | 100111 | 11001 | 101010011 | 110000 | 110101 |
Color Harmonies of #C04E76
Complementary color
Monochromatic Colors of #C04E76
Black with #C04E76
Text Example
Text Example
White with #C04E76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04E76; }
p { color: rgb(192,78,118); }
H1.HeaderClassName
{
color: #C04E76;
}
.AnyTagClassName
{
color: #C04E76;
}
</style>
background-color css
<style>
a { background-color: #C04E76; }
a { background-color: rgb(192,78,118); }
div.DivClassName
{
background-color: #C04E76;
}
.BgClassName
{
background-color: #C04E76;
}
</style>
border-color css
<style>
span { border-color: #C04E76; }
span { border-color: rgb(192,78,118); }
td.TdClassName
{
border-color: #C04E76;
}
.TagClassName
{
border-color: #C04E76;
}
</style>