Shades of Royal Heath #C04477
Tints of Royal Heath #C04477
RGB
CMYK
RGB Variations
Color information
#C04477 (or 0xC04477) is known color: Royal Heath. HEX triplet: C0, 44 and 77. RGB value is (192,68,119). Sum of RGB (Red+Green+Blue) = 192+68+119=379 (50% of max value = 765). Red value is 192 (75.39% from 255 or 50.66% from 379); Green value is 68 (26.95% from 255 or 17.94% from 379); Blue value is 119 (46.88% from 255 or 31.40% from 379); Max value from RGB is 192 - color contains mainly: red. Hex color #C04477 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04477 is #3FBB88. Grayscale: #6E6E6E. Windows color (decimal): -4176777 or 7816384. OLE color: 7816384.
HSL color Cylindrical-coordinate representation of color #C04477: hue angle of 335.32º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C04477 is Cyan = 0, Magento = 0.65, Yellow = 0.38 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 68 | 119 | - |
| CMYK | 0 | 0.65 | 0.38 | 0.25 |
| HSL | 335.32º | 0.5% | 0.51% | - |
| HSV(B) | 335.32º | 0.65% | 0.75% | - |
| XYZ | 27.14 | 16.67 | 19.24 | - |
| YUV | 110.89 | 132.58 | 185.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 68 | 119 | 0 | 0.65 | 0.38 | 0.25 | 335.32 | 0.5 | 0.51 |
| Hex | C0 | 44 | 77 | 0 | 41 | 26 | 19 | 14F | 32 | 33 |
| Octal | 300 | 104 | 167 | 0 | 101 | 46 | 31 | 517 | 62 | 63 |
| Binary | 11000000 | 1000100 | 1110111 | 0 | 1000001 | 100110 | 11001 | 101001111 | 110010 | 110011 |
Color Harmonies of #C04477
Complementary color
Monochromatic Colors of #C04477
Black with #C04477
Text Example
Text Example
White with #C04477
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04477; }
p { color: rgb(192,68,119); }
H1.HeaderClassName
{
color: #C04477;
}
.AnyTagClassName
{
color: #C04477;
}
</style>
background-color css
<style>
a { background-color: #C04477; }
a { background-color: rgb(192,68,119); }
div.DivClassName
{
background-color: #C04477;
}
.BgClassName
{
background-color: #C04477;
}
</style>
border-color css
<style>
span { border-color: #C04477; }
span { border-color: rgb(192,68,119); }
td.TdClassName
{
border-color: #C04477;
}
.TagClassName
{
border-color: #C04477;
}
</style>