Shades of Royal Heath #C05478
Tints of Royal Heath #C05478
RGB
CMYK
RGB Variations
Color information
#C05478 (or 0xC05478) is known color: Royal Heath. HEX triplet: C0, 54 and 78. RGB value is (192,84,120). Sum of RGB (Red+Green+Blue) = 192+84+120=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 84 (33.20% from 255 or 21.21% from 396); Blue value is 120 (47.27% from 255 or 30.30% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C05478 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05478 is #3FAB87. Grayscale: #787878. Windows color (decimal): -4172680 or 7886016. OLE color: 7886016.
HSL color Cylindrical-coordinate representation of color #C05478: hue angle of 340º 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 #C05478 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 120 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.25 |
| HSL | 340º | 0.46% | 0.54% | - |
| HSV(B) | 340º | 0.56% | 0.75% | - |
| XYZ | 28.3 | 18.9 | 19.93 | - |
| YUV | 120.4 | 127.78 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 120 | 0 | 0.56 | 0.38 | 0.25 | 340 | 0.46 | 0.54 |
| Hex | C0 | 54 | 78 | 0 | 38 | 26 | 19 | 154 | 2E | 36 |
| Octal | 300 | 124 | 170 | 0 | 70 | 46 | 31 | 524 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1111000 | 0 | 111000 | 100110 | 11001 | 101010100 | 101110 | 110110 |
Color Harmonies of #C05478
Complementary color
Monochromatic Colors of #C05478
Black with #C05478
Text Example
Text Example
White with #C05478
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05478; }
p { color: rgb(192,84,120); }
H1.HeaderClassName
{
color: #C05478;
}
.AnyTagClassName
{
color: #C05478;
}
</style>
background-color css
<style>
a { background-color: #C05478; }
a { background-color: rgb(192,84,120); }
div.DivClassName
{
background-color: #C05478;
}
.BgClassName
{
background-color: #C05478;
}
</style>
border-color css
<style>
span { border-color: #C05478; }
span { border-color: rgb(192,84,120); }
td.TdClassName
{
border-color: #C05478;
}
.TagClassName
{
border-color: #C05478;
}
</style>