Shades of Royal Heath #C04C72
Tints of Royal Heath #C04C72
RGB
CMYK
RGB Variations
Color information
#C04C72 (or 0xC04C72) is known color: Royal Heath. HEX triplet: C0, 4C and 72. RGB value is (192,76,114). Sum of RGB (Red+Green+Blue) = 192+76+114=382 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.26% from 382); Green value is 76 (30.08% from 255 or 19.90% from 382); Blue value is 114 (44.92% from 255 or 29.84% from 382); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C72 is #3FB38D. Grayscale: #727272. Windows color (decimal): -4174734 or 7490752. OLE color: 7490752.
HSL color Cylindrical-coordinate representation of color #C04C72: hue angle of 340.34º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04C72 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 114 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.25 |
| HSL | 340.34º | 0.48% | 0.53% | - |
| HSV(B) | 340.34º | 0.6% | 0.75% | - |
| XYZ | 27.36 | 17.59 | 17.87 | - |
| YUV | 115.02 | 127.43 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 114 | 0 | 0.60 | 0.41 | 0.25 | 340.34 | 0.48 | 0.53 |
| Hex | C0 | 4C | 72 | 0 | 3C | 29 | 19 | 154 | 30 | 35 |
| Octal | 300 | 114 | 162 | 0 | 74 | 51 | 31 | 524 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1110010 | 0 | 111100 | 101001 | 11001 | 101010100 | 110000 | 110101 |
Color Harmonies of #C04C72
Complementary color
Monochromatic Colors of #C04C72
Black with #C04C72
Text Example
Text Example
White with #C04C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C72; }
p { color: rgb(192,76,114); }
H1.HeaderClassName
{
color: #C04C72;
}
.AnyTagClassName
{
color: #C04C72;
}
</style>
background-color css
<style>
a { background-color: #C04C72; }
a { background-color: rgb(192,76,114); }
div.DivClassName
{
background-color: #C04C72;
}
.BgClassName
{
background-color: #C04C72;
}
</style>
border-color css
<style>
span { border-color: #C04C72; }
span { border-color: rgb(192,76,114); }
td.TdClassName
{
border-color: #C04C72;
}
.TagClassName
{
border-color: #C04C72;
}
</style>