Shades of Royal Heath #C05176
Tints of Royal Heath #C05176
RGB
CMYK
RGB Variations
Color information
#C05176 (or 0xC05176) is known color: Royal Heath. HEX triplet: C0, 51 and 76. RGB value is (192,81,118). Sum of RGB (Red+Green+Blue) = 192+81+118=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 81 (32.03% from 255 or 20.72% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C05176 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05176 is #3FAE89. Grayscale: #767676. Windows color (decimal): -4173450 or 7754176. OLE color: 7754176.
HSL color Cylindrical-coordinate representation of color #C05176: hue angle of 340º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05176 is Cyan = 0, Magento = 0.58, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 118 | - |
| CMYK | 0 | 0.58 | 0.39 | 0.25 |
| HSL | 340º | 0.47% | 0.54% | - |
| HSV(B) | 340º | 0.58% | 0.75% | - |
| XYZ | 27.95 | 18.4 | 19.22 | - |
| YUV | 118.41 | 127.77 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 118 | 0 | 0.58 | 0.39 | 0.25 | 340 | 0.47 | 0.54 |
| Hex | C0 | 51 | 76 | 0 | 3A | 27 | 19 | 154 | 2F | 36 |
| Octal | 300 | 121 | 166 | 0 | 72 | 47 | 31 | 524 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1110110 | 0 | 111010 | 100111 | 11001 | 101010100 | 101111 | 110110 |
Color Harmonies of #C05176
Complementary color
Monochromatic Colors of #C05176
Black with #C05176
Text Example
Text Example
White with #C05176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05176; }
p { color: rgb(192,81,118); }
H1.HeaderClassName
{
color: #C05176;
}
.AnyTagClassName
{
color: #C05176;
}
</style>
background-color css
<style>
a { background-color: #C05176; }
a { background-color: rgb(192,81,118); }
div.DivClassName
{
background-color: #C05176;
}
.BgClassName
{
background-color: #C05176;
}
</style>
border-color css
<style>
span { border-color: #C05176; }
span { border-color: rgb(192,81,118); }
td.TdClassName
{
border-color: #C05176;
}
.TagClassName
{
border-color: #C05176;
}
</style>