Shades of Royal Heath #C14174
Tints of Royal Heath #C14174
RGB
CMYK
RGB Variations
Color information
#C14174 (or 0xC14174) is known color: Royal Heath. HEX triplet: C1, 41 and 74. RGB value is (193,65,116). Sum of RGB (Red+Green+Blue) = 193+65+116=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 65 (25.78% from 255 or 17.38% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14174 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14174 is #3EBE8B. Grayscale: #6D6D6D. Windows color (decimal): -4112012 or 7619009. OLE color: 7619009.
HSL color Cylindrical-coordinate representation of color #C14174: hue angle of 336.09º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C14174 is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 116 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.24 |
| HSL | 336.09º | 0.51% | 0.51% | - |
| HSV(B) | 336.09º | 0.66% | 0.76% | - |
| XYZ | 27.04 | 16.38 | 18.26 | - |
| YUV | 109.09 | 131.91 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 116 | 0 | 0.66 | 0.40 | 0.24 | 336.09 | 0.51 | 0.51 |
| Hex | C1 | 41 | 74 | 0 | 42 | 28 | 18 | 150 | 33 | 33 |
| Octal | 301 | 101 | 164 | 0 | 102 | 50 | 30 | 520 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1110100 | 0 | 1000010 | 101000 | 11000 | 101010000 | 110011 | 110011 |
Color Harmonies of #C14174
Complementary color
Monochromatic Colors of #C14174
Black with #C14174
Text Example
Text Example
White with #C14174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14174; }
p { color: rgb(193,65,116); }
H1.HeaderClassName
{
color: #C14174;
}
.AnyTagClassName
{
color: #C14174;
}
</style>
background-color css
<style>
a { background-color: #C14174; }
a { background-color: rgb(193,65,116); }
div.DivClassName
{
background-color: #C14174;
}
.BgClassName
{
background-color: #C14174;
}
</style>
border-color css
<style>
span { border-color: #C14174; }
span { border-color: rgb(193,65,116); }
td.TdClassName
{
border-color: #C14174;
}
.TagClassName
{
border-color: #C14174;
}
</style>