Shades of Royal Heath #C24573
Tints of Royal Heath #C24573
RGB
CMYK
RGB Variations
Color information
#C24573 (or 0xC24573) is known color: Royal Heath. HEX triplet: C2, 45 and 73. RGB value is (194,69,115). Sum of RGB (Red+Green+Blue) = 194+69+115=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 69 (27.34% from 255 or 18.25% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24573 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24573 is #3DBA8C. Grayscale: #6F6F6F. Windows color (decimal): -4045453 or 7554498. OLE color: 7554498.
HSL color Cylindrical-coordinate representation of color #C24573: hue angle of 337.92º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C24573 is Cyan = 0, Magento = 0.64, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 115 | - |
| CMYK | 0 | 0.64 | 0.41 | 0.24 |
| HSL | 337.92º | 0.51% | 0.52% | - |
| HSV(B) | 337.92º | 0.64% | 0.76% | - |
| XYZ | 27.47 | 16.96 | 18.05 | - |
| YUV | 111.62 | 129.91 | 186.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 115 | 0 | 0.64 | 0.41 | 0.24 | 337.92 | 0.51 | 0.52 |
| Hex | C2 | 45 | 73 | 0 | 40 | 29 | 18 | 152 | 33 | 34 |
| Octal | 302 | 105 | 163 | 0 | 100 | 51 | 30 | 522 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1110011 | 0 | 1000000 | 101001 | 11000 | 101010010 | 110011 | 110100 |
Color Harmonies of #C24573
Complementary color
Monochromatic Colors of #C24573
Black with #C24573
Text Example
Text Example
White with #C24573
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24573; }
p { color: rgb(194,69,115); }
H1.HeaderClassName
{
color: #C24573;
}
.AnyTagClassName
{
color: #C24573;
}
</style>
background-color css
<style>
a { background-color: #C24573; }
a { background-color: rgb(194,69,115); }
div.DivClassName
{
background-color: #C24573;
}
.BgClassName
{
background-color: #C24573;
}
</style>
border-color css
<style>
span { border-color: #C24573; }
span { border-color: rgb(194,69,115); }
td.TdClassName
{
border-color: #C24573;
}
.TagClassName
{
border-color: #C24573;
}
</style>