Shades of Royal Heath #C05477
Tints of Royal Heath #C05477
RGB
CMYK
RGB Variations
Color information
#C05477 (or 0xC05477) is known color: Royal Heath. HEX triplet: C0, 54 and 77. RGB value is (192,84,119). Sum of RGB (Red+Green+Blue) = 192+84+119=395 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.61% from 395); Green value is 84 (33.20% from 255 or 21.27% from 395); Blue value is 119 (46.88% from 255 or 30.13% from 395); Max value from RGB is 192 - color contains mainly: red. Hex color #C05477 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05477 is #3FAB88. Grayscale: #787878. Windows color (decimal): -4172681 or 7820480. OLE color: 7820480.
HSL color Cylindrical-coordinate representation of color #C05477: hue angle of 340.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C05477 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 119 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.25 |
| HSL | 340.56º | 0.46% | 0.54% | - |
| HSV(B) | 340.56º | 0.56% | 0.75% | - |
| XYZ | 28.24 | 18.88 | 19.61 | - |
| YUV | 120.28 | 127.28 | 179.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 119 | 0 | 0.56 | 0.38 | 0.25 | 340.56 | 0.46 | 0.54 |
| Hex | C0 | 54 | 77 | 0 | 38 | 26 | 19 | 155 | 2E | 36 |
| Octal | 300 | 124 | 167 | 0 | 70 | 46 | 31 | 525 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1110111 | 0 | 111000 | 100110 | 11001 | 101010101 | 101110 | 110110 |
Color Harmonies of #C05477
Complementary color
Monochromatic Colors of #C05477
Black with #C05477
Text Example
Text Example
White with #C05477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05477; }
p { color: rgb(192,84,119); }
H1.HeaderClassName
{
color: #C05477;
}
.AnyTagClassName
{
color: #C05477;
}
</style>
background-color css
<style>
a { background-color: #C05477; }
a { background-color: rgb(192,84,119); }
div.DivClassName
{
background-color: #C05477;
}
.BgClassName
{
background-color: #C05477;
}
</style>
border-color css
<style>
span { border-color: #C05477; }
span { border-color: rgb(192,84,119); }
td.TdClassName
{
border-color: #C05477;
}
.TagClassName
{
border-color: #C05477;
}
</style>