Shades of Royal Heath #C24377
Tints of Royal Heath #C24377
RGB
CMYK
RGB Variations
Color information
#C24377 (or 0xC24377) is known color: Royal Heath. HEX triplet: C2, 43 and 77. RGB value is (194,67,119). Sum of RGB (Red+Green+Blue) = 194+67+119=380 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.05% from 380); Green value is 67 (26.56% from 255 or 17.63% from 380); Blue value is 119 (46.88% from 255 or 31.32% from 380); Max value from RGB is 194 - color contains mainly: red. Hex color #C24377 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24377 is #3DBC88. Grayscale: #6E6E6E. Windows color (decimal): -4045961 or 7816130. OLE color: 7816130.
HSL color Cylindrical-coordinate representation of color #C24377: hue angle of 335.43º 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 #C24377 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 119 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.24 |
| HSL | 335.43º | 0.51% | 0.51% | - |
| HSV(B) | 335.43º | 0.65% | 0.76% | - |
| XYZ | 27.59 | 16.82 | 19.24 | - |
| YUV | 110.9 | 132.58 | 187.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 119 | 0 | 0.65 | 0.39 | 0.24 | 335.43 | 0.51 | 0.51 |
| Hex | C2 | 43 | 77 | 0 | 41 | 27 | 18 | 14F | 33 | 33 |
| Octal | 302 | 103 | 167 | 0 | 101 | 47 | 30 | 517 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1110111 | 0 | 1000001 | 100111 | 11000 | 101001111 | 110011 | 110011 |
Color Harmonies of #C24377
Complementary color
Monochromatic Colors of #C24377
Black with #C24377
Text Example
Text Example
White with #C24377
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24377; }
p { color: rgb(194,67,119); }
H1.HeaderClassName
{
color: #C24377;
}
.AnyTagClassName
{
color: #C24377;
}
</style>
background-color css
<style>
a { background-color: #C24377; }
a { background-color: rgb(194,67,119); }
div.DivClassName
{
background-color: #C24377;
}
.BgClassName
{
background-color: #C24377;
}
</style>
border-color css
<style>
span { border-color: #C24377; }
span { border-color: rgb(194,67,119); }
td.TdClassName
{
border-color: #C24377;
}
.TagClassName
{
border-color: #C24377;
}
</style>