Shades of Royal Heath #C74778
Tints of Royal Heath #C74778
RGB
CMYK
RGB Variations
Color information
#C74778 (or 0xC74778) is known color: Royal Heath. HEX triplet: C7, 47 and 78. RGB value is (199,71,120). Sum of RGB (Red+Green+Blue) = 199+71+120=390 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.03% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 120 (47.27% from 255 or 30.77% from 390); Max value from RGB is 199 - color contains mainly: red. Hex color #C74778 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74778 is #38B887. Grayscale: #727272. Windows color (decimal): -3717256 or 7882695. OLE color: 7882695.
HSL color Cylindrical-coordinate representation of color #C74778: hue angle of 337.03º 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 #C74778 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 71 | 120 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.22 |
| HSL | 337.03º | 0.53% | 0.53% | - |
| HSV(B) | 337.03º | 0.64% | 0.78% | - |
| XYZ | 29.2 | 18 | 19.71 | - |
| YUV | 114.86 | 130.91 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 71 | 120 | 0 | 0.64 | 0.40 | 0.22 | 337.03 | 0.53 | 0.53 |
| Hex | C7 | 47 | 78 | 0 | 40 | 28 | 16 | 151 | 35 | 35 |
| Octal | 307 | 107 | 170 | 0 | 100 | 50 | 26 | 521 | 65 | 65 |
| Binary | 11000111 | 1000111 | 1111000 | 0 | 1000000 | 101000 | 10110 | 101010001 | 110101 | 110101 |
Color Harmonies of #C74778
Complementary color
Monochromatic Colors of #C74778
Black with #C74778
Text Example
Text Example
White with #C74778
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74778; }
p { color: rgb(199,71,120); }
H1.HeaderClassName
{
color: #C74778;
}
.AnyTagClassName
{
color: #C74778;
}
</style>
background-color css
<style>
a { background-color: #C74778; }
a { background-color: rgb(199,71,120); }
div.DivClassName
{
background-color: #C74778;
}
.BgClassName
{
background-color: #C74778;
}
</style>
border-color css
<style>
span { border-color: #C74778; }
span { border-color: rgb(199,71,120); }
td.TdClassName
{
border-color: #C74778;
}
.TagClassName
{
border-color: #C74778;
}
</style>