Shades of Royal Heath #C74170
Tints of Royal Heath #C74170
RGB
CMYK
RGB Variations
Color information
#C74170 (or 0xC74170) is known color: Royal Heath. HEX triplet: C7, 41 and 70. RGB value is (199,65,112). Sum of RGB (Red+Green+Blue) = 199+65+112=376 (49% of max value = 765). Red value is 199 (78.12% from 255 or 52.93% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 199 - color contains mainly: red. Hex color #C74170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74170 is #38BE8F. Grayscale: #6E6E6E. Windows color (decimal): -3718800 or 7356871. OLE color: 7356871.
HSL color Cylindrical-coordinate representation of color #C74170: hue angle of 338.96º 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 #C74170 is Cyan = 0, Magento = 0.67, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 65 | 112 | - |
| CMYK | 0 | 0.67 | 0.44 | 0.22 |
| HSL | 338.96º | 0.54% | 0.52% | - |
| HSV(B) | 338.96º | 0.67% | 0.78% | - |
| XYZ | 28.37 | 17.09 | 17.13 | - |
| YUV | 110.42 | 128.89 | 191.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 65 | 112 | 0 | 0.67 | 0.44 | 0.22 | 338.96 | 0.54 | 0.52 |
| Hex | C7 | 41 | 70 | 0 | 43 | 2C | 16 | 153 | 36 | 34 |
| Octal | 307 | 101 | 160 | 0 | 103 | 54 | 26 | 523 | 66 | 64 |
| Binary | 11000111 | 1000001 | 1110000 | 0 | 1000011 | 101100 | 10110 | 101010011 | 110110 | 110100 |
Color Harmonies of #C74170
Complementary color
Monochromatic Colors of #C74170
Black with #C74170
Text Example
Text Example
White with #C74170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74170; }
p { color: rgb(199,65,112); }
H1.HeaderClassName
{
color: #C74170;
}
.AnyTagClassName
{
color: #C74170;
}
</style>
background-color css
<style>
a { background-color: #C74170; }
a { background-color: rgb(199,65,112); }
div.DivClassName
{
background-color: #C74170;
}
.BgClassName
{
background-color: #C74170;
}
</style>
border-color css
<style>
span { border-color: #C74170; }
span { border-color: rgb(199,65,112); }
td.TdClassName
{
border-color: #C74170;
}
.TagClassName
{
border-color: #C74170;
}
</style>