Shades of Royal Heath #C44770
Tints of Royal Heath #C44770
RGB
CMYK
RGB Variations
Color information
#C44770 (or 0xC44770) is known color: Royal Heath. HEX triplet: C4, 47 and 70. RGB value is (196,71,112). Sum of RGB (Red+Green+Blue) = 196+71+112=379 (50% of max value = 765). Red value is 196 (76.95% from 255 or 51.72% from 379); Green value is 71 (28.12% from 255 or 18.73% from 379); Blue value is 112 (44.14% from 255 or 29.55% from 379); Max value from RGB is 196 - color contains mainly: red. Hex color #C44770 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44770 is #3BB88F. Grayscale: #717171. Windows color (decimal): -3913872 or 7358404. OLE color: 7358404.
HSL color Cylindrical-coordinate representation of color #C44770: hue angle of 340.32º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #C44770 is Cyan = 0, Magento = 0.64, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 112 | - |
| CMYK | 0 | 0.64 | 0.43 | 0.23 |
| HSL | 340.32º | 0.51% | 0.52% | - |
| HSV(B) | 340.32º | 0.64% | 0.77% | - |
| XYZ | 27.94 | 17.41 | 17.22 | - |
| YUV | 113.05 | 127.41 | 187.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 112 | 0 | 0.64 | 0.43 | 0.23 | 340.32 | 0.51 | 0.52 |
| Hex | C4 | 47 | 70 | 0 | 40 | 2B | 17 | 154 | 33 | 34 |
| Octal | 304 | 107 | 160 | 0 | 100 | 53 | 27 | 524 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1110000 | 0 | 1000000 | 101011 | 10111 | 101010100 | 110011 | 110100 |
Color Harmonies of #C44770
Complementary color
Monochromatic Colors of #C44770
Black with #C44770
Text Example
Text Example
White with #C44770
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44770; }
p { color: rgb(196,71,112); }
H1.HeaderClassName
{
color: #C44770;
}
.AnyTagClassName
{
color: #C44770;
}
</style>
background-color css
<style>
a { background-color: #C44770; }
a { background-color: rgb(196,71,112); }
div.DivClassName
{
background-color: #C44770;
}
.BgClassName
{
background-color: #C44770;
}
</style>
border-color css
<style>
span { border-color: #C44770; }
span { border-color: rgb(196,71,112); }
td.TdClassName
{
border-color: #C44770;
}
.TagClassName
{
border-color: #C44770;
}
</style>