Shades of Royal Heath #C14076
Tints of Royal Heath #C14076
RGB
CMYK
RGB Variations
Color information
#C14076 (or 0xC14076) is known color: Royal Heath. HEX triplet: C1, 40 and 76. RGB value is (193,64,118). Sum of RGB (Red+Green+Blue) = 193+64+118=375 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.47% from 375); Green value is 64 (25.39% from 255 or 17.07% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 193 - color contains mainly: red. Hex color #C14076 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14076 is #3EBF89. Grayscale: #6C6C6C. Windows color (decimal): -4112266 or 7749825. OLE color: 7749825.
HSL color Cylindrical-coordinate representation of color #C14076: hue angle of 334.88º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14076 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 118 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.24 |
| HSL | 334.88º | 0.51% | 0.5% | - |
| HSV(B) | 334.88º | 0.67% | 0.76% | - |
| XYZ | 27.1 | 16.31 | 18.86 | - |
| YUV | 108.73 | 133.24 | 188.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 118 | 0 | 0.67 | 0.39 | 0.24 | 334.88 | 0.51 | 0.5 |
| Hex | C1 | 40 | 76 | 0 | 43 | 27 | 18 | 14F | 33 | 32 |
| Octal | 301 | 100 | 166 | 0 | 103 | 47 | 30 | 517 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1110110 | 0 | 1000011 | 100111 | 11000 | 101001111 | 110011 | 110010 |
Color Harmonies of #C14076
Complementary color
Monochromatic Colors of #C14076
Black with #C14076
Text Example
Text Example
White with #C14076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14076; }
p { color: rgb(193,64,118); }
H1.HeaderClassName
{
color: #C14076;
}
.AnyTagClassName
{
color: #C14076;
}
</style>
background-color css
<style>
a { background-color: #C14076; }
a { background-color: rgb(193,64,118); }
div.DivClassName
{
background-color: #C14076;
}
.BgClassName
{
background-color: #C14076;
}
</style>
border-color css
<style>
span { border-color: #C14076; }
span { border-color: rgb(193,64,118); }
td.TdClassName
{
border-color: #C14076;
}
.TagClassName
{
border-color: #C14076;
}
</style>