Shades of Royal Heath #C14F74
Tints of Royal Heath #C14F74
RGB
CMYK
RGB Variations
Color information
#C14F74 (or 0xC14F74) is known color: Royal Heath. HEX triplet: C1, 4F and 74. RGB value is (193,79,116). Sum of RGB (Red+Green+Blue) = 193+79+116=388 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.74% from 388); Green value is 79 (31.25% from 255 or 20.36% from 388); Blue value is 116 (45.70% from 255 or 29.90% from 388); Max value from RGB is 193 - color contains mainly: red. Hex color #C14F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C14F74 is #3EB08B. Grayscale: #757575. Windows color (decimal): -4108428 or 7622593. OLE color: 7622593.
HSL color Cylindrical-coordinate representation of color #C14F74: hue angle of 340.53º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C14F74 is Cyan = 0, Magento = 0.59, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 79 | 116 | - |
| CMYK | 0 | 0.59 | 0.40 | 0.24 |
| HSL | 340.53º | 0.48% | 0.53% | - |
| HSV(B) | 340.53º | 0.59% | 0.76% | - |
| XYZ | 27.94 | 18.19 | 18.56 | - |
| YUV | 117.3 | 127.27 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 79 | 116 | 0 | 0.59 | 0.40 | 0.24 | 340.53 | 0.48 | 0.53 |
| Hex | C1 | 4F | 74 | 0 | 3B | 28 | 18 | 155 | 30 | 35 |
| Octal | 301 | 117 | 164 | 0 | 73 | 50 | 30 | 525 | 60 | 65 |
| Binary | 11000001 | 1001111 | 1110100 | 0 | 111011 | 101000 | 11000 | 101010101 | 110000 | 110101 |
Color Harmonies of #C14F74
Complementary color
Monochromatic Colors of #C14F74
Black with #C14F74
Text Example
Text Example
White with #C14F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14F74; }
p { color: rgb(193,79,116); }
H1.HeaderClassName
{
color: #C14F74;
}
.AnyTagClassName
{
color: #C14F74;
}
</style>
background-color css
<style>
a { background-color: #C14F74; }
a { background-color: rgb(193,79,116); }
div.DivClassName
{
background-color: #C14F74;
}
.BgClassName
{
background-color: #C14F74;
}
</style>
border-color css
<style>
span { border-color: #C14F74; }
span { border-color: rgb(193,79,116); }
td.TdClassName
{
border-color: #C14F74;
}
.TagClassName
{
border-color: #C14F74;
}
</style>