Shades of Royal Heath #C24374
Tints of Royal Heath #C24374
RGB
CMYK
RGB Variations
Color information
#C24374 (or 0xC24374) is known color: Royal Heath. HEX triplet: C2, 43 and 74. RGB value is (194,67,116). Sum of RGB (Red+Green+Blue) = 194+67+116=377 (49% of max value = 765). Red value is 194 (76.17% from 255 or 51.46% from 377); Green value is 67 (26.56% from 255 or 17.77% from 377); Blue value is 116 (45.70% from 255 or 30.77% from 377); Max value from RGB is 194 - color contains mainly: red. Hex color #C24374 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24374 is #3DBC8B. Grayscale: #6E6E6E. Windows color (decimal): -4045964 or 7619522. OLE color: 7619522.
HSL color Cylindrical-coordinate representation of color #C24374: hue angle of 336.85º 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 #C24374 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 116 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.24 |
| HSL | 336.85º | 0.51% | 0.51% | - |
| HSV(B) | 336.85º | 0.65% | 0.76% | - |
| XYZ | 27.41 | 16.74 | 18.31 | - |
| YUV | 110.56 | 131.08 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 116 | 0 | 0.65 | 0.40 | 0.24 | 336.85 | 0.51 | 0.51 |
| Hex | C2 | 43 | 74 | 0 | 41 | 28 | 18 | 151 | 33 | 33 |
| Octal | 302 | 103 | 164 | 0 | 101 | 50 | 30 | 521 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1110100 | 0 | 1000001 | 101000 | 11000 | 101010001 | 110011 | 110011 |
Color Harmonies of #C24374
Complementary color
Monochromatic Colors of #C24374
Black with #C24374
Text Example
Text Example
White with #C24374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24374; }
p { color: rgb(194,67,116); }
H1.HeaderClassName
{
color: #C24374;
}
.AnyTagClassName
{
color: #C24374;
}
</style>
background-color css
<style>
a { background-color: #C24374; }
a { background-color: rgb(194,67,116); }
div.DivClassName
{
background-color: #C24374;
}
.BgClassName
{
background-color: #C24374;
}
</style>
border-color css
<style>
span { border-color: #C24374; }
span { border-color: rgb(194,67,116); }
td.TdClassName
{
border-color: #C24374;
}
.TagClassName
{
border-color: #C24374;
}
</style>