Shades of Royal Heath #C14878
Tints of Royal Heath #C14878
RGB
CMYK
RGB Variations
Color information
#C14878 (or 0xC14878) is known color: Royal Heath. HEX triplet: C1, 48 and 78. RGB value is (193,72,120). Sum of RGB (Red+Green+Blue) = 193+72+120=385 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.13% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 120 (47.27% from 255 or 31.17% from 385); Max value from RGB is 193 - color contains mainly: red. Hex color #C14878 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14878 is #3EB787. Grayscale: #717171. Windows color (decimal): -4110216 or 7882945. OLE color: 7882945.
HSL color Cylindrical-coordinate representation of color #C14878: hue angle of 336.2º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C14878 is Cyan = 0, Magento = 0.63, Yellow = 0.38 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 72 | 120 | - |
| CMYK | 0 | 0.63 | 0.38 | 0.24 |
| HSL | 336.2º | 0.49% | 0.52% | - |
| HSV(B) | 336.2º | 0.63% | 0.76% | - |
| XYZ | 27.7 | 17.33 | 19.65 | - |
| YUV | 113.65 | 131.59 | 184.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 72 | 120 | 0 | 0.63 | 0.38 | 0.24 | 336.2 | 0.49 | 0.52 |
| Hex | C1 | 48 | 78 | 0 | 3F | 26 | 18 | 150 | 31 | 34 |
| Octal | 301 | 110 | 170 | 0 | 77 | 46 | 30 | 520 | 61 | 64 |
| Binary | 11000001 | 1001000 | 1111000 | 0 | 111111 | 100110 | 11000 | 101010000 | 110001 | 110100 |
Color Harmonies of #C14878
Complementary color
Monochromatic Colors of #C14878
Black with #C14878
Text Example
Text Example
White with #C14878
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14878; }
p { color: rgb(193,72,120); }
H1.HeaderClassName
{
color: #C14878;
}
.AnyTagClassName
{
color: #C14878;
}
</style>
background-color css
<style>
a { background-color: #C14878; }
a { background-color: rgb(193,72,120); }
div.DivClassName
{
background-color: #C14878;
}
.BgClassName
{
background-color: #C14878;
}
</style>
border-color css
<style>
span { border-color: #C14878; }
span { border-color: rgb(193,72,120); }
td.TdClassName
{
border-color: #C14878;
}
.TagClassName
{
border-color: #C14878;
}
</style>