Shades of Royal Heath #C05475
Tints of Royal Heath #C05475
RGB
CMYK
RGB Variations
Color information
#C05475 (or 0xC05475) is known color: Royal Heath. HEX triplet: C0, 54 and 75. RGB value is (192,84,117). Sum of RGB (Red+Green+Blue) = 192+84+117=393 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.85% from 393); Green value is 84 (33.20% from 255 or 21.37% from 393); Blue value is 117 (46.09% from 255 or 29.77% from 393); Max value from RGB is 192 - color contains mainly: red. Hex color #C05475 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05475 is #3FAB8A. Grayscale: #787878. Windows color (decimal): -4172683 or 7689408. OLE color: 7689408.
HSL color Cylindrical-coordinate representation of color #C05475: hue angle of 341.67º 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 #C05475 is Cyan = 0, Magento = 0.56, Yellow = 0.39 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 84 | 117 | - |
| CMYK | 0 | 0.56 | 0.39 | 0.25 |
| HSL | 341.67º | 0.46% | 0.54% | - |
| HSV(B) | 341.67º | 0.56% | 0.75% | - |
| XYZ | 28.12 | 18.83 | 18.98 | - |
| YUV | 120.05 | 126.28 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 84 | 117 | 0 | 0.56 | 0.39 | 0.25 | 341.67 | 0.46 | 0.54 |
| Hex | C0 | 54 | 75 | 0 | 38 | 27 | 19 | 156 | 2E | 36 |
| Octal | 300 | 124 | 165 | 0 | 70 | 47 | 31 | 526 | 56 | 66 |
| Binary | 11000000 | 1010100 | 1110101 | 0 | 111000 | 100111 | 11001 | 101010110 | 101110 | 110110 |
Color Harmonies of #C05475
Complementary color
Monochromatic Colors of #C05475
Black with #C05475
Text Example
Text Example
White with #C05475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05475; }
p { color: rgb(192,84,117); }
H1.HeaderClassName
{
color: #C05475;
}
.AnyTagClassName
{
color: #C05475;
}
</style>
background-color css
<style>
a { background-color: #C05475; }
a { background-color: rgb(192,84,117); }
div.DivClassName
{
background-color: #C05475;
}
.BgClassName
{
background-color: #C05475;
}
</style>
border-color css
<style>
span { border-color: #C05475; }
span { border-color: rgb(192,84,117); }
td.TdClassName
{
border-color: #C05475;
}
.TagClassName
{
border-color: #C05475;
}
</style>