Shades of Royal Heath #C24274
Tints of Royal Heath #C24274
RGB
CMYK
RGB Variations
Color information
#C24274 (or 0xC24274) is known color: Royal Heath. HEX triplet: C2, 42 and 74. RGB value is (194,66,116). Sum of RGB (Red+Green+Blue) = 194+66+116=376 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.60% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 116 (45.70% from 255 or 30.85% from 376); Max value from RGB is 194 - color contains mainly: red. Hex color #C24274 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24274 is #3DBD8B. Grayscale: #6D6D6D. Windows color (decimal): -4046220 or 7619266. OLE color: 7619266.
HSL color Cylindrical-coordinate representation of color #C24274: hue angle of 336.56º 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 #C24274 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 66 | 116 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.24 |
| HSL | 336.56º | 0.51% | 0.51% | - |
| HSV(B) | 336.56º | 0.66% | 0.76% | - |
| XYZ | 27.35 | 16.63 | 18.29 | - |
| YUV | 109.97 | 131.41 | 187.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 66 | 116 | 0 | 0.66 | 0.40 | 0.24 | 336.56 | 0.51 | 0.51 |
| Hex | C2 | 42 | 74 | 0 | 42 | 28 | 18 | 151 | 33 | 33 |
| Octal | 302 | 102 | 164 | 0 | 102 | 50 | 30 | 521 | 63 | 63 |
| Binary | 11000010 | 1000010 | 1110100 | 0 | 1000010 | 101000 | 11000 | 101010001 | 110011 | 110011 |
Color Harmonies of #C24274
Complementary color
Monochromatic Colors of #C24274
Black with #C24274
Text Example
Text Example
White with #C24274
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24274; }
p { color: rgb(194,66,116); }
H1.HeaderClassName
{
color: #C24274;
}
.AnyTagClassName
{
color: #C24274;
}
</style>
background-color css
<style>
a { background-color: #C24274; }
a { background-color: rgb(194,66,116); }
div.DivClassName
{
background-color: #C24274;
}
.BgClassName
{
background-color: #C24274;
}
</style>
border-color css
<style>
span { border-color: #C24274; }
span { border-color: rgb(194,66,116); }
td.TdClassName
{
border-color: #C24274;
}
.TagClassName
{
border-color: #C24274;
}
</style>