Shades of Royal Heath #C24773
Tints of Royal Heath #C24773
RGB
CMYK
RGB Variations
Color information
#C24773 (or 0xC24773) is known color: Royal Heath. HEX triplet: C2, 47 and 73. RGB value is (194,71,115). Sum of RGB (Red+Green+Blue) = 194+71+115=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 71 (28.12% from 255 or 18.68% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24773 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24773 is #3DB88C. Grayscale: #707070. Windows color (decimal): -4044941 or 7555010. OLE color: 7555010.
HSL color Cylindrical-coordinate representation of color #C24773: hue angle of 338.54º 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 #C24773 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 115 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.24 |
| HSL | 338.54º | 0.5% | 0.52% | - |
| HSV(B) | 338.54º | 0.63% | 0.76% | - |
| XYZ | 27.6 | 17.21 | 18.09 | - |
| YUV | 112.79 | 129.25 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 115 | 0 | 0.63 | 0.41 | 0.24 | 338.54 | 0.5 | 0.52 |
| Hex | C2 | 47 | 73 | 0 | 3F | 29 | 18 | 153 | 32 | 34 |
| Octal | 302 | 107 | 163 | 0 | 77 | 51 | 30 | 523 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1110011 | 0 | 111111 | 101001 | 11000 | 101010011 | 110010 | 110100 |
Color Harmonies of #C24773
Complementary color
Monochromatic Colors of #C24773
Black with #C24773
Text Example
Text Example
White with #C24773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24773; }
p { color: rgb(194,71,115); }
H1.HeaderClassName
{
color: #C24773;
}
.AnyTagClassName
{
color: #C24773;
}
</style>
background-color css
<style>
a { background-color: #C24773; }
a { background-color: rgb(194,71,115); }
div.DivClassName
{
background-color: #C24773;
}
.BgClassName
{
background-color: #C24773;
}
</style>
border-color css
<style>
span { border-color: #C24773; }
span { border-color: rgb(194,71,115); }
td.TdClassName
{
border-color: #C24773;
}
.TagClassName
{
border-color: #C24773;
}
</style>