Shades of Royal Heath #C24176
Tints of Royal Heath #C24176
RGB
CMYK
RGB Variations
Color information
#C24176 (or 0xC24176) is known color: Royal Heath. HEX triplet: C2, 41 and 76. RGB value is (194,65,118). Sum of RGB (Red+Green+Blue) = 194+65+118=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 65 (25.78% from 255 or 17.24% from 377); Blue value is 118 (46.48% from 255 or 31.30% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C24176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24176 is #3DBE89. Grayscale: #6D6D6D. Windows color (decimal): -4046474 or 7750082. OLE color: 7750082.
HSL color Cylindrical-coordinate representation of color #C24176: hue angle of 335.35º 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 #C24176 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 65 | 118 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.24 |
| HSL | 335.35º | 0.51% | 0.51% | - |
| HSV(B) | 335.35º | 0.66% | 0.76% | - |
| XYZ | 27.41 | 16.56 | 18.89 | - |
| YUV | 109.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 65 | 118 | 0 | 0.66 | 0.39 | 0.24 | 335.35 | 0.51 | 0.51 |
| Hex | C2 | 41 | 76 | 0 | 42 | 27 | 18 | 14F | 33 | 33 |
| Octal | 302 | 101 | 166 | 0 | 102 | 47 | 30 | 517 | 63 | 63 |
| Binary | 11000010 | 1000001 | 1110110 | 0 | 1000010 | 100111 | 11000 | 101001111 | 110011 | 110011 |
Color Harmonies of #C24176
Complementary color
Monochromatic Colors of #C24176
Black with #C24176
Text Example
Text Example
White with #C24176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24176; }
p { color: rgb(194,65,118); }
H1.HeaderClassName
{
color: #C24176;
}
.AnyTagClassName
{
color: #C24176;
}
</style>
background-color css
<style>
a { background-color: #C24176; }
a { background-color: rgb(194,65,118); }
div.DivClassName
{
background-color: #C24176;
}
.BgClassName
{
background-color: #C24176;
}
</style>
border-color css
<style>
span { border-color: #C24176; }
span { border-color: rgb(194,65,118); }
td.TdClassName
{
border-color: #C24176;
}
.TagClassName
{
border-color: #C24176;
}
</style>