Shades of Royal Heath #C24873
Tints of Royal Heath #C24873
RGB
CMYK
RGB Variations
Color information
#C24873 (or 0xC24873) is known color: Royal Heath. HEX triplet: C2, 48 and 73. RGB value is (194,72,115). Sum of RGB (Red+Green+Blue) = 194+72+115=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 72 (28.52% from 255 or 18.90% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C24873 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24873 is #3DB78C. Grayscale: #717171. Windows color (decimal): -4044685 or 7555266. OLE color: 7555266.
HSL color Cylindrical-coordinate representation of color #C24873: hue angle of 338.85º 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 #C24873 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 72 | 115 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.24 |
| HSL | 338.85º | 0.5% | 0.52% | - |
| HSV(B) | 338.85º | 0.63% | 0.76% | - |
| XYZ | 27.66 | 17.34 | 18.11 | - |
| YUV | 113.38 | 128.92 | 185.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 72 | 115 | 0 | 0.63 | 0.41 | 0.24 | 338.85 | 0.5 | 0.52 |
| Hex | C2 | 48 | 73 | 0 | 3F | 29 | 18 | 153 | 32 | 34 |
| Octal | 302 | 110 | 163 | 0 | 77 | 51 | 30 | 523 | 62 | 64 |
| Binary | 11000010 | 1001000 | 1110011 | 0 | 111111 | 101001 | 11000 | 101010011 | 110010 | 110100 |
Color Harmonies of #C24873
Complementary color
Monochromatic Colors of #C24873
Black with #C24873
Text Example
Text Example
White with #C24873
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24873; }
p { color: rgb(194,72,115); }
H1.HeaderClassName
{
color: #C24873;
}
.AnyTagClassName
{
color: #C24873;
}
</style>
background-color css
<style>
a { background-color: #C24873; }
a { background-color: rgb(194,72,115); }
div.DivClassName
{
background-color: #C24873;
}
.BgClassName
{
background-color: #C24873;
}
</style>
border-color css
<style>
span { border-color: #C24873; }
span { border-color: rgb(194,72,115); }
td.TdClassName
{
border-color: #C24873;
}
.TagClassName
{
border-color: #C24873;
}
</style>