Shades of Royal Heath #C14A70
Tints of Royal Heath #C14A70
RGB
CMYK
RGB Variations
Color information
#C14A70 (or 0xC14A70) is known color: Royal Heath. HEX triplet: C1, 4A and 70. RGB value is (193,74,112). Sum of RGB (Red+Green+Blue) = 193+74+112=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 74 (29.30% from 255 or 19.53% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14A70 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14A70 is #3EB58F. Grayscale: #717171. Windows color (decimal): -4109712 or 7359169. OLE color: 7359169.
HSL color Cylindrical-coordinate representation of color #C14A70: hue angle of 340.84º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14A70 is Cyan = 0, Magento = 0.62, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 74 | 112 | - |
| CMYK | 0 | 0.62 | 0.42 | 0.24 |
| HSL | 340.84º | 0.49% | 0.52% | - |
| HSV(B) | 340.84º | 0.62% | 0.76% | - |
| XYZ | 27.37 | 17.4 | 17.25 | - |
| YUV | 113.91 | 126.92 | 184.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 74 | 112 | 0 | 0.62 | 0.42 | 0.24 | 340.84 | 0.49 | 0.52 |
| Hex | C1 | 4A | 70 | 0 | 3E | 2A | 18 | 155 | 31 | 34 |
| Octal | 301 | 112 | 160 | 0 | 76 | 52 | 30 | 525 | 61 | 64 |
| Binary | 11000001 | 1001010 | 1110000 | 0 | 111110 | 101010 | 11000 | 101010101 | 110001 | 110100 |
Color Harmonies of #C14A70
Complementary color
Monochromatic Colors of #C14A70
Black with #C14A70
Text Example
Text Example
White with #C14A70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14A70; }
p { color: rgb(193,74,112); }
H1.HeaderClassName
{
color: #C14A70;
}
.AnyTagClassName
{
color: #C14A70;
}
</style>
background-color css
<style>
a { background-color: #C14A70; }
a { background-color: rgb(193,74,112); }
div.DivClassName
{
background-color: #C14A70;
}
.BgClassName
{
background-color: #C14A70;
}
</style>
border-color css
<style>
span { border-color: #C14A70; }
span { border-color: rgb(193,74,112); }
td.TdClassName
{
border-color: #C14A70;
}
.TagClassName
{
border-color: #C14A70;
}
</style>