Shades of Royal Heath #C05578
Tints of Royal Heath #C05578
RGB
CMYK
RGB Variations
Color information
#C05578 (or 0xC05578) is known color: Royal Heath. HEX triplet: C0, 55 and 78. RGB value is (192,85,120). Sum of RGB (Red+Green+Blue) = 192+85+120=397 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.36% from 397); Green value is 85 (33.59% from 255 or 21.41% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 192 - color contains mainly: red. Hex color #C05578 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05578 is #3FAA87. Grayscale: #787878. Windows color (decimal): -4172424 or 7886272. OLE color: 7886272.
HSL color Cylindrical-coordinate representation of color #C05578: hue angle of 340.37º 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 #C05578 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 120 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.25 |
| HSL | 340.37º | 0.46% | 0.54% | - |
| HSV(B) | 340.37º | 0.56% | 0.75% | - |
| XYZ | 28.38 | 19.06 | 19.95 | - |
| YUV | 120.98 | 127.45 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 120 | 0 | 0.56 | 0.38 | 0.25 | 340.37 | 0.46 | 0.54 |
| Hex | C0 | 55 | 78 | 0 | 38 | 26 | 19 | 154 | 2E | 36 |
| Octal | 300 | 125 | 170 | 0 | 70 | 46 | 31 | 524 | 56 | 66 |
| Binary | 11000000 | 1010101 | 1111000 | 0 | 111000 | 100110 | 11001 | 101010100 | 101110 | 110110 |
Color Harmonies of #C05578
Complementary color
Monochromatic Colors of #C05578
Black with #C05578
Text Example
Text Example
White with #C05578
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05578; }
p { color: rgb(192,85,120); }
H1.HeaderClassName
{
color: #C05578;
}
.AnyTagClassName
{
color: #C05578;
}
</style>
background-color css
<style>
a { background-color: #C05578; }
a { background-color: rgb(192,85,120); }
div.DivClassName
{
background-color: #C05578;
}
.BgClassName
{
background-color: #C05578;
}
</style>
border-color css
<style>
span { border-color: #C05578; }
span { border-color: rgb(192,85,120); }
td.TdClassName
{
border-color: #C05578;
}
.TagClassName
{
border-color: #C05578;
}
</style>