Shades of Royal Heath #C44776
Tints of Royal Heath #C44776
RGB
CMYK
RGB Variations
Color information
#C44776 (or 0xC44776) is known color: Royal Heath. HEX triplet: C4, 47 and 76. RGB value is (196,71,118). Sum of RGB (Red+Green+Blue) = 196+71+118=385 (50% of max value = 765). Red value is 196 (76.95% from 255 or 50.91% from 385); Green value is 71 (28.12% from 255 or 18.44% from 385); Blue value is 118 (46.48% from 255 or 30.65% from 385); Max value from RGB is 196 - color contains mainly: red. Hex color #C44776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44776 is #3BB889. Grayscale: #717171. Windows color (decimal): -3913866 or 7751620. OLE color: 7751620.
HSL color Cylindrical-coordinate representation of color #C44776: hue angle of 337.44º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44776 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 118 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.23 |
| HSL | 337.44º | 0.51% | 0.52% | - |
| HSV(B) | 337.44º | 0.64% | 0.77% | - |
| XYZ | 28.29 | 17.55 | 19.04 | - |
| YUV | 113.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 118 | 0 | 0.64 | 0.40 | 0.23 | 337.44 | 0.51 | 0.52 |
| Hex | C4 | 47 | 76 | 0 | 40 | 28 | 17 | 151 | 33 | 34 |
| Octal | 304 | 107 | 166 | 0 | 100 | 50 | 27 | 521 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1110110 | 0 | 1000000 | 101000 | 10111 | 101010001 | 110011 | 110100 |
Color Harmonies of #C44776
Complementary color
Monochromatic Colors of #C44776
Black with #C44776
Text Example
Text Example
White with #C44776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44776; }
p { color: rgb(196,71,118); }
H1.HeaderClassName
{
color: #C44776;
}
.AnyTagClassName
{
color: #C44776;
}
</style>
background-color css
<style>
a { background-color: #C44776; }
a { background-color: rgb(196,71,118); }
div.DivClassName
{
background-color: #C44776;
}
.BgClassName
{
background-color: #C44776;
}
</style>
border-color css
<style>
span { border-color: #C44776; }
span { border-color: rgb(196,71,118); }
td.TdClassName
{
border-color: #C44776;
}
.TagClassName
{
border-color: #C44776;
}
</style>