Shades of Royal Heath #C24475
Tints of Royal Heath #C24475
RGB
CMYK
RGB Variations
Color information
#C24475 (or 0xC24475) is known color: Royal Heath. HEX triplet: C2, 44 and 75. RGB value is (194,68,117). Sum of RGB (Red+Green+Blue) = 194+68+117=379 (50% of max value = 765). Red value is 194 (76.17% from 255 or 51.19% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 194 - color contains mainly: red. Hex color #C24475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24475 is #3DBB8A. Grayscale: #6F6F6F. Windows color (decimal): -4045707 or 7685314. OLE color: 7685314.
HSL color Cylindrical-coordinate representation of color #C24475: hue angle of 336.67º 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 #C24475 is Cyan = 0, Magento = 0.65, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 68 | 117 | - |
| CMYK | 0 | 0.65 | 0.40 | 0.24 |
| HSL | 336.67º | 0.51% | 0.51% | - |
| HSV(B) | 336.67º | 0.65% | 0.76% | - |
| XYZ | 27.53 | 16.89 | 18.64 | - |
| YUV | 111.26 | 131.24 | 187.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 68 | 117 | 0 | 0.65 | 0.40 | 0.24 | 336.67 | 0.51 | 0.51 |
| Hex | C2 | 44 | 75 | 0 | 41 | 28 | 18 | 151 | 33 | 33 |
| Octal | 302 | 104 | 165 | 0 | 101 | 50 | 30 | 521 | 63 | 63 |
| Binary | 11000010 | 1000100 | 1110101 | 0 | 1000001 | 101000 | 11000 | 101010001 | 110011 | 110011 |
Color Harmonies of #C24475
Complementary color
Monochromatic Colors of #C24475
Black with #C24475
Text Example
Text Example
White with #C24475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24475; }
p { color: rgb(194,68,117); }
H1.HeaderClassName
{
color: #C24475;
}
.AnyTagClassName
{
color: #C24475;
}
</style>
background-color css
<style>
a { background-color: #C24475; }
a { background-color: rgb(194,68,117); }
div.DivClassName
{
background-color: #C24475;
}
.BgClassName
{
background-color: #C24475;
}
</style>
border-color css
<style>
span { border-color: #C24475; }
span { border-color: rgb(194,68,117); }
td.TdClassName
{
border-color: #C24475;
}
.TagClassName
{
border-color: #C24475;
}
</style>