Shades of Royal Heath #C24870
Tints of Royal Heath #C24870
RGB
CMYK
RGB Variations
Color information
#C24870 (or 0xC24870) is known color: Royal Heath. HEX triplet: C2, 48 and 70. RGB value is (194,72,112). Sum of RGB (Red+Green+Blue) = 194+72+112=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24870 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24870 is #3DB78F. Grayscale: #717171. Windows color (decimal): -4044688 or 7358658. OLE color: 7358658.
HSL color Cylindrical-coordinate representation of color #C24870: hue angle of 340.33º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24870 is Cyan = 0, Magento = 0.63, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 112 | - |
| CMYK | 0 | 0.63 | 0.42 | 0.24 |
| HSL | 340.33º | 0.5% | 0.52% | - |
| HSV(B) | 340.33º | 0.63% | 0.76% | - |
| XYZ | 27.49 | 17.27 | 17.21 | - |
| YUV | 113.04 | 127.42 | 185.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 112 | 0 | 0.63 | 0.42 | 0.24 | 340.33 | 0.5 | 0.52 |
| Hex | C2 | 48 | 70 | 0 | 3F | 2A | 18 | 154 | 32 | 34 |
| Octal | 302 | 110 | 160 | 0 | 77 | 52 | 30 | 524 | 62 | 64 |
| Binary | 11000010 | 1001000 | 1110000 | 0 | 111111 | 101010 | 11000 | 101010100 | 110010 | 110100 |
Color Harmonies of #C24870
Complementary color
Monochromatic Colors of #C24870
Black with #C24870
Text Example
Text Example
White with #C24870
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24870; }
p { color: rgb(194,72,112); }
H1.HeaderClassName
{
color: #C24870;
}
.AnyTagClassName
{
color: #C24870;
}
</style>
background-color css
<style>
a { background-color: #C24870; }
a { background-color: rgb(194,72,112); }
div.DivClassName
{
background-color: #C24870;
}
.BgClassName
{
background-color: #C24870;
}
</style>
border-color css
<style>
span { border-color: #C24870; }
span { border-color: rgb(194,72,112); }
td.TdClassName
{
border-color: #C24870;
}
.TagClassName
{
border-color: #C24870;
}
</style>