Shades of Royal Heath #C14176
Tints of Royal Heath #C14176
RGB
CMYK
RGB Variations
Color information
#C14176 (or 0xC14176) is known color: Royal Heath. HEX triplet: C1, 41 and 76. RGB value is (193,65,118). Sum of RGB (Red+Green+Blue) = 193+65+118=376 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.33% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 118 (46.48% from 255 or 31.38% from 376); Max value from RGB is 193 - color contains mainly: red. Hex color #C14176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14176 is #3EBE89. Grayscale: #6D6D6D. Windows color (decimal): -4112010 or 7750081. OLE color: 7750081.
HSL color Cylindrical-coordinate representation of color #C14176: hue angle of 335.16º 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 #C14176 is Cyan = 0, Magento = 0.66, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 118 | - |
| CMYK | 0 | 0.66 | 0.39 | 0.24 |
| HSL | 335.16º | 0.51% | 0.51% | - |
| HSV(B) | 335.16º | 0.66% | 0.76% | - |
| XYZ | 27.15 | 16.43 | 18.88 | - |
| YUV | 109.31 | 132.91 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 118 | 0 | 0.66 | 0.39 | 0.24 | 335.16 | 0.51 | 0.51 |
| Hex | C1 | 41 | 76 | 0 | 42 | 27 | 18 | 14F | 33 | 33 |
| Octal | 301 | 101 | 166 | 0 | 102 | 47 | 30 | 517 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1110110 | 0 | 1000010 | 100111 | 11000 | 101001111 | 110011 | 110011 |
Color Harmonies of #C14176
Complementary color
Monochromatic Colors of #C14176
Black with #C14176
Text Example
Text Example
White with #C14176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14176; }
p { color: rgb(193,65,118); }
H1.HeaderClassName
{
color: #C14176;
}
.AnyTagClassName
{
color: #C14176;
}
</style>
background-color css
<style>
a { background-color: #C14176; }
a { background-color: rgb(193,65,118); }
div.DivClassName
{
background-color: #C14176;
}
.BgClassName
{
background-color: #C14176;
}
</style>
border-color css
<style>
span { border-color: #C14176; }
span { border-color: rgb(193,65,118); }
td.TdClassName
{
border-color: #C14176;
}
.TagClassName
{
border-color: #C14176;
}
</style>