Shades of Royal Heath #C24775
Tints of Royal Heath #C24775
RGB
CMYK
RGB Variations
Color information
#C24775 (or 0xC24775) is known color: Royal Heath. HEX triplet: C2, 47 and 75. RGB value is (194,71,117). Sum of RGB (Red+Green+Blue) = 194+71+117=382 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.79% from 382); Green value is 71 (28.12% from 255 or 18.59% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 194 - color contains mainly: red. Hex color #C24775 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24775 is #3DB88A. Grayscale: #707070. Windows color (decimal): -4044939 or 7686082. OLE color: 7686082.
HSL color Cylindrical-coordinate representation of color #C24775: hue angle of 337.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C24775 is Cyan = 0, Magento = 0.63, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 71 | 117 | - |
| CMYK | 0 | 0.63 | 0.40 | 0.24 |
| HSL | 337.56º | 0.5% | 0.52% | - |
| HSV(B) | 337.56º | 0.63% | 0.76% | - |
| XYZ | 27.71 | 17.26 | 18.7 | - |
| YUV | 113.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 71 | 117 | 0 | 0.63 | 0.40 | 0.24 | 337.56 | 0.5 | 0.52 |
| Hex | C2 | 47 | 75 | 0 | 3F | 28 | 18 | 152 | 32 | 34 |
| Octal | 302 | 107 | 165 | 0 | 77 | 50 | 30 | 522 | 62 | 64 |
| Binary | 11000010 | 1000111 | 1110101 | 0 | 111111 | 101000 | 11000 | 101010010 | 110010 | 110100 |
Color Harmonies of #C24775
Complementary color
Monochromatic Colors of #C24775
Black with #C24775
Text Example
Text Example
White with #C24775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24775; }
p { color: rgb(194,71,117); }
H1.HeaderClassName
{
color: #C24775;
}
.AnyTagClassName
{
color: #C24775;
}
</style>
background-color css
<style>
a { background-color: #C24775; }
a { background-color: rgb(194,71,117); }
div.DivClassName
{
background-color: #C24775;
}
.BgClassName
{
background-color: #C24775;
}
</style>
border-color css
<style>
span { border-color: #C24775; }
span { border-color: rgb(194,71,117); }
td.TdClassName
{
border-color: #C24775;
}
.TagClassName
{
border-color: #C24775;
}
</style>