Shades of Royal Heath #C14972
Tints of Royal Heath #C14972
RGB
CMYK
RGB Variations
Color information
#C14972 (or 0xC14972) is known color: Royal Heath. HEX triplet: C1, 49 and 72. RGB value is (193,73,114). Sum of RGB (Red+Green+Blue) = 193+73+114=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 73 (28.91% from 255 or 19.21% from 380); Blue value is 114 (44.92% from 255 or 30% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14972 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14972 is #3EB68D. Grayscale: #717171. Windows color (decimal): -4109966 or 7489985. OLE color: 7489985.
HSL color Cylindrical-coordinate representation of color #C14972: hue angle of 339.5º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14972 is Cyan = 0, Magento = 0.62, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 114 | - |
| CMYK | 0 | 0.62 | 0.41 | 0.24 |
| HSL | 339.5º | 0.49% | 0.52% | - |
| HSV(B) | 339.5º | 0.62% | 0.76% | - |
| XYZ | 27.41 | 17.32 | 17.82 | - |
| YUV | 113.55 | 128.26 | 184.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 114 | 0 | 0.62 | 0.41 | 0.24 | 339.5 | 0.49 | 0.52 |
| Hex | C1 | 49 | 72 | 0 | 3E | 29 | 18 | 154 | 31 | 34 |
| Octal | 301 | 111 | 162 | 0 | 76 | 51 | 30 | 524 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1110010 | 0 | 111110 | 101001 | 11000 | 101010100 | 110001 | 110100 |
Color Harmonies of #C14972
Complementary color
Monochromatic Colors of #C14972
Black with #C14972
Text Example
Text Example
White with #C14972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14972; }
p { color: rgb(193,73,114); }
H1.HeaderClassName
{
color: #C14972;
}
.AnyTagClassName
{
color: #C14972;
}
</style>
background-color css
<style>
a { background-color: #C14972; }
a { background-color: rgb(193,73,114); }
div.DivClassName
{
background-color: #C14972;
}
.BgClassName
{
background-color: #C14972;
}
</style>
border-color css
<style>
span { border-color: #C14972; }
span { border-color: rgb(193,73,114); }
td.TdClassName
{
border-color: #C14972;
}
.TagClassName
{
border-color: #C14972;
}
</style>