Shades of Royal Heath #C04C73
Tints of Royal Heath #C04C73
RGB
CMYK
RGB Variations
Color information
#C04C73 (or 0xC04C73) is known color: Royal Heath. HEX triplet: C0, 4C and 73. RGB value is (192,76,115). Sum of RGB (Red+Green+Blue) = 192+76+115=383 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.13% from 383); Green value is 76 (30.08% from 255 or 19.84% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 192 - color contains mainly: red. Hex color #C04C73 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04C73 is #3FB38C. Grayscale: #737373. Windows color (decimal): -4174733 or 7556288. OLE color: 7556288.
HSL color Cylindrical-coordinate representation of color #C04C73: hue angle of 339.83º 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 #C04C73 is Cyan = 0, Magento = 0.60, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 76 | 115 | - |
| CMYK | 0 | 0.60 | 0.40 | 0.25 |
| HSL | 339.83º | 0.48% | 0.53% | - |
| HSV(B) | 339.83º | 0.6% | 0.75% | - |
| XYZ | 27.42 | 17.61 | 18.17 | - |
| YUV | 115.13 | 127.93 | 182.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 76 | 115 | 0 | 0.60 | 0.40 | 0.25 | 339.83 | 0.48 | 0.53 |
| Hex | C0 | 4C | 73 | 0 | 3C | 28 | 19 | 154 | 30 | 35 |
| Octal | 300 | 114 | 163 | 0 | 74 | 50 | 31 | 524 | 60 | 65 |
| Binary | 11000000 | 1001100 | 1110011 | 0 | 111100 | 101000 | 11001 | 101010100 | 110000 | 110101 |
Color Harmonies of #C04C73
Complementary color
Monochromatic Colors of #C04C73
Black with #C04C73
Text Example
Text Example
White with #C04C73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04C73; }
p { color: rgb(192,76,115); }
H1.HeaderClassName
{
color: #C04C73;
}
.AnyTagClassName
{
color: #C04C73;
}
</style>
background-color css
<style>
a { background-color: #C04C73; }
a { background-color: rgb(192,76,115); }
div.DivClassName
{
background-color: #C04C73;
}
.BgClassName
{
background-color: #C04C73;
}
</style>
border-color css
<style>
span { border-color: #C04C73; }
span { border-color: rgb(192,76,115); }
td.TdClassName
{
border-color: #C04C73;
}
.TagClassName
{
border-color: #C04C73;
}
</style>