Shades of Royal Heath #C44873
Tints of Royal Heath #C44873
RGB
CMYK
RGB Variations
Color information
#C44873 (or 0xC44873) is known color: Royal Heath. HEX triplet: C4, 48 and 73. RGB value is (196,72,115). Sum of RGB (Red+Green+Blue) = 196+72+115=383 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.17% from 383); Green value is 72 (28.52% from 255 or 18.80% from 383); Blue value is 115 (45.31% from 255 or 30.03% from 383); Max value from RGB is 196 - color contains mainly: red. Hex color #C44873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44873 is #3BB78C. Grayscale: #717171. Windows color (decimal): -3913613 or 7555268. OLE color: 7555268.
HSL color Cylindrical-coordinate representation of color #C44873: hue angle of 339.19º 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 #C44873 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 72 | 115 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.23 |
| HSL | 339.19º | 0.51% | 0.53% | - |
| HSV(B) | 339.19º | 0.63% | 0.77% | - |
| XYZ | 28.18 | 17.61 | 18.13 | - |
| YUV | 113.98 | 128.58 | 186.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 72 | 115 | 0 | 0.63 | 0.41 | 0.23 | 339.19 | 0.51 | 0.53 |
| Hex | C4 | 48 | 73 | 0 | 3F | 29 | 17 | 153 | 33 | 35 |
| Octal | 304 | 110 | 163 | 0 | 77 | 51 | 27 | 523 | 63 | 65 |
| Binary | 11000100 | 1001000 | 1110011 | 0 | 111111 | 101001 | 10111 | 101010011 | 110011 | 110101 |
Color Harmonies of #C44873
Complementary color
Monochromatic Colors of #C44873
Black with #C44873
Text Example
Text Example
White with #C44873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44873; }
p { color: rgb(196,72,115); }
H1.HeaderClassName
{
color: #C44873;
}
.AnyTagClassName
{
color: #C44873;
}
</style>
background-color css
<style>
a { background-color: #C44873; }
a { background-color: rgb(196,72,115); }
div.DivClassName
{
background-color: #C44873;
}
.BgClassName
{
background-color: #C44873;
}
</style>
border-color css
<style>
span { border-color: #C44873; }
span { border-color: rgb(196,72,115); }
td.TdClassName
{
border-color: #C44873;
}
.TagClassName
{
border-color: #C44873;
}
</style>