Shades of Royal Heath #C04F72
Tints of Royal Heath #C04F72
RGB
CMYK
RGB Variations
Color information
#C04F72 (or 0xC04F72) is known color: Royal Heath. HEX triplet: C0, 4F and 72. RGB value is (192,79,114). Sum of RGB (Red+Green+Blue) = 192+79+114=385 (50% of max value = 765). Red value is 192 (75.39% from 255 or 49.87% from 385); Green value is 79 (31.25% from 255 or 20.52% from 385); Blue value is 114 (44.92% from 255 or 29.61% from 385); Max value from RGB is 192 - color contains mainly: red. Hex color #C04F72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04F72 is #3FB08D. Grayscale: #747474. Windows color (decimal): -4173966 or 7491520. OLE color: 7491520.
HSL color Cylindrical-coordinate representation of color #C04F72: hue angle of 341.42º 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 #C04F72 is Cyan = 0, Magento = 0.59, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 79 | 114 | - |
| CMYK | 0 | 0.59 | 0.41 | 0.25 |
| HSL | 341.42º | 0.47% | 0.53% | - |
| HSV(B) | 341.42º | 0.59% | 0.75% | - |
| XYZ | 27.57 | 18.01 | 17.94 | - |
| YUV | 116.78 | 126.44 | 181.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 79 | 114 | 0 | 0.59 | 0.41 | 0.25 | 341.42 | 0.47 | 0.53 |
| Hex | C0 | 4F | 72 | 0 | 3B | 29 | 19 | 155 | 2F | 35 |
| Octal | 300 | 117 | 162 | 0 | 73 | 51 | 31 | 525 | 57 | 65 |
| Binary | 11000000 | 1001111 | 1110010 | 0 | 111011 | 101001 | 11001 | 101010101 | 101111 | 110101 |
Color Harmonies of #C04F72
Complementary color
Monochromatic Colors of #C04F72
Black with #C04F72
Text Example
Text Example
White with #C04F72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04F72; }
p { color: rgb(192,79,114); }
H1.HeaderClassName
{
color: #C04F72;
}
.AnyTagClassName
{
color: #C04F72;
}
</style>
background-color css
<style>
a { background-color: #C04F72; }
a { background-color: rgb(192,79,114); }
div.DivClassName
{
background-color: #C04F72;
}
.BgClassName
{
background-color: #C04F72;
}
</style>
border-color css
<style>
span { border-color: #C04F72; }
span { border-color: rgb(192,79,114); }
td.TdClassName
{
border-color: #C04F72;
}
.TagClassName
{
border-color: #C04F72;
}
</style>