Shades of Royal Heath #C05473
Tints of Royal Heath #C05473
RGB
CMYK
RGB Variations
Color information
#C05473 (or 0xC05473) is known color: Royal Heath. HEX triplet: C0, 54 and 73. RGB value is (192,84,115). Sum of RGB (Red+Green+Blue) = 192+84+115=391 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.10% from 391); Green value is 84 (33.20% from 255 or 21.48% from 391); Blue value is 115 (45.31% from 255 or 29.41% from 391); Max value from RGB is 192 - color contains mainly: red. Hex color #C05473 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05473 is #3FAB8C. Grayscale: #777777. Windows color (decimal): -4172685 or 7558336. OLE color: 7558336.
HSL color Cylindrical-coordinate representation of color #C05473: hue angle of 342.78º 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 #C05473 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 115 | - |
| CMYK | 0 | 0.56 | 0.40 | 0.25 |
| HSL | 342.78º | 0.46% | 0.54% | - |
| HSV(B) | 342.78º | 0.56% | 0.75% | - |
| XYZ | 28 | 18.78 | 18.37 | - |
| YUV | 119.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 115 | 0 | 0.56 | 0.40 | 0.25 | 342.78 | 0.46 | 0.54 |
| Hex | C0 | 54 | 73 | 0 | 38 | 28 | 19 | 157 | 2E | 36 |
| Octal | 300 | 124 | 163 | 0 | 70 | 50 | 31 | 527 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1110011 | 0 | 111000 | 101000 | 11001 | 101010111 | 101110 | 110110 |
Color Harmonies of #C05473
Complementary color
Monochromatic Colors of #C05473
Black with #C05473
Text Example
Text Example
White with #C05473
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05473; }
p { color: rgb(192,84,115); }
H1.HeaderClassName
{
color: #C05473;
}
.AnyTagClassName
{
color: #C05473;
}
</style>
background-color css
<style>
a { background-color: #C05473; }
a { background-color: rgb(192,84,115); }
div.DivClassName
{
background-color: #C05473;
}
.BgClassName
{
background-color: #C05473;
}
</style>
border-color css
<style>
span { border-color: #C05473; }
span { border-color: rgb(192,84,115); }
td.TdClassName
{
border-color: #C05473;
}
.TagClassName
{
border-color: #C05473;
}
</style>