Shades of Royal Heath #C04D77
Tints of Royal Heath #C04D77
RGB
CMYK
RGB Variations
Color information
#C04D77 (or 0xC04D77) is known color: Royal Heath. HEX triplet: C0, 4D and 77. RGB value is (192,77,119). Sum of RGB (Red+Green+Blue) = 192+77+119=388 (51% of max value = 765). Red value is 192 (75.39% from 255 or 49.48% from 388); Green value is 77 (30.47% from 255 or 19.85% from 388); Blue value is 119 (46.88% from 255 or 30.67% from 388); Max value from RGB is 192 - color contains mainly: red. Hex color #C04D77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C04D77 is #3FB288. Grayscale: #747474. Windows color (decimal): -4174473 or 7818688. OLE color: 7818688.
HSL color Cylindrical-coordinate representation of color #C04D77: hue angle of 338.09º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #C04D77 is Cyan = 0, Magento = 0.60, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 77 | 119 | - |
| CMYK | 0 | 0.60 | 0.38 | 0.25 |
| HSL | 338.09º | 0.48% | 0.53% | - |
| HSV(B) | 338.09º | 0.6% | 0.75% | - |
| XYZ | 27.72 | 17.85 | 19.44 | - |
| YUV | 116.17 | 129.6 | 182.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 77 | 119 | 0 | 0.60 | 0.38 | 0.25 | 338.09 | 0.48 | 0.53 |
| Hex | C0 | 4D | 77 | 0 | 3C | 26 | 19 | 152 | 30 | 35 |
| Octal | 300 | 115 | 167 | 0 | 74 | 46 | 31 | 522 | 60 | 65 |
| Binary | 11000000 | 1001101 | 1110111 | 0 | 111100 | 100110 | 11001 | 101010010 | 110000 | 110101 |
Color Harmonies of #C04D77
Complementary color
Monochromatic Colors of #C04D77
Black with #C04D77
Text Example
Text Example
White with #C04D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04D77; }
p { color: rgb(192,77,119); }
H1.HeaderClassName
{
color: #C04D77;
}
.AnyTagClassName
{
color: #C04D77;
}
</style>
background-color css
<style>
a { background-color: #C04D77; }
a { background-color: rgb(192,77,119); }
div.DivClassName
{
background-color: #C04D77;
}
.BgClassName
{
background-color: #C04D77;
}
</style>
border-color css
<style>
span { border-color: #C04D77; }
span { border-color: rgb(192,77,119); }
td.TdClassName
{
border-color: #C04D77;
}
.TagClassName
{
border-color: #C04D77;
}
</style>