Shades of Royal Heath #C14970
Tints of Royal Heath #C14970
RGB
CMYK
RGB Variations
Color information
#C14970 (or 0xC14970) is known color: Royal Heath. HEX triplet: C1, 49 and 70. RGB value is (193,73,112). Sum of RGB (Red+Green+Blue) = 193+73+112=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 112 (44.14% from 255 or 29.63% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14970 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14970 is #3EB68F. Grayscale: #717171. Windows color (decimal): -4109968 or 7358913. OLE color: 7358913.
HSL color Cylindrical-coordinate representation of color #C14970: hue angle of 340.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 #C14970 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 112 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.24 |
| HSL | 340.5º | 0.49% | 0.52% | - |
| HSV(B) | 340.5º | 0.62% | 0.76% | - |
| XYZ | 27.3 | 17.27 | 17.22 | - |
| YUV | 113.33 | 127.26 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 112 | 0 | 0.62 | 0.42 | 0.24 | 340.5 | 0.49 | 0.52 |
| Hex | C1 | 49 | 70 | 0 | 3E | 2A | 18 | 154 | 31 | 34 |
| Octal | 301 | 111 | 160 | 0 | 76 | 52 | 30 | 524 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1110000 | 0 | 111110 | 101010 | 11000 | 101010100 | 110001 | 110100 |
Color Harmonies of #C14970
Complementary color
Monochromatic Colors of #C14970
Black with #C14970
Text Example
Text Example
White with #C14970
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14970; }
p { color: rgb(193,73,112); }
H1.HeaderClassName
{
color: #C14970;
}
.AnyTagClassName
{
color: #C14970;
}
</style>
background-color css
<style>
a { background-color: #C14970; }
a { background-color: rgb(193,73,112); }
div.DivClassName
{
background-color: #C14970;
}
.BgClassName
{
background-color: #C14970;
}
</style>
border-color css
<style>
span { border-color: #C14970; }
span { border-color: rgb(193,73,112); }
td.TdClassName
{
border-color: #C14970;
}
.TagClassName
{
border-color: #C14970;
}
</style>