Shades of Royal Heath #C04F78
Tints of Royal Heath #C04F78
RGB
CMYK
RGB Variations
Color information
#C04F78 (or 0xC04F78) is known color: Royal Heath. HEX triplet: C0, 4F and 78. RGB value is (192,79,120). Sum of RGB (Red+Green+Blue) = 192+79+120=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 79 (31.25% from 255 or 20.20% from 391); Blue value is 120 (47.27% from 255 or 30.69% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F78 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F78 is #3FB087. Grayscale: #757575. Windows color (decimal): -4173960 or 7884736. OLE color: 7884736.
HSL color Cylindrical-coordinate representation of color #C04F78: hue angle of 338.23º 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 #C04F78 is Cyan = 0, Magento = 0.59, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 120 | - |
| CMYK | 0 | 0.59 | 0.38 | 0.25 |
| HSL | 338.23º | 0.47% | 0.53% | - |
| HSV(B) | 338.23º | 0.59% | 0.75% | - |
| XYZ | 27.92 | 18.15 | 19.8 | - |
| YUV | 117.46 | 129.44 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 120 | 0 | 0.59 | 0.38 | 0.25 | 338.23 | 0.47 | 0.53 |
| Hex | C0 | 4F | 78 | 0 | 3B | 26 | 19 | 152 | 2F | 35 |
| Octal | 300 | 117 | 170 | 0 | 73 | 46 | 31 | 522 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1111000 | 0 | 111011 | 100110 | 11001 | 101010010 | 101111 | 110101 |
Color Harmonies of #C04F78
Complementary color
Monochromatic Colors of #C04F78
Black with #C04F78
Text Example
Text Example
White with #C04F78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F78; }
p { color: rgb(192,79,120); }
H1.HeaderClassName
{
color: #C04F78;
}
.AnyTagClassName
{
color: #C04F78;
}
</style>
background-color css
<style>
a { background-color: #C04F78; }
a { background-color: rgb(192,79,120); }
div.DivClassName
{
background-color: #C04F78;
}
.BgClassName
{
background-color: #C04F78;
}
</style>
border-color css
<style>
span { border-color: #C04F78; }
span { border-color: rgb(192,79,120); }
td.TdClassName
{
border-color: #C04F78;
}
.TagClassName
{
border-color: #C04F78;
}
</style>