Shades of Royal Heath #C24177
Tints of Royal Heath #C24177
RGB
CMYK
RGB Variations
Color information
#C24177 (or 0xC24177) is known color: Royal Heath. HEX triplet: C2, 41 and 77. RGB value is (194,65,119). Sum of RGB (Red+Green+Blue) = 194+65+119=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 65 (25.78% from 255 or 17.20% from 378); Blue value is 119 (46.88% from 255 or 31.48% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24177 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24177 is #3DBE88. Grayscale: #6D6D6D. Windows color (decimal): -4046473 or 7815618. OLE color: 7815618.
HSL color Cylindrical-coordinate representation of color #C24177: hue angle of 334.88º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C24177 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 119 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.24 |
| HSL | 334.88º | 0.51% | 0.51% | - |
| HSV(B) | 334.88º | 0.66% | 0.76% | - |
| XYZ | 27.47 | 16.58 | 19.21 | - |
| YUV | 109.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 119 | 0 | 0.66 | 0.39 | 0.24 | 334.88 | 0.51 | 0.51 |
| Hex | C2 | 41 | 77 | 0 | 42 | 27 | 18 | 14F | 33 | 33 |
| Octal | 302 | 101 | 167 | 0 | 102 | 47 | 30 | 517 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1110111 | 0 | 1000010 | 100111 | 11000 | 101001111 | 110011 | 110011 |
Color Harmonies of #C24177
Complementary color
Monochromatic Colors of #C24177
Black with #C24177
Text Example
Text Example
White with #C24177
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24177; }
p { color: rgb(194,65,119); }
H1.HeaderClassName
{
color: #C24177;
}
.AnyTagClassName
{
color: #C24177;
}
</style>
background-color css
<style>
a { background-color: #C24177; }
a { background-color: rgb(194,65,119); }
div.DivClassName
{
background-color: #C24177;
}
.BgClassName
{
background-color: #C24177;
}
</style>
border-color css
<style>
span { border-color: #C24177; }
span { border-color: rgb(194,65,119); }
td.TdClassName
{
border-color: #C24177;
}
.TagClassName
{
border-color: #C24177;
}
</style>