Shades of Royal Heath #C24375
Tints of Royal Heath #C24375
RGB
CMYK
RGB Variations
Color information
#C24375 (or 0xC24375) is known color: Royal Heath. HEX triplet: C2, 43 and 75. RGB value is (194,67,117). Sum of RGB (Red+Green+Blue) = 194+67+117=378 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.32% from 378); Green value is 67 (26.56% from 255 or 17.72% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 194 - color contains mainly: red. Hex color #C24375 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24375 is #3DBC8A. Grayscale: #6E6E6E. Windows color (decimal): -4045963 or 7685058. OLE color: 7685058.
HSL color Cylindrical-coordinate representation of color #C24375: hue angle of 336.38º 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 #C24375 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 67 | 117 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.24 |
| HSL | 336.38º | 0.51% | 0.51% | - |
| HSV(B) | 336.38º | 0.65% | 0.76% | - |
| XYZ | 27.47 | 16.77 | 18.62 | - |
| YUV | 110.67 | 131.58 | 187.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 67 | 117 | 0 | 0.65 | 0.40 | 0.24 | 336.38 | 0.51 | 0.51 |
| Hex | C2 | 43 | 75 | 0 | 41 | 28 | 18 | 150 | 33 | 33 |
| Octal | 302 | 103 | 165 | 0 | 101 | 50 | 30 | 520 | 63 | 63 |
| Binary | 11000010 | 1000011 | 1110101 | 0 | 1000001 | 101000 | 11000 | 101010000 | 110011 | 110011 |
Color Harmonies of #C24375
Complementary color
Monochromatic Colors of #C24375
Black with #C24375
Text Example
Text Example
White with #C24375
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24375; }
p { color: rgb(194,67,117); }
H1.HeaderClassName
{
color: #C24375;
}
.AnyTagClassName
{
color: #C24375;
}
</style>
background-color css
<style>
a { background-color: #C24375; }
a { background-color: rgb(194,67,117); }
div.DivClassName
{
background-color: #C24375;
}
.BgClassName
{
background-color: #C24375;
}
</style>
border-color css
<style>
span { border-color: #C24375; }
span { border-color: rgb(194,67,117); }
td.TdClassName
{
border-color: #C24375;
}
.TagClassName
{
border-color: #C24375;
}
</style>