Shades of Royal Heath #C05078
Tints of Royal Heath #C05078
RGB
CMYK
RGB Variations
Color information
#C05078 (or 0xC05078) is known color: Royal Heath. HEX triplet: C0, 50 and 78. RGB value is (192,80,120). Sum of RGB (Red+Green+Blue) = 192+80+120=392 (51% of max value = 765). Red value is 192 (75.39% from 255 or 48.98% from 392); Green value is 80 (31.64% from 255 or 20.41% from 392); Blue value is 120 (47.27% from 255 or 30.61% from 392); Max value from RGB is 192 - color contains mainly: red. Hex color #C05078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05078 is #3FAF87. Grayscale: #757575. Windows color (decimal): -4173704 or 7884992. OLE color: 7884992.
HSL color Cylindrical-coordinate representation of color #C05078: hue angle of 338.57º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #C05078 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 80 | 120 | - |
| CMYK | 0 | 0.58 | 0.38 | 0.25 |
| HSL | 338.57º | 0.47% | 0.53% | - |
| HSV(B) | 338.57º | 0.58% | 0.75% | - |
| XYZ | 28 | 18.3 | 19.83 | - |
| YUV | 118.05 | 129.11 | 180.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 80 | 120 | 0 | 0.58 | 0.38 | 0.25 | 338.57 | 0.47 | 0.53 |
| Hex | C0 | 50 | 78 | 0 | 3A | 26 | 19 | 153 | 2F | 35 |
| Octal | 300 | 120 | 170 | 0 | 72 | 46 | 31 | 523 | 57 | 65 |
| Binary | 11000000 | 1010000 | 1111000 | 0 | 111010 | 100110 | 11001 | 101010011 | 101111 | 110101 |
Color Harmonies of #C05078
Complementary color
Monochromatic Colors of #C05078
Black with #C05078
Text Example
Text Example
White with #C05078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05078; }
p { color: rgb(192,80,120); }
H1.HeaderClassName
{
color: #C05078;
}
.AnyTagClassName
{
color: #C05078;
}
</style>
background-color css
<style>
a { background-color: #C05078; }
a { background-color: rgb(192,80,120); }
div.DivClassName
{
background-color: #C05078;
}
.BgClassName
{
background-color: #C05078;
}
</style>
border-color css
<style>
span { border-color: #C05078; }
span { border-color: rgb(192,80,120); }
td.TdClassName
{
border-color: #C05078;
}
.TagClassName
{
border-color: #C05078;
}
</style>