Shades of Royal Heath #C44972
Tints of Royal Heath #C44972
RGB
CMYK
RGB Variations
Color information
#C44972 (or 0xC44972) is known color: Royal Heath. HEX triplet: C4, 49 and 72. RGB value is (196,73,114). Sum of RGB (Red+Green+Blue) = 196+73+114=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 114 (44.92% from 255 or 29.77% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44972 is #3BB68D. Grayscale: #727272. Windows color (decimal): -3913358 or 7489988. OLE color: 7489988.
HSL color Cylindrical-coordinate representation of color #C44972: hue angle of 340º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C44972 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 114 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.23 |
| HSL | 340º | 0.51% | 0.53% | - |
| HSV(B) | 340º | 0.63% | 0.77% | - |
| XYZ | 28.18 | 17.72 | 17.85 | - |
| YUV | 114.45 | 127.75 | 186.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 114 | 0 | 0.63 | 0.42 | 0.23 | 340 | 0.51 | 0.53 |
| Hex | C4 | 49 | 72 | 0 | 3F | 2A | 17 | 154 | 33 | 35 |
| Octal | 304 | 111 | 162 | 0 | 77 | 52 | 27 | 524 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1110010 | 0 | 111111 | 101010 | 10111 | 101010100 | 110011 | 110101 |
Color Harmonies of #C44972
Complementary color
Monochromatic Colors of #C44972
Black with #C44972
Text Example
Text Example
White with #C44972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44972; }
p { color: rgb(196,73,114); }
H1.HeaderClassName
{
color: #C44972;
}
.AnyTagClassName
{
color: #C44972;
}
</style>
background-color css
<style>
a { background-color: #C44972; }
a { background-color: rgb(196,73,114); }
div.DivClassName
{
background-color: #C44972;
}
.BgClassName
{
background-color: #C44972;
}
</style>
border-color css
<style>
span { border-color: #C44972; }
span { border-color: rgb(196,73,114); }
td.TdClassName
{
border-color: #C44972;
}
.TagClassName
{
border-color: #C44972;
}
</style>