Shades of Royal Heath #C14771
Tints of Royal Heath #C14771
RGB
CMYK
RGB Variations
Color information
#C14771 (or 0xC14771) is known color: Royal Heath. HEX triplet: C1, 47 and 71. RGB value is (193,71,113). Sum of RGB (Red+Green+Blue) = 193+71+113=377 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.19% from 377); Green value is 71 (28.12% from 255 or 18.83% from 377); Blue value is 113 (44.53% from 255 or 29.97% from 377); Max value from RGB is 193 - color contains mainly: red. Hex color #C14771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14771 is #3EB88E. Grayscale: #707070. Windows color (decimal): -4110479 or 7423937. OLE color: 7423937.
HSL color Cylindrical-coordinate representation of color #C14771: hue angle of 339.34º 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 #C14771 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 71 | 113 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.24 |
| HSL | 339.34º | 0.5% | 0.52% | - |
| HSV(B) | 339.34º | 0.63% | 0.76% | - |
| XYZ | 27.23 | 17.04 | 17.48 | - |
| YUV | 112.27 | 128.42 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 71 | 113 | 0 | 0.63 | 0.41 | 0.24 | 339.34 | 0.5 | 0.52 |
| Hex | C1 | 47 | 71 | 0 | 3F | 29 | 18 | 153 | 32 | 34 |
| Octal | 301 | 107 | 161 | 0 | 77 | 51 | 30 | 523 | 62 | 64 |
| Binary | 11000001 | 1000111 | 1110001 | 0 | 111111 | 101001 | 11000 | 101010011 | 110010 | 110100 |
Color Harmonies of #C14771
Complementary color
Monochromatic Colors of #C14771
Black with #C14771
Text Example
Text Example
White with #C14771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14771; }
p { color: rgb(193,71,113); }
H1.HeaderClassName
{
color: #C14771;
}
.AnyTagClassName
{
color: #C14771;
}
</style>
background-color css
<style>
a { background-color: #C14771; }
a { background-color: rgb(193,71,113); }
div.DivClassName
{
background-color: #C14771;
}
.BgClassName
{
background-color: #C14771;
}
</style>
border-color css
<style>
span { border-color: #C14771; }
span { border-color: rgb(193,71,113); }
td.TdClassName
{
border-color: #C14771;
}
.TagClassName
{
border-color: #C14771;
}
</style>