Shades of Royal Heath #C24574
Tints of Royal Heath #C24574
RGB
CMYK
RGB Variations
Color information
#C24574 (or 0xC24574) is known color: Royal Heath. HEX triplet: C2, 45 and 74. RGB value is (194,69,116). Sum of RGB (Red+Green+Blue) = 194+69+116=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24574 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24574 is #3DBA8B. Grayscale: #6F6F6F. Windows color (decimal): -4045452 or 7620034. OLE color: 7620034.
HSL color Cylindrical-coordinate representation of color #C24574: hue angle of 337.44º 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 #C24574 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 69 | 116 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.24 |
| HSL | 337.44º | 0.51% | 0.52% | - |
| HSV(B) | 337.44º | 0.64% | 0.76% | - |
| XYZ | 27.53 | 16.99 | 18.35 | - |
| YUV | 111.73 | 130.41 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 69 | 116 | 0 | 0.64 | 0.40 | 0.24 | 337.44 | 0.51 | 0.52 |
| Hex | C2 | 45 | 74 | 0 | 40 | 28 | 18 | 151 | 33 | 34 |
| Octal | 302 | 105 | 164 | 0 | 100 | 50 | 30 | 521 | 63 | 64 |
| Binary | 11000010 | 1000101 | 1110100 | 0 | 1000000 | 101000 | 11000 | 101010001 | 110011 | 110100 |
Color Harmonies of #C24574
Complementary color
Monochromatic Colors of #C24574
Black with #C24574
Text Example
Text Example
White with #C24574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24574; }
p { color: rgb(194,69,116); }
H1.HeaderClassName
{
color: #C24574;
}
.AnyTagClassName
{
color: #C24574;
}
</style>
background-color css
<style>
a { background-color: #C24574; }
a { background-color: rgb(194,69,116); }
div.DivClassName
{
background-color: #C24574;
}
.BgClassName
{
background-color: #C24574;
}
</style>
border-color css
<style>
span { border-color: #C24574; }
span { border-color: rgb(194,69,116); }
td.TdClassName
{
border-color: #C24574;
}
.TagClassName
{
border-color: #C24574;
}
</style>