Shades of Royal Heath #C05577
Tints of Royal Heath #C05577
RGB
CMYK
RGB Variations
Color information
#C05577 (or 0xC05577) is known color: Royal Heath. HEX triplet: C0, 55 and 77. RGB value is (192,85,119). Sum of RGB (Red+Green+Blue) = 192+85+119=396 (52% of max value = 765). Red value is 192 (75.39% from 255 or 48.48% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 119 (46.88% from 255 or 30.05% from 396); Max value from RGB is 192 - color contains mainly: red. Hex color #C05577 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C05577 is #3FAA88. Grayscale: #787878. Windows color (decimal): -4172425 or 7820736. OLE color: 7820736.
HSL color Cylindrical-coordinate representation of color #C05577: hue angle of 340.93º 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 #C05577 is Cyan = 0, Magento = 0.56, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 85 | 119 | - |
| CMYK | 0 | 0.56 | 0.38 | 0.25 |
| HSL | 340.93º | 0.46% | 0.54% | - |
| HSV(B) | 340.93º | 0.56% | 0.75% | - |
| XYZ | 28.32 | 19.04 | 19.63 | - |
| YUV | 120.87 | 126.95 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 85 | 119 | 0 | 0.56 | 0.38 | 0.25 | 340.93 | 0.46 | 0.54 |
| Hex | C0 | 55 | 77 | 0 | 38 | 26 | 19 | 155 | 2E | 36 |
| Octal | 300 | 125 | 167 | 0 | 70 | 46 | 31 | 525 | 56 | 66 |
| Binary | 11000000 | 1010101 | 1110111 | 0 | 111000 | 100110 | 11001 | 101010101 | 101110 | 110110 |
Color Harmonies of #C05577
Complementary color
Monochromatic Colors of #C05577
Black with #C05577
Text Example
Text Example
White with #C05577
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C05577; }
p { color: rgb(192,85,119); }
H1.HeaderClassName
{
color: #C05577;
}
.AnyTagClassName
{
color: #C05577;
}
</style>
background-color css
<style>
a { background-color: #C05577; }
a { background-color: rgb(192,85,119); }
div.DivClassName
{
background-color: #C05577;
}
.BgClassName
{
background-color: #C05577;
}
</style>
border-color css
<style>
span { border-color: #C05577; }
span { border-color: rgb(192,85,119); }
td.TdClassName
{
border-color: #C05577;
}
.TagClassName
{
border-color: #C05577;
}
</style>