Shades of Royal Heath #C44D76
Tints of Royal Heath #C44D76
RGB
CMYK
RGB Variations
Color information
#C44D76 (or 0xC44D76) is known color: Royal Heath. HEX triplet: C4, 4D and 76. RGB value is (196,77,118). Sum of RGB (Red+Green+Blue) = 196+77+118=391 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.13% from 391); Green value is 77 (30.47% from 255 or 19.69% from 391); Blue value is 118 (46.48% from 255 or 30.18% from 391); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D76 is #3BB289. Grayscale: #757575. Windows color (decimal): -3912330 or 7753156. OLE color: 7753156.
HSL color Cylindrical-coordinate representation of color #C44D76: hue angle of 339.33º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C44D76 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 118 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.23 |
| HSL | 339.33º | 0.5% | 0.54% | - |
| HSV(B) | 339.33º | 0.61% | 0.77% | - |
| XYZ | 28.69 | 18.35 | 19.17 | - |
| YUV | 117.26 | 128.42 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 118 | 0 | 0.61 | 0.40 | 0.23 | 339.33 | 0.5 | 0.54 |
| Hex | C4 | 4D | 76 | 0 | 3D | 28 | 17 | 153 | 32 | 36 |
| Octal | 304 | 115 | 166 | 0 | 75 | 50 | 27 | 523 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1110110 | 0 | 111101 | 101000 | 10111 | 101010011 | 110010 | 110110 |
Color Harmonies of #C44D76
Complementary color
Monochromatic Colors of #C44D76
Black with #C44D76
Text Example
Text Example
White with #C44D76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D76; }
p { color: rgb(196,77,118); }
H1.HeaderClassName
{
color: #C44D76;
}
.AnyTagClassName
{
color: #C44D76;
}
</style>
background-color css
<style>
a { background-color: #C44D76; }
a { background-color: rgb(196,77,118); }
div.DivClassName
{
background-color: #C44D76;
}
.BgClassName
{
background-color: #C44D76;
}
</style>
border-color css
<style>
span { border-color: #C44D76; }
span { border-color: rgb(196,77,118); }
td.TdClassName
{
border-color: #C44D76;
}
.TagClassName
{
border-color: #C44D76;
}
</style>