Shades of Royal Heath #C24B70
Tints of Royal Heath #C24B70
RGB
CMYK
RGB Variations
Color information
#C24B70 (or 0xC24B70) is known color: Royal Heath. HEX triplet: C2, 4B and 70. RGB value is (194,75,112). Sum of RGB (Red+Green+Blue) = 194+75+112=381 (50% of max value = 765). Red value is 194 (76.17% from 255 or 50.92% from 381); Green value is 75 (29.69% from 255 or 19.69% from 381); Blue value is 112 (44.14% from 255 or 29.40% from 381); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B70 is #3DB48F. Grayscale: #727272. Windows color (decimal): -4043920 or 7359426. OLE color: 7359426.
HSL color Cylindrical-coordinate representation of color #C24B70: hue angle of 341.34º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C24B70 is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 112 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.24 |
| HSL | 341.34º | 0.49% | 0.53% | - |
| HSV(B) | 341.34º | 0.61% | 0.76% | - |
| XYZ | 27.69 | 17.67 | 17.28 | - |
| YUV | 114.8 | 126.42 | 184.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 112 | 0 | 0.61 | 0.42 | 0.24 | 341.34 | 0.49 | 0.53 |
| Hex | C2 | 4B | 70 | 0 | 3D | 2A | 18 | 155 | 31 | 35 |
| Octal | 302 | 113 | 160 | 0 | 75 | 52 | 30 | 525 | 61 | 65 |
| Binary | 11000010 | 1001011 | 1110000 | 0 | 111101 | 101010 | 11000 | 101010101 | 110001 | 110101 |
Color Harmonies of #C24B70
Complementary color
Monochromatic Colors of #C24B70
Black with #C24B70
Text Example
Text Example
White with #C24B70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B70; }
p { color: rgb(194,75,112); }
H1.HeaderClassName
{
color: #C24B70;
}
.AnyTagClassName
{
color: #C24B70;
}
</style>
background-color css
<style>
a { background-color: #C24B70; }
a { background-color: rgb(194,75,112); }
div.DivClassName
{
background-color: #C24B70;
}
.BgClassName
{
background-color: #C24B70;
}
</style>
border-color css
<style>
span { border-color: #C24B70; }
span { border-color: rgb(194,75,112); }
td.TdClassName
{
border-color: #C24B70;
}
.TagClassName
{
border-color: #C24B70;
}
</style>