Shades of Royal Heath #C04972
Tints of Royal Heath #C04972
RGB
CMYK
RGB Variations
Color information
#C04972 (or 0xC04972) is known color: Royal Heath. HEX triplet: C0, 49 and 72. RGB value is (192,73,114). Sum of RGB (Red+Green+Blue) = 192+73+114=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 73 (28.91% from 255 or 19.26% from 379); Blue value is 114 (44.92% from 255 or 30.08% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04972 is #3FB68D. Grayscale: #717171. Windows color (decimal): -4175502 or 7489984. OLE color: 7489984.
HSL color Cylindrical-coordinate representation of color #C04972: hue angle of 339.33º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C04972 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 73 | 114 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.25 |
| HSL | 339.33º | 0.49% | 0.52% | - |
| HSV(B) | 339.33º | 0.62% | 0.75% | - |
| XYZ | 27.16 | 17.19 | 17.81 | - |
| YUV | 113.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 73 | 114 | 0 | 0.62 | 0.41 | 0.25 | 339.33 | 0.49 | 0.52 |
| Hex | C0 | 49 | 72 | 0 | 3E | 29 | 19 | 153 | 31 | 34 |
| Octal | 300 | 111 | 162 | 0 | 76 | 51 | 31 | 523 | 61 | 64 |
| Binary | 11000000 | 1001001 | 1110010 | 0 | 111110 | 101001 | 11001 | 101010011 | 110001 | 110100 |
Color Harmonies of #C04972
Complementary color
Monochromatic Colors of #C04972
Black with #C04972
Text Example
Text Example
White with #C04972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04972; }
p { color: rgb(192,73,114); }
H1.HeaderClassName
{
color: #C04972;
}
.AnyTagClassName
{
color: #C04972;
}
</style>
background-color css
<style>
a { background-color: #C04972; }
a { background-color: rgb(192,73,114); }
div.DivClassName
{
background-color: #C04972;
}
.BgClassName
{
background-color: #C04972;
}
</style>
border-color css
<style>
span { border-color: #C04972; }
span { border-color: rgb(192,73,114); }
td.TdClassName
{
border-color: #C04972;
}
.TagClassName
{
border-color: #C04972;
}
</style>