Shades of Royal Heath #C14575
Tints of Royal Heath #C14575
RGB
CMYK
RGB Variations
Color information
#C14575 (or 0xC14575) is known color: Royal Heath. HEX triplet: C1, 45 and 75. RGB value is (193,69,117). Sum of RGB (Red+Green+Blue) = 193+69+117=379 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.92% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 193 - color contains mainly: red. Hex color #C14575 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14575 is #3EBA8A. Grayscale: #6F6F6F. Windows color (decimal): -4110987 or 7685569. OLE color: 7685569.
HSL color Cylindrical-coordinate representation of color #C14575: hue angle of 336.77º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C14575 is Cyan = 0, Magento = 0.64, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 69 | 117 | - |
| CMYK | 0 | 0.64 | 0.39 | 0.24 |
| HSL | 336.77º | 0.5% | 0.51% | - |
| HSV(B) | 336.77º | 0.64% | 0.76% | - |
| XYZ | 27.33 | 16.88 | 18.65 | - |
| YUV | 111.55 | 131.08 | 186.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 69 | 117 | 0 | 0.64 | 0.39 | 0.24 | 336.77 | 0.5 | 0.51 |
| Hex | C1 | 45 | 75 | 0 | 40 | 27 | 18 | 151 | 32 | 33 |
| Octal | 301 | 105 | 165 | 0 | 100 | 47 | 30 | 521 | 62 | 63 |
| Binary | 11000001 | 1000101 | 1110101 | 0 | 1000000 | 100111 | 11000 | 101010001 | 110010 | 110011 |
Color Harmonies of #C14575
Complementary color
Monochromatic Colors of #C14575
Black with #C14575
Text Example
Text Example
White with #C14575
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14575; }
p { color: rgb(193,69,117); }
H1.HeaderClassName
{
color: #C14575;
}
.AnyTagClassName
{
color: #C14575;
}
</style>
background-color css
<style>
a { background-color: #C14575; }
a { background-color: rgb(193,69,117); }
div.DivClassName
{
background-color: #C14575;
}
.BgClassName
{
background-color: #C14575;
}
</style>
border-color css
<style>
span { border-color: #C14575; }
span { border-color: rgb(193,69,117); }
td.TdClassName
{
border-color: #C14575;
}
.TagClassName
{
border-color: #C14575;
}
</style>