Shades of Royal Heath #C04771
Tints of Royal Heath #C04771
RGB
CMYK
RGB Variations
Color information
#C04771 (or 0xC04771) is known color: Royal Heath. HEX triplet: C0, 47 and 71. RGB value is (192,71,113). Sum of RGB (Red+Green+Blue) = 192+71+113=376 (49% of max value = 765). Red value is 192 (75.39% from 255 or 51.06% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 113 (44.53% from 255 or 30.05% from 376); Max value from RGB is 192 - color contains mainly: red. Hex color #C04771 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C04771 is #3FB88E. Grayscale: #6F6F6F. Windows color (decimal): -4176015 or 7423936. OLE color: 7423936.
HSL color Cylindrical-coordinate representation of color #C04771: hue angle of 339.17º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #C04771 is Cyan = 0, Magento = 0.63, Yellow = 0.41 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 71 | 113 | - |
| CMYK | 0 | 0.63 | 0.41 | 0.25 |
| HSL | 339.17º | 0.49% | 0.52% | - |
| HSV(B) | 339.17º | 0.63% | 0.75% | - |
| XYZ | 26.97 | 16.91 | 17.46 | - |
| YUV | 111.97 | 128.59 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 71 | 113 | 0 | 0.63 | 0.41 | 0.25 | 339.17 | 0.49 | 0.52 |
| Hex | C0 | 47 | 71 | 0 | 3F | 29 | 19 | 153 | 31 | 34 |
| Octal | 300 | 107 | 161 | 0 | 77 | 51 | 31 | 523 | 61 | 64 |
| Binary | 11000000 | 1000111 | 1110001 | 0 | 111111 | 101001 | 11001 | 101010011 | 110001 | 110100 |
Color Harmonies of #C04771
Complementary color
Monochromatic Colors of #C04771
Black with #C04771
Text Example
Text Example
White with #C04771
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C04771; }
p { color: rgb(192,71,113); }
H1.HeaderClassName
{
color: #C04771;
}
.AnyTagClassName
{
color: #C04771;
}
</style>
background-color css
<style>
a { background-color: #C04771; }
a { background-color: rgb(192,71,113); }
div.DivClassName
{
background-color: #C04771;
}
.BgClassName
{
background-color: #C04771;
}
</style>
border-color css
<style>
span { border-color: #C04771; }
span { border-color: rgb(192,71,113); }
td.TdClassName
{
border-color: #C04771;
}
.TagClassName
{
border-color: #C04771;
}
</style>