Shades of Royal Heath #C74279
Tints of Royal Heath #C74279
RGB
CMYK
RGB Variations
Color information
#C74279 (or 0xC74279) is known color: Royal Heath. HEX triplet: C7, 42 and 79. RGB value is (199,66,121). Sum of RGB (Red+Green+Blue) = 199+66+121=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 66 (26.17% from 255 or 17.10% from 386); Blue value is 121 (47.66% from 255 or 31.35% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C74279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74279 is #38BD86. Grayscale: #6F6F6F. Windows color (decimal): -3718535 or 7946951. OLE color: 7946951.
HSL color Cylindrical-coordinate representation of color #C74279: hue angle of 335.19º 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 #C74279 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 66 | 121 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.22 |
| HSL | 335.19º | 0.54% | 0.52% | - |
| HSV(B) | 335.19º | 0.67% | 0.78% | - |
| XYZ | 28.95 | 17.42 | 19.93 | - |
| YUV | 112.04 | 133.06 | 190.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 66 | 121 | 0 | 0.67 | 0.39 | 0.22 | 335.19 | 0.54 | 0.52 |
| Hex | C7 | 42 | 79 | 0 | 43 | 27 | 16 | 14F | 36 | 34 |
| Octal | 307 | 102 | 171 | 0 | 103 | 47 | 26 | 517 | 66 | 64 |
| Binary | 11000111 | 1000010 | 1111001 | 0 | 1000011 | 100111 | 10110 | 101001111 | 110110 | 110100 |
Color Harmonies of #C74279
Complementary color
Monochromatic Colors of #C74279
Black with #C74279
Text Example
Text Example
White with #C74279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74279; }
p { color: rgb(199,66,121); }
H1.HeaderClassName
{
color: #C74279;
}
.AnyTagClassName
{
color: #C74279;
}
</style>
background-color css
<style>
a { background-color: #C74279; }
a { background-color: rgb(199,66,121); }
div.DivClassName
{
background-color: #C74279;
}
.BgClassName
{
background-color: #C74279;
}
</style>
border-color css
<style>
span { border-color: #C74279; }
span { border-color: rgb(199,66,121); }
td.TdClassName
{
border-color: #C74279;
}
.TagClassName
{
border-color: #C74279;
}
</style>