Shades of Royal Heath #C24B77
Tints of Royal Heath #C24B77
RGB
CMYK
RGB Variations
Color information
#C24B77 (or 0xC24B77) is known color: Royal Heath. HEX triplet: C2, 4B and 77. RGB value is (194,75,119). Sum of RGB (Red+Green+Blue) = 194+75+119=388 (51% of max value = 765). Red value is 194 (76.17% from 255 or 50% from 388); Green value is 75 (29.69% from 255 or 19.33% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 194 - color contains mainly: red. Hex color #C24B77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C24B77 is #3DB488. Grayscale: #737373. Windows color (decimal): -4043913 or 7818178. OLE color: 7818178.
HSL color Cylindrical-coordinate representation of color #C24B77: hue angle of 337.82º 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 #C24B77 is Cyan = 0, Magento = 0.61, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 75 | 119 | - |
| CMYK | 0 | 0.61 | 0.39 | 0.24 |
| HSL | 337.82º | 0.49% | 0.53% | - |
| HSV(B) | 337.82º | 0.61% | 0.76% | - |
| XYZ | 28.09 | 17.83 | 19.41 | - |
| YUV | 115.6 | 129.92 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 75 | 119 | 0 | 0.61 | 0.39 | 0.24 | 337.82 | 0.49 | 0.53 |
| Hex | C2 | 4B | 77 | 0 | 3D | 27 | 18 | 152 | 31 | 35 |
| Octal | 302 | 113 | 167 | 0 | 75 | 47 | 30 | 522 | 61 | 65 |
| Binary | 11000010 | 1001011 | 1110111 | 0 | 111101 | 100111 | 11000 | 101010010 | 110001 | 110101 |
Color Harmonies of #C24B77
Complementary color
Monochromatic Colors of #C24B77
Black with #C24B77
Text Example
Text Example
White with #C24B77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C24B77; }
p { color: rgb(194,75,119); }
H1.HeaderClassName
{
color: #C24B77;
}
.AnyTagClassName
{
color: #C24B77;
}
</style>
background-color css
<style>
a { background-color: #C24B77; }
a { background-color: rgb(194,75,119); }
div.DivClassName
{
background-color: #C24B77;
}
.BgClassName
{
background-color: #C24B77;
}
</style>
border-color css
<style>
span { border-color: #C24B77; }
span { border-color: rgb(194,75,119); }
td.TdClassName
{
border-color: #C24B77;
}
.TagClassName
{
border-color: #C24B77;
}
</style>