Shades of Royal Heath #C1497C
Tints of Royal Heath #C1497C
RGB
CMYK
RGB Variations
Color information
#C1497C (or 0xC1497C) is known color: Royal Heath. HEX triplet: C1, 49 and 7C. RGB value is (193,73,124). Sum of RGB (Red+Green+Blue) = 193+73+124=390 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.49% from 390); Green value is 73 (28.91% from 255 or 18.72% from 390); Blue value is 124 (48.83% from 255 or 31.79% from 390); Max value from RGB is 193 - color contains mainly: red. Hex color #C1497C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1497C is #3EB683. Grayscale: #727272. Windows color (decimal): -4109956 or 8145345. OLE color: 8145345.
HSL color Cylindrical-coordinate representation of color #C1497C: hue angle of 334.5º 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 #C1497C is Cyan = 0, Magento = 0.62, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 73 | 124 | - |
| CMYK | 0 | 0.62 | 0.36 | 0.24 |
| HSL | 334.5º | 0.49% | 0.52% | - |
| HSV(B) | 334.5º | 0.62% | 0.76% | - |
| XYZ | 28.01 | 17.56 | 20.98 | - |
| YUV | 114.69 | 133.26 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 73 | 124 | 0 | 0.62 | 0.36 | 0.24 | 334.5 | 0.49 | 0.52 |
| Hex | C1 | 49 | 7C | 0 | 3E | 24 | 18 | 14E | 31 | 34 |
| Octal | 301 | 111 | 174 | 0 | 76 | 44 | 30 | 516 | 61 | 64 |
| Binary | 11000001 | 1001001 | 1111100 | 0 | 111110 | 100100 | 11000 | 101001110 | 110001 | 110100 |
Color Harmonies of #C1497C
Complementary color
Monochromatic Colors of #C1497C
Black with #C1497C
Text Example
Text Example
White with #C1497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1497C; }
p { color: rgb(193,73,124); }
H1.HeaderClassName
{
color: #C1497C;
}
.AnyTagClassName
{
color: #C1497C;
}
</style>
background-color css
<style>
a { background-color: #C1497C; }
a { background-color: rgb(193,73,124); }
div.DivClassName
{
background-color: #C1497C;
}
.BgClassName
{
background-color: #C1497C;
}
</style>
border-color css
<style>
span { border-color: #C1497C; }
span { border-color: rgb(193,73,124); }
td.TdClassName
{
border-color: #C1497C;
}
.TagClassName
{
border-color: #C1497C;
}
</style>