Shades of Royal Heath #C24470
Tints of Royal Heath #C24470
RGB
CMYK
RGB Variations
Color information
#C24470 (or 0xC24470) is known color: Royal Heath. HEX triplet: C2, 44 and 70. RGB value is (194,68,112). Sum of RGB (Red+Green+Blue) = 194+68+112=374 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.87% from 374); Green value is 68 (26.95% from 255 or 18.18% from 374); Blue value is 112 (44.14% from 255 or 29.95% from 374); Max value from RGB is 194 - color contains mainly: red. Hex color #C24470 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24470 is #3DBB8F. Grayscale: #6E6E6E. Windows color (decimal): -4045712 or 7357634. OLE color: 7357634.
HSL color Cylindrical-coordinate representation of color #C24470: hue angle of 339.05º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C24470 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 112 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.24 |
| HSL | 339.05º | 0.51% | 0.51% | - |
| HSV(B) | 339.05º | 0.65% | 0.76% | - |
| XYZ | 27.24 | 16.77 | 17.13 | - |
| YUV | 110.69 | 128.74 | 187.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 112 | 0 | 0.65 | 0.42 | 0.24 | 339.05 | 0.51 | 0.51 |
| Hex | C2 | 44 | 70 | 0 | 41 | 2A | 18 | 153 | 33 | 33 |
| Octal | 302 | 104 | 160 | 0 | 101 | 52 | 30 | 523 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1110000 | 0 | 1000001 | 101010 | 11000 | 101010011 | 110011 | 110011 |
Color Harmonies of #C24470
Complementary color
Monochromatic Colors of #C24470
Black with #C24470
Text Example
Text Example
White with #C24470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24470; }
p { color: rgb(194,68,112); }
H1.HeaderClassName
{
color: #C24470;
}
.AnyTagClassName
{
color: #C24470;
}
</style>
background-color css
<style>
a { background-color: #C24470; }
a { background-color: rgb(194,68,112); }
div.DivClassName
{
background-color: #C24470;
}
.BgClassName
{
background-color: #C24470;
}
</style>
border-color css
<style>
span { border-color: #C24470; }
span { border-color: rgb(194,68,112); }
td.TdClassName
{
border-color: #C24470;
}
.TagClassName
{
border-color: #C24470;
}
</style>