Shades of Royal Heath #C14C6F
Tints of Royal Heath #C14C6F
RGB
CMYK
RGB Variations
Color information
#C14C6F (or 0xC14C6F) is known color: Royal Heath. HEX triplet: C1, 4C and 6F. RGB value is (193,76,111). Sum of RGB (Red+Green+Blue) = 193+76+111=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 76 (30.08% from 255 or 20% from 380); Blue value is 111 (43.75% from 255 or 29.21% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14C6F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14C6F is #3EB390. Grayscale: #727272. Windows color (decimal): -4109201 or 7294145. OLE color: 7294145.
HSL color Cylindrical-coordinate representation of color #C14C6F: hue angle of 342.05º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C14C6F is Cyan = 0, Magento = 0.61, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 76 | 111 | - |
| CMYK | 0 | 0.61 | 0.42 | 0.24 |
| HSL | 342.05º | 0.49% | 0.53% | - |
| HSV(B) | 342.05º | 0.61% | 0.76% | - |
| XYZ | 27.45 | 17.65 | 17 | - |
| YUV | 114.97 | 125.76 | 183.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 76 | 111 | 0 | 0.61 | 0.42 | 0.24 | 342.05 | 0.49 | 0.53 |
| Hex | C1 | 4C | 6F | 0 | 3D | 2A | 18 | 156 | 31 | 35 |
| Octal | 301 | 114 | 157 | 0 | 75 | 52 | 30 | 526 | 61 | 65 |
| Binary | 11000001 | 1001100 | 1101111 | 0 | 111101 | 101010 | 11000 | 101010110 | 110001 | 110101 |
Color Harmonies of #C14C6F
Complementary color
Monochromatic Colors of #C14C6F
Black with #C14C6F
Text Example
Text Example
White with #C14C6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14C6F; }
p { color: rgb(193,76,111); }
H1.HeaderClassName
{
color: #C14C6F;
}
.AnyTagClassName
{
color: #C14C6F;
}
</style>
background-color css
<style>
a { background-color: #C14C6F; }
a { background-color: rgb(193,76,111); }
div.DivClassName
{
background-color: #C14C6F;
}
.BgClassName
{
background-color: #C14C6F;
}
</style>
border-color css
<style>
span { border-color: #C14C6F; }
span { border-color: rgb(193,76,111); }
td.TdClassName
{
border-color: #C14C6F;
}
.TagClassName
{
border-color: #C14C6F;
}
</style>