Shades of Royal Heath #C74577
Tints of Royal Heath #C74577
RGB
CMYK
RGB Variations
Color information
#C74577 (or 0xC74577) is known color: Royal Heath. HEX triplet: C7, 45 and 77. RGB value is (199,69,119). Sum of RGB (Red+Green+Blue) = 199+69+119=387 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.42% from 387); Green value is 69 (27.34% from 255 or 17.83% from 387); Blue value is 119 (46.88% from 255 or 30.75% from 387); Max value from RGB is 199 - color contains mainly: red. Hex color #C74577 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74577 is #38BA88. Grayscale: #717171. Windows color (decimal): -3717769 or 7816647. OLE color: 7816647.
HSL color Cylindrical-coordinate representation of color #C74577: hue angle of 336.92º degrees, saturation: 0.54, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C74577 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 69 | 119 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.22 |
| HSL | 336.92º | 0.54% | 0.53% | - |
| HSV(B) | 336.92º | 0.65% | 0.78% | - |
| XYZ | 29.01 | 17.73 | 19.35 | - |
| YUV | 113.57 | 131.07 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 69 | 119 | 0 | 0.65 | 0.40 | 0.22 | 336.92 | 0.54 | 0.53 |
| Hex | C7 | 45 | 77 | 0 | 41 | 28 | 16 | 151 | 36 | 35 |
| Octal | 307 | 105 | 167 | 0 | 101 | 50 | 26 | 521 | 66 | 65 |
| Binary | 11000111 | 1000101 | 1110111 | 0 | 1000001 | 101000 | 10110 | 101010001 | 110110 | 110101 |
Color Harmonies of #C74577
Complementary color
Monochromatic Colors of #C74577
Black with #C74577
Text Example
Text Example
White with #C74577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74577; }
p { color: rgb(199,69,119); }
H1.HeaderClassName
{
color: #C74577;
}
.AnyTagClassName
{
color: #C74577;
}
</style>
background-color css
<style>
a { background-color: #C74577; }
a { background-color: rgb(199,69,119); }
div.DivClassName
{
background-color: #C74577;
}
.BgClassName
{
background-color: #C74577;
}
</style>
border-color css
<style>
span { border-color: #C74577; }
span { border-color: rgb(199,69,119); }
td.TdClassName
{
border-color: #C74577;
}
.TagClassName
{
border-color: #C74577;
}
</style>