Shades of Royal Heath #C14975
Tints of Royal Heath #C14975
RGB
CMYK
RGB Variations
Color information
#C14975 (or 0xC14975) is known color: Royal Heath. HEX triplet: C1, 49 and 75. RGB value is (193,73,117). Sum of RGB (Red+Green+Blue) = 193+73+117=383 (50% of max value = 765). Red value is 193 (75.78% from 255 or 50.39% from 383); Green value is 73 (28.91% from 255 or 19.06% from 383); Blue value is 117 (46.09% from 255 or 30.55% from 383); Max value from RGB is 193 - color contains mainly: red. Hex color #C14975 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14975 is #3EB68A. Grayscale: #717171. Windows color (decimal): -4109963 or 7686593. OLE color: 7686593.
HSL color Cylindrical-coordinate representation of color #C14975: hue angle of 338º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C14975 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 117 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.24 |
| HSL | 338º | 0.49% | 0.52% | - |
| HSV(B) | 338º | 0.62% | 0.76% | - |
| XYZ | 27.59 | 17.39 | 18.73 | - |
| YUV | 113.9 | 129.76 | 184.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 117 | 0 | 0.62 | 0.39 | 0.24 | 338 | 0.49 | 0.52 |
| Hex | C1 | 49 | 75 | 0 | 3E | 27 | 18 | 152 | 31 | 34 |
| Octal | 301 | 111 | 165 | 0 | 76 | 47 | 30 | 522 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1110101 | 0 | 111110 | 100111 | 11000 | 101010010 | 110001 | 110100 |
Color Harmonies of #C14975
Complementary color
Monochromatic Colors of #C14975
Black with #C14975
Text Example
Text Example
White with #C14975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14975; }
p { color: rgb(193,73,117); }
H1.HeaderClassName
{
color: #C14975;
}
.AnyTagClassName
{
color: #C14975;
}
</style>
background-color css
<style>
a { background-color: #C14975; }
a { background-color: rgb(193,73,117); }
div.DivClassName
{
background-color: #C14975;
}
.BgClassName
{
background-color: #C14975;
}
</style>
border-color css
<style>
span { border-color: #C14975; }
span { border-color: rgb(193,73,117); }
td.TdClassName
{
border-color: #C14975;
}
.TagClassName
{
border-color: #C14975;
}
</style>