Shades of Royal Heath #C74675
Tints of Royal Heath #C74675
RGB
CMYK
RGB Variations
Color information
#C74675 (or 0xC74675) is known color: Royal Heath. HEX triplet: C7, 46 and 75. RGB value is (199,70,117). Sum of RGB (Red+Green+Blue) = 199+70+117=386 (51% of max value = 765). Red value is 199 (78.12% from 255 or 51.55% from 386); Green value is 70 (27.73% from 255 or 18.13% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 199 - color contains mainly: red. Hex color #C74675 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C74675 is #38B98A. Grayscale: #717171. Windows color (decimal): -3717515 or 7685831. OLE color: 7685831.
HSL color Cylindrical-coordinate representation of color #C74675: hue angle of 338.14º 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 #C74675 is Cyan = 0, Magento = 0.65, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 70 | 117 | - |
| CMYK | 0 | 0.65 | 0.41 | 0.22 |
| HSL | 338.14º | 0.54% | 0.53% | - |
| HSV(B) | 338.14º | 0.65% | 0.78% | - |
| XYZ | 28.95 | 17.81 | 18.74 | - |
| YUV | 113.93 | 129.74 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 117 | 0 | 0.65 | 0.41 | 0.22 | 338.14 | 0.54 | 0.53 |
| Hex | C7 | 46 | 75 | 0 | 41 | 29 | 16 | 152 | 36 | 35 |
| Octal | 307 | 106 | 165 | 0 | 101 | 51 | 26 | 522 | 66 | 65 |
| Binary | 11000111 | 1000110 | 1110101 | 0 | 1000001 | 101001 | 10110 | 101010010 | 110110 | 110101 |
Color Harmonies of #C74675
Complementary color
Monochromatic Colors of #C74675
Black with #C74675
Text Example
Text Example
White with #C74675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C74675; }
p { color: rgb(199,70,117); }
H1.HeaderClassName
{
color: #C74675;
}
.AnyTagClassName
{
color: #C74675;
}
</style>
background-color css
<style>
a { background-color: #C74675; }
a { background-color: rgb(199,70,117); }
div.DivClassName
{
background-color: #C74675;
}
.BgClassName
{
background-color: #C74675;
}
</style>
border-color css
<style>
span { border-color: #C74675; }
span { border-color: rgb(199,70,117); }
td.TdClassName
{
border-color: #C74675;
}
.TagClassName
{
border-color: #C74675;
}
</style>