Shades of Royal Heath #C14674
Tints of Royal Heath #C14674
RGB
CMYK
RGB Variations
Color information
#C14674 (or 0xC14674) is known color: Royal Heath. HEX triplet: C1, 46 and 74. RGB value is (193,70,116). Sum of RGB (Red+Green+Blue) = 193+70+116=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 70 (27.73% from 255 or 18.47% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14674 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14674 is #3EB98B. Grayscale: #6F6F6F. Windows color (decimal): -4110732 or 7620289. OLE color: 7620289.
HSL color Cylindrical-coordinate representation of color #C14674: hue angle of 337.56º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14674 is Cyan = 0, Magento = 0.64, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 70 | 116 | - |
| CMYK | 0 | 0.64 | 0.40 | 0.24 |
| HSL | 337.56º | 0.5% | 0.52% | - |
| HSV(B) | 337.56º | 0.64% | 0.76% | - |
| XYZ | 27.33 | 16.98 | 18.36 | - |
| YUV | 112.02 | 130.25 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 70 | 116 | 0 | 0.64 | 0.40 | 0.24 | 337.56 | 0.5 | 0.52 |
| Hex | C1 | 46 | 74 | 0 | 40 | 28 | 18 | 152 | 32 | 34 |
| Octal | 301 | 106 | 164 | 0 | 100 | 50 | 30 | 522 | 62 | 64 |
| Binary | 11000001 | 1000110 | 1110100 | 0 | 1000000 | 101000 | 11000 | 101010010 | 110010 | 110100 |
Color Harmonies of #C14674
Complementary color
Monochromatic Colors of #C14674
Black with #C14674
Text Example
Text Example
White with #C14674
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14674; }
p { color: rgb(193,70,116); }
H1.HeaderClassName
{
color: #C14674;
}
.AnyTagClassName
{
color: #C14674;
}
</style>
background-color css
<style>
a { background-color: #C14674; }
a { background-color: rgb(193,70,116); }
div.DivClassName
{
background-color: #C14674;
}
.BgClassName
{
background-color: #C14674;
}
</style>
border-color css
<style>
span { border-color: #C14674; }
span { border-color: rgb(193,70,116); }
td.TdClassName
{
border-color: #C14674;
}
.TagClassName
{
border-color: #C14674;
}
</style>