Shades of Royal Heath #C14D71
Tints of Royal Heath #C14D71
RGB
CMYK
RGB Variations
Color information
#C14D71 (or 0xC14D71) is known color: Royal Heath. HEX triplet: C1, 4D and 71. RGB value is (193,77,113). Sum of RGB (Red+Green+Blue) = 193+77+113=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 77 (30.47% from 255 or 20.10% from 383); Blue value is 113 (44.53% from 255 or 29.50% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C14D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14D71 is #3EB28E. Grayscale: #737373. Windows color (decimal): -4108943 or 7425473. OLE color: 7425473.
HSL color Cylindrical-coordinate representation of color #C14D71: hue angle of 341.38º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C14D71 is Cyan = 0, Magento = 0.60, Yellow = 0.41 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 77 | 113 | - |
| CMYK | 0 | 0.60 | 0.41 | 0.24 |
| HSL | 341.38º | 0.48% | 0.53% | - |
| HSV(B) | 341.38º | 0.6% | 0.76% | - |
| XYZ | 27.63 | 17.84 | 17.61 | - |
| YUV | 115.79 | 126.43 | 183.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 77 | 113 | 0 | 0.60 | 0.41 | 0.24 | 341.38 | 0.48 | 0.53 |
| Hex | C1 | 4D | 71 | 0 | 3C | 29 | 18 | 155 | 30 | 35 |
| Octal | 301 | 115 | 161 | 0 | 74 | 51 | 30 | 525 | 60 | 65 |
| Binary | 11000001 | 1001101 | 1110001 | 0 | 111100 | 101001 | 11000 | 101010101 | 110000 | 110101 |
Color Harmonies of #C14D71
Complementary color
Monochromatic Colors of #C14D71
Black with #C14D71
Text Example
Text Example
White with #C14D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14D71; }
p { color: rgb(193,77,113); }
H1.HeaderClassName
{
color: #C14D71;
}
.AnyTagClassName
{
color: #C14D71;
}
</style>
background-color css
<style>
a { background-color: #C14D71; }
a { background-color: rgb(193,77,113); }
div.DivClassName
{
background-color: #C14D71;
}
.BgClassName
{
background-color: #C14D71;
}
</style>
border-color css
<style>
span { border-color: #C14D71; }
span { border-color: rgb(193,77,113); }
td.TdClassName
{
border-color: #C14D71;
}
.TagClassName
{
border-color: #C14D71;
}
</style>