Shades of Royal Heath #C14475
Tints of Royal Heath #C14475
RGB
CMYK
RGB Variations
Color information
#C14475 (or 0xC14475) is known color: Royal Heath. HEX triplet: C1, 44 and 75. RGB value is (193,68,117). Sum of RGB (Red+Green+Blue) = 193+68+117=378 (50% of max value = 765). Red value is 193 (75.78% from 255 or 51.06% from 378); Green value is 68 (26.95% from 255 or 17.99% from 378); Blue value is 117 (46.09% from 255 or 30.95% from 378); Max value from RGB is 193 - color contains mainly: red. Hex color #C14475 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14475 is #3EBB8A. Grayscale: #6E6E6E. Windows color (decimal): -4111243 or 7685313. OLE color: 7685313.
HSL color Cylindrical-coordinate representation of color #C14475: hue angle of 336.48º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C14475 is Cyan = 0, Magento = 0.65, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 68 | 117 | - |
| CMYK | 0 | 0.65 | 0.39 | 0.24 |
| HSL | 336.48º | 0.5% | 0.51% | - |
| HSV(B) | 336.48º | 0.65% | 0.76% | - |
| XYZ | 27.27 | 16.76 | 18.63 | - |
| YUV | 110.96 | 131.41 | 186.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 68 | 117 | 0 | 0.65 | 0.39 | 0.24 | 336.48 | 0.5 | 0.51 |
| Hex | C1 | 44 | 75 | 0 | 41 | 27 | 18 | 150 | 32 | 33 |
| Octal | 301 | 104 | 165 | 0 | 101 | 47 | 30 | 520 | 62 | 63 |
| Binary | 11000001 | 1000100 | 1110101 | 0 | 1000001 | 100111 | 11000 | 101010000 | 110010 | 110011 |
Color Harmonies of #C14475
Complementary color
Monochromatic Colors of #C14475
Black with #C14475
Text Example
Text Example
White with #C14475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14475; }
p { color: rgb(193,68,117); }
H1.HeaderClassName
{
color: #C14475;
}
.AnyTagClassName
{
color: #C14475;
}
</style>
background-color css
<style>
a { background-color: #C14475; }
a { background-color: rgb(193,68,117); }
div.DivClassName
{
background-color: #C14475;
}
.BgClassName
{
background-color: #C14475;
}
</style>
border-color css
<style>
span { border-color: #C14475; }
span { border-color: rgb(193,68,117); }
td.TdClassName
{
border-color: #C14475;
}
.TagClassName
{
border-color: #C14475;
}
</style>