Shades of Royal Heath #C55078
Tints of Royal Heath #C55078
RGB
CMYK
RGB Variations
Color information
#C55078 (or 0xC55078) is known color: Royal Heath. HEX triplet: C5, 50 and 78. RGB value is (197,80,120). Sum of RGB (Red+Green+Blue) = 197+80+120=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 80 (31.64% from 255 or 20.15% from 397); Blue value is 120 (47.27% from 255 or 30.23% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C55078 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C55078 is #3AAF87. Grayscale: #777777. Windows color (decimal): -3846024 or 7884997. OLE color: 7884997.
HSL color Cylindrical-coordinate representation of color #C55078: hue angle of 339.49º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #C55078 is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 80 | 120 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.23 |
| HSL | 339.49º | 0.5% | 0.54% | - |
| HSV(B) | 339.49º | 0.59% | 0.77% | - |
| XYZ | 29.28 | 18.96 | 19.89 | - |
| YUV | 119.54 | 128.26 | 183.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 80 | 120 | 0 | 0.59 | 0.39 | 0.23 | 339.49 | 0.5 | 0.54 |
| Hex | C5 | 50 | 78 | 0 | 3B | 27 | 17 | 153 | 32 | 36 |
| Octal | 305 | 120 | 170 | 0 | 73 | 47 | 27 | 523 | 62 | 66 |
| Binary | 11000101 | 1010000 | 1111000 | 0 | 111011 | 100111 | 10111 | 101010011 | 110010 | 110110 |
Color Harmonies of #C55078
Complementary color
Monochromatic Colors of #C55078
Black with #C55078
Text Example
Text Example
White with #C55078
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C55078; }
p { color: rgb(197,80,120); }
H1.HeaderClassName
{
color: #C55078;
}
.AnyTagClassName
{
color: #C55078;
}
</style>
background-color css
<style>
a { background-color: #C55078; }
a { background-color: rgb(197,80,120); }
div.DivClassName
{
background-color: #C55078;
}
.BgClassName
{
background-color: #C55078;
}
</style>
border-color css
<style>
span { border-color: #C55078; }
span { border-color: rgb(197,80,120); }
td.TdClassName
{
border-color: #C55078;
}
.TagClassName
{
border-color: #C55078;
}
</style>