Shades of Royal Heath #C44973
Tints of Royal Heath #C44973
RGB
CMYK
RGB Variations
Color information
#C44973 (or 0xC44973) is known color: Royal Heath. HEX triplet: C4, 49 and 73. RGB value is (196,73,115). Sum of RGB (Red+Green+Blue) = 196+73+115=384 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.04% from 384); Green value is 73 (28.91% from 255 or 19.01% from 384); Blue value is 115 (45.31% from 255 or 29.95% from 384); Max value from RGB is 196 - color contains mainly: red. Hex color #C44973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44973 is #3BB68C. Grayscale: #727272. Windows color (decimal): -3913357 or 7555524. OLE color: 7555524.
HSL color Cylindrical-coordinate representation of color #C44973: hue angle of 339.51º 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 #C44973 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 73 | 115 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.23 |
| HSL | 339.51º | 0.51% | 0.53% | - |
| HSV(B) | 339.51º | 0.63% | 0.77% | - |
| XYZ | 28.24 | 17.74 | 18.16 | - |
| YUV | 114.57 | 128.25 | 186.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 73 | 115 | 0 | 0.63 | 0.41 | 0.23 | 339.51 | 0.51 | 0.53 |
| Hex | C4 | 49 | 73 | 0 | 3F | 29 | 17 | 154 | 33 | 35 |
| Octal | 304 | 111 | 163 | 0 | 77 | 51 | 27 | 524 | 63 | 65 |
| Binary | 11000100 | 1001001 | 1110011 | 0 | 111111 | 101001 | 10111 | 101010100 | 110011 | 110101 |
Color Harmonies of #C44973
Complementary color
Monochromatic Colors of #C44973
Black with #C44973
Text Example
Text Example
White with #C44973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44973; }
p { color: rgb(196,73,115); }
H1.HeaderClassName
{
color: #C44973;
}
.AnyTagClassName
{
color: #C44973;
}
</style>
background-color css
<style>
a { background-color: #C44973; }
a { background-color: rgb(196,73,115); }
div.DivClassName
{
background-color: #C44973;
}
.BgClassName
{
background-color: #C44973;
}
</style>
border-color css
<style>
span { border-color: #C44973; }
span { border-color: rgb(196,73,115); }
td.TdClassName
{
border-color: #C44973;
}
.TagClassName
{
border-color: #C44973;
}
</style>