Shades of Royal Heath #C14973
Tints of Royal Heath #C14973
RGB
CMYK
RGB Variations
Color information
#C14973 (or 0xC14973) is known color: Royal Heath. HEX triplet: C1, 49 and 73. RGB value is (193,73,115). Sum of RGB (Red+Green+Blue) = 193+73+115=381 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.66% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 115 (45.31% from 255 or 30.18% from 381); Max value from RGB is 193 - color contains mainly: red. Hex color #C14973 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14973 is #3EB68C. Grayscale: #717171. Windows color (decimal): -4109965 or 7555521. OLE color: 7555521.
HSL color Cylindrical-coordinate representation of color #C14973: hue angle of 339º 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 #C14973 is Cyan = 0, Magento = 0.62, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 115 | - |
| CMYK | 0 | 0.62 | 0.40 | 0.24 |
| HSL | 339º | 0.49% | 0.52% | - |
| HSV(B) | 339º | 0.62% | 0.76% | - |
| XYZ | 27.47 | 17.34 | 18.12 | - |
| YUV | 113.67 | 128.76 | 184.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 115 | 0 | 0.62 | 0.40 | 0.24 | 339 | 0.49 | 0.52 |
| Hex | C1 | 49 | 73 | 0 | 3E | 28 | 18 | 153 | 31 | 34 |
| Octal | 301 | 111 | 163 | 0 | 76 | 50 | 30 | 523 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1110011 | 0 | 111110 | 101000 | 11000 | 101010011 | 110001 | 110100 |
Color Harmonies of #C14973
Complementary color
Monochromatic Colors of #C14973
Black with #C14973
Text Example
Text Example
White with #C14973
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14973; }
p { color: rgb(193,73,115); }
H1.HeaderClassName
{
color: #C14973;
}
.AnyTagClassName
{
color: #C14973;
}
</style>
background-color css
<style>
a { background-color: #C14973; }
a { background-color: rgb(193,73,115); }
div.DivClassName
{
background-color: #C14973;
}
.BgClassName
{
background-color: #C14973;
}
</style>
border-color css
<style>
span { border-color: #C14973; }
span { border-color: rgb(193,73,115); }
td.TdClassName
{
border-color: #C14973;
}
.TagClassName
{
border-color: #C14973;
}
</style>