Shades of Royal Heath #C14279
Tints of Royal Heath #C14279
RGB
CMYK
RGB Variations
Color information
#C14279 (or 0xC14279) is known color: Royal Heath. HEX triplet: C1, 42 and 79. RGB value is (193,66,121). Sum of RGB (Red+Green+Blue) = 193+66+121=380 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.79% from 380); Green value is 66 (26.17% from 255 or 17.37% from 380); Blue value is 121 (47.66% from 255 or 31.84% from 380); Max value from RGB is 193 - color contains mainly: red. Hex color #C14279 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14279 is #3EBD86. Grayscale: #6E6E6E. Windows color (decimal): -4111751 or 7946945. OLE color: 7946945.
HSL color Cylindrical-coordinate representation of color #C14279: hue angle of 334.02º 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 #C14279 is Cyan = 0, Magento = 0.66, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 66 | 121 | - |
| CMYK | 0 | 0.66 | 0.37 | 0.24 |
| HSL | 334.02º | 0.51% | 0.51% | - |
| HSV(B) | 334.02º | 0.66% | 0.76% | - |
| XYZ | 27.39 | 16.61 | 19.85 | - |
| YUV | 110.24 | 134.08 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 66 | 121 | 0 | 0.66 | 0.37 | 0.24 | 334.02 | 0.51 | 0.51 |
| Hex | C1 | 42 | 79 | 0 | 42 | 25 | 18 | 14E | 33 | 33 |
| Octal | 301 | 102 | 171 | 0 | 102 | 45 | 30 | 516 | 63 | 63 |
| Binary | 11000001 | 1000010 | 1111001 | 0 | 1000010 | 100101 | 11000 | 101001110 | 110011 | 110011 |
Color Harmonies of #C14279
Complementary color
Monochromatic Colors of #C14279
Black with #C14279
Text Example
Text Example
White with #C14279
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14279; }
p { color: rgb(193,66,121); }
H1.HeaderClassName
{
color: #C14279;
}
.AnyTagClassName
{
color: #C14279;
}
</style>
background-color css
<style>
a { background-color: #C14279; }
a { background-color: rgb(193,66,121); }
div.DivClassName
{
background-color: #C14279;
}
.BgClassName
{
background-color: #C14279;
}
</style>
border-color css
<style>
span { border-color: #C14279; }
span { border-color: rgb(193,66,121); }
td.TdClassName
{
border-color: #C14279;
}
.TagClassName
{
border-color: #C14279;
}
</style>