Shades of Royal Heath #C74A76
Tints of Royal Heath #C74A76
RGB
CMYK
RGB Variations
Color information
#C74A76 (or 0xC74A76) is known color: Royal Heath. HEX triplet: C7, 4A and 76. RGB value is (199,74,118). Sum of RGB (Red+Green+Blue) = 199+74+118=391 (51% of max value = 765). Red value is 199 (78.12% from 255 or 50.90% from 391); Green value is 74 (29.30% from 255 or 18.93% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 199 - color contains mainly: red. Hex color #C74A76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74A76 is #38B589. Grayscale: #747474. Windows color (decimal): -3716490 or 7752391. OLE color: 7752391.
HSL color Cylindrical-coordinate representation of color #C74A76: hue angle of 338.88º degrees, saturation: 0.53, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C74A76 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 74 | 118 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.22 |
| HSL | 338.88º | 0.53% | 0.54% | - |
| HSV(B) | 338.88º | 0.63% | 0.78% | - |
| XYZ | 29.27 | 18.35 | 19.14 | - |
| YUV | 116.39 | 128.91 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 74 | 118 | 0 | 0.63 | 0.41 | 0.22 | 338.88 | 0.53 | 0.54 |
| Hex | C7 | 4A | 76 | 0 | 3F | 29 | 16 | 153 | 35 | 36 |
| Octal | 307 | 112 | 166 | 0 | 77 | 51 | 26 | 523 | 65 | 66 |
| Binary | 11000111 | 1001010 | 1110110 | 0 | 111111 | 101001 | 10110 | 101010011 | 110101 | 110110 |
Color Harmonies of #C74A76
Complementary color
Monochromatic Colors of #C74A76
Black with #C74A76
Text Example
Text Example
White with #C74A76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74A76; }
p { color: rgb(199,74,118); }
H1.HeaderClassName
{
color: #C74A76;
}
.AnyTagClassName
{
color: #C74A76;
}
</style>
background-color css
<style>
a { background-color: #C74A76; }
a { background-color: rgb(199,74,118); }
div.DivClassName
{
background-color: #C74A76;
}
.BgClassName
{
background-color: #C74A76;
}
</style>
border-color css
<style>
span { border-color: #C74A76; }
span { border-color: rgb(199,74,118); }
td.TdClassName
{
border-color: #C74A76;
}
.TagClassName
{
border-color: #C74A76;
}
</style>