Shades of Royal Heath #C05174
Tints of Royal Heath #C05174
RGB
CMYK
RGB Variations
Color information
#C05174 (or 0xC05174) is known color: Royal Heath. HEX triplet: C0, 51 and 74. RGB value is (192,81,116). Sum of RGB (Red+Green+Blue) = 192+81+116=389 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.36% from 389); Green value is 81 (32.03% from 255 or 20.82% from 389); Blue value is 116 (45.70% from 255 or 29.82% from 389); Max value from RGB is 192 - color contains mainly: red. Hex color #C05174 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05174 is #3FAE8B. Grayscale: #767676. Windows color (decimal): -4173452 or 7623104. OLE color: 7623104.
HSL color Cylindrical-coordinate representation of color #C05174: hue angle of 341.08º 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 #C05174 is Cyan = 0, Magento = 0.58, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 81 | 116 | - |
| CMYK | 0 | 0.58 | 0.40 | 0.25 |
| HSL | 341.08º | 0.47% | 0.54% | - |
| HSV(B) | 341.08º | 0.58% | 0.75% | - |
| XYZ | 27.83 | 18.35 | 18.6 | - |
| YUV | 118.18 | 126.77 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 81 | 116 | 0 | 0.58 | 0.40 | 0.25 | 341.08 | 0.47 | 0.54 |
| Hex | C0 | 51 | 74 | 0 | 3A | 28 | 19 | 155 | 2F | 36 |
| Octal | 300 | 121 | 164 | 0 | 72 | 50 | 31 | 525 | 57 | 66 |
| Binary | 11000000 | 1010001 | 1110100 | 0 | 111010 | 101000 | 11001 | 101010101 | 101111 | 110110 |
Color Harmonies of #C05174
Complementary color
Monochromatic Colors of #C05174
Black with #C05174
Text Example
Text Example
White with #C05174
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05174; }
p { color: rgb(192,81,116); }
H1.HeaderClassName
{
color: #C05174;
}
.AnyTagClassName
{
color: #C05174;
}
</style>
background-color css
<style>
a { background-color: #C05174; }
a { background-color: rgb(192,81,116); }
div.DivClassName
{
background-color: #C05174;
}
.BgClassName
{
background-color: #C05174;
}
</style>
border-color css
<style>
span { border-color: #C05174; }
span { border-color: rgb(192,81,116); }
td.TdClassName
{
border-color: #C05174;
}
.TagClassName
{
border-color: #C05174;
}
</style>