Shades of Royal Heath #C74776
Tints of Royal Heath #C74776
RGB
CMYK
RGB Variations
Color information
#C74776 (or 0xC74776) is known color: Royal Heath. HEX triplet: C7, 47 and 76. RGB value is (199,71,118). Sum of RGB (Red+Green+Blue) = 199+71+118=388 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.29% from 388); Green value is 71 (28.12% from 255 or 18.30% from 388); Blue value is 118 (46.48% from 255 or 30.41% from 388); Max value from RGB is 199 - color contains mainly: red. Hex color #C74776 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74776 is #38B889. Grayscale: #727272. Windows color (decimal): -3717258 or 7751623. OLE color: 7751623.
HSL color Cylindrical-coordinate representation of color #C74776: hue angle of 337.97º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C74776 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 118 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.22 |
| HSL | 337.97º | 0.53% | 0.53% | - |
| HSV(B) | 337.97º | 0.64% | 0.78% | - |
| XYZ | 29.08 | 17.96 | 19.07 | - |
| YUV | 114.63 | 129.91 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 118 | 0 | 0.64 | 0.41 | 0.22 | 337.97 | 0.53 | 0.53 |
| Hex | C7 | 47 | 76 | 0 | 40 | 29 | 16 | 152 | 35 | 35 |
| Octal | 307 | 107 | 166 | 0 | 100 | 51 | 26 | 522 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1110110 | 0 | 1000000 | 101001 | 10110 | 101010010 | 110101 | 110101 |
Color Harmonies of #C74776
Complementary color
Monochromatic Colors of #C74776
Black with #C74776
Text Example
Text Example
White with #C74776
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74776; }
p { color: rgb(199,71,118); }
H1.HeaderClassName
{
color: #C74776;
}
.AnyTagClassName
{
color: #C74776;
}
</style>
background-color css
<style>
a { background-color: #C74776; }
a { background-color: rgb(199,71,118); }
div.DivClassName
{
background-color: #C74776;
}
.BgClassName
{
background-color: #C74776;
}
</style>
border-color css
<style>
span { border-color: #C74776; }
span { border-color: rgb(199,71,118); }
td.TdClassName
{
border-color: #C74776;
}
.TagClassName
{
border-color: #C74776;
}
</style>