Shades of Royal Heath #C74276
Tints of Royal Heath #C74276
RGB
CMYK
RGB Variations
Color information
#C74276 (or 0xC74276) is known color: Royal Heath. HEX triplet: C7, 42 and 76. RGB value is (199,66,118). Sum of RGB (Red+Green+Blue) = 199+66+118=383 (50% of max value = 765). Red value is 199 (78.12% from 255 or 51.96% from 383); Green value is 66 (26.17% from 255 or 17.23% from 383); Blue value is 118 (46.48% from 255 or 30.81% from 383); Max value from RGB is 199 - color contains mainly: red. Hex color #C74276 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74276 is #38BD89. Grayscale: #6F6F6F. Windows color (decimal): -3718538 or 7750343. OLE color: 7750343.
HSL color Cylindrical-coordinate representation of color #C74276: hue angle of 336.54º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C74276 is Cyan = 0, Magento = 0.67, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 118 | - |
| CMYK | 0 | 0.67 | 0.41 | 0.22 |
| HSL | 336.54º | 0.54% | 0.52% | - |
| HSV(B) | 336.54º | 0.67% | 0.78% | - |
| XYZ | 28.77 | 17.35 | 18.97 | - |
| YUV | 111.7 | 131.56 | 190.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 118 | 0 | 0.67 | 0.41 | 0.22 | 336.54 | 0.54 | 0.52 |
| Hex | C7 | 42 | 76 | 0 | 43 | 29 | 16 | 151 | 36 | 34 |
| Octal | 307 | 102 | 166 | 0 | 103 | 51 | 26 | 521 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1110110 | 0 | 1000011 | 101001 | 10110 | 101010001 | 110110 | 110100 |
Color Harmonies of #C74276
Complementary color
Monochromatic Colors of #C74276
Black with #C74276
Text Example
Text Example
White with #C74276
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74276; }
p { color: rgb(199,66,118); }
H1.HeaderClassName
{
color: #C74276;
}
.AnyTagClassName
{
color: #C74276;
}
</style>
background-color css
<style>
a { background-color: #C74276; }
a { background-color: rgb(199,66,118); }
div.DivClassName
{
background-color: #C74276;
}
.BgClassName
{
background-color: #C74276;
}
</style>
border-color css
<style>
span { border-color: #C74276; }
span { border-color: rgb(199,66,118); }
td.TdClassName
{
border-color: #C74276;
}
.TagClassName
{
border-color: #C74276;
}
</style>