Shades of Royal Heath #C14075
Tints of Royal Heath #C14075
RGB
CMYK
RGB Variations
Color information
#C14075 (or 0xC14075) is known color: Royal Heath. HEX triplet: C1, 40 and 75. RGB value is (193,64,117). Sum of RGB (Red+Green+Blue) = 193+64+117=374 (49% of max value = 765). Red value is 193 (75.78% from 255 or 51.60% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 193 - color contains mainly: red. Hex color #C14075 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14075 is #3EBF8A. Grayscale: #6C6C6C. Windows color (decimal): -4112267 or 7684289. OLE color: 7684289.
HSL color Cylindrical-coordinate representation of color #C14075: hue angle of 335.35º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C14075 is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 64 | 117 | - |
| CMYK | 0 | 0.67 | 0.39 | 0.24 |
| HSL | 335.35º | 0.51% | 0.5% | - |
| HSV(B) | 335.35º | 0.67% | 0.76% | - |
| XYZ | 27.04 | 16.29 | 18.55 | - |
| YUV | 108.61 | 132.74 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 64 | 117 | 0 | 0.67 | 0.39 | 0.24 | 335.35 | 0.51 | 0.5 |
| Hex | C1 | 40 | 75 | 0 | 43 | 27 | 18 | 14F | 33 | 32 |
| Octal | 301 | 100 | 165 | 0 | 103 | 47 | 30 | 517 | 63 | 62 |
| Binary | 11000001 | 1000000 | 1110101 | 0 | 1000011 | 100111 | 11000 | 101001111 | 110011 | 110010 |
Color Harmonies of #C14075
Complementary color
Monochromatic Colors of #C14075
Black with #C14075
Text Example
Text Example
White with #C14075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14075; }
p { color: rgb(193,64,117); }
H1.HeaderClassName
{
color: #C14075;
}
.AnyTagClassName
{
color: #C14075;
}
</style>
background-color css
<style>
a { background-color: #C14075; }
a { background-color: rgb(193,64,117); }
div.DivClassName
{
background-color: #C14075;
}
.BgClassName
{
background-color: #C14075;
}
</style>
border-color css
<style>
span { border-color: #C14075; }
span { border-color: rgb(193,64,117); }
td.TdClassName
{
border-color: #C14075;
}
.TagClassName
{
border-color: #C14075;
}
</style>