Shades of Royal Heath #C15979
Tints of Royal Heath #C15979
RGB
CMYK
RGB Variations
Color information
#C15979 (or 0xC15979) is known color: Royal Heath. HEX triplet: C1, 59 and 79. RGB value is (193,89,121). Sum of RGB (Red+Green+Blue) = 193+89+121=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 89 (35.16% from 255 or 22.08% from 403); Blue value is 121 (47.66% from 255 or 30.02% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C15979 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15979 is #3EA686. Grayscale: #7B7B7B. Windows color (decimal): -4105863 or 7952833. OLE color: 7952833.
HSL color Cylindrical-coordinate representation of color #C15979: hue angle of 341.54º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C15979 is Cyan = 0, Magento = 0.54, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 89 | 121 | - |
| CMYK | 0 | 0.54 | 0.37 | 0.24 |
| HSL | 341.54º | 0.46% | 0.55% | - |
| HSV(B) | 341.54º | 0.54% | 0.76% | - |
| XYZ | 29.02 | 19.86 | 20.39 | - |
| YUV | 123.74 | 126.46 | 177.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 89 | 121 | 0 | 0.54 | 0.37 | 0.24 | 341.54 | 0.46 | 0.55 |
| Hex | C1 | 59 | 79 | 0 | 36 | 25 | 18 | 156 | 2E | 37 |
| Octal | 301 | 131 | 171 | 0 | 66 | 45 | 30 | 526 | 56 | 67 |
| Binary | 11000001 | 1011001 | 1111001 | 0 | 110110 | 100101 | 11000 | 101010110 | 101110 | 110111 |
Color Harmonies of #C15979
Complementary color
Monochromatic Colors of #C15979
Black with #C15979
Text Example
Text Example
White with #C15979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15979; }
p { color: rgb(193,89,121); }
H1.HeaderClassName
{
color: #C15979;
}
.AnyTagClassName
{
color: #C15979;
}
</style>
background-color css
<style>
a { background-color: #C15979; }
a { background-color: rgb(193,89,121); }
div.DivClassName
{
background-color: #C15979;
}
.BgClassName
{
background-color: #C15979;
}
</style>
border-color css
<style>
span { border-color: #C15979; }
span { border-color: rgb(193,89,121); }
td.TdClassName
{
border-color: #C15979;
}
.TagClassName
{
border-color: #C15979;
}
</style>