Shades of Royal Heath #C04F73
Tints of Royal Heath #C04F73
RGB
CMYK
RGB Variations
Color information
#C04F73 (or 0xC04F73) is known color: Royal Heath. HEX triplet: C0, 4F and 73. RGB value is (192,79,115). Sum of RGB (Red+Green+Blue) = 192+79+115=386 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.74% from 386); Green value is 79 (31.25% from 255 or 20.47% from 386); Blue value is 115 (45.31% from 255 or 29.79% from 386); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F73 is #3FB08C. Grayscale: #747474. Windows color (decimal): -4173965 or 7557056. OLE color: 7557056.
HSL color Cylindrical-coordinate representation of color #C04F73: hue angle of 340.88º 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 #C04F73 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 115 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.25 |
| HSL | 340.88º | 0.47% | 0.53% | - |
| HSV(B) | 340.88º | 0.59% | 0.75% | - |
| XYZ | 27.63 | 18.04 | 18.24 | - |
| YUV | 116.89 | 126.94 | 181.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 115 | 0 | 0.59 | 0.40 | 0.25 | 340.88 | 0.47 | 0.53 |
| Hex | C0 | 4F | 73 | 0 | 3B | 28 | 19 | 155 | 2F | 35 |
| Octal | 300 | 117 | 163 | 0 | 73 | 50 | 31 | 525 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1110011 | 0 | 111011 | 101000 | 11001 | 101010101 | 101111 | 110101 |
Color Harmonies of #C04F73
Complementary color
Monochromatic Colors of #C04F73
Black with #C04F73
Text Example
Text Example
White with #C04F73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F73; }
p { color: rgb(192,79,115); }
H1.HeaderClassName
{
color: #C04F73;
}
.AnyTagClassName
{
color: #C04F73;
}
</style>
background-color css
<style>
a { background-color: #C04F73; }
a { background-color: rgb(192,79,115); }
div.DivClassName
{
background-color: #C04F73;
}
.BgClassName
{
background-color: #C04F73;
}
</style>
border-color css
<style>
span { border-color: #C04F73; }
span { border-color: rgb(192,79,115); }
td.TdClassName
{
border-color: #C04F73;
}
.TagClassName
{
border-color: #C04F73;
}
</style>