Shades of Royal Heath #C15176
Tints of Royal Heath #C15176
RGB
CMYK
RGB Variations
Color information
#C15176 (or 0xC15176) is known color: Royal Heath. HEX triplet: C1, 51 and 76. RGB value is (193,81,118). Sum of RGB (Red+Green+Blue) = 193+81+118=392 (51% of max value = 765). Red value is 193 (75.78% from 255 or 49.23% from 392); Green value is 81 (32.03% from 255 or 20.66% from 392); Blue value is 118 (46.48% from 255 or 30.10% from 392); Max value from RGB is 193 - color contains mainly: red. Hex color #C15176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C15176 is #3EAE89. Grayscale: #767676. Windows color (decimal): -4107914 or 7754177. OLE color: 7754177.
HSL color Cylindrical-coordinate representation of color #C15176: hue angle of 340.18º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C15176 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 81 | 118 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.24 |
| HSL | 340.18º | 0.47% | 0.54% | - |
| HSV(B) | 340.18º | 0.58% | 0.76% | - |
| XYZ | 28.2 | 18.53 | 19.23 | - |
| YUV | 118.71 | 127.61 | 180.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 81 | 118 | 0 | 0.58 | 0.39 | 0.24 | 340.18 | 0.47 | 0.54 |
| Hex | C1 | 51 | 76 | 0 | 3A | 27 | 18 | 154 | 2F | 36 |
| Octal | 301 | 121 | 166 | 0 | 72 | 47 | 30 | 524 | 57 | 66 |
| Binary | 11000001 | 1010001 | 1110110 | 0 | 111010 | 100111 | 11000 | 101010100 | 101111 | 110110 |
Color Harmonies of #C15176
Complementary color
Monochromatic Colors of #C15176
Black with #C15176
Text Example
Text Example
White with #C15176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C15176; }
p { color: rgb(193,81,118); }
H1.HeaderClassName
{
color: #C15176;
}
.AnyTagClassName
{
color: #C15176;
}
</style>
background-color css
<style>
a { background-color: #C15176; }
a { background-color: rgb(193,81,118); }
div.DivClassName
{
background-color: #C15176;
}
.BgClassName
{
background-color: #C15176;
}
</style>
border-color css
<style>
span { border-color: #C15176; }
span { border-color: rgb(193,81,118); }
td.TdClassName
{
border-color: #C15176;
}
.TagClassName
{
border-color: #C15176;
}
</style>