Shades of Royal Heath #C44D75
Tints of Royal Heath #C44D75
RGB
CMYK
RGB Variations
Color information
#C44D75 (or 0xC44D75) is known color: Royal Heath. HEX triplet: C4, 4D and 75. RGB value is (196,77,117). Sum of RGB (Red+Green+Blue) = 196+77+117=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 77 (30.47% from 255 or 19.74% from 390); Blue value is 117 (46.09% from 255 or 30% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C44D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C44D75 is #3BB28A. Grayscale: #757575. Windows color (decimal): -3912331 or 7687620. OLE color: 7687620.
HSL color Cylindrical-coordinate representation of color #C44D75: hue angle of 339.83º 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 #C44D75 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 77 | 117 | - |
| CMYK | 0 | 0.61 | 0.40 | 0.23 |
| HSL | 339.83º | 0.5% | 0.54% | - |
| HSV(B) | 339.83º | 0.61% | 0.77% | - |
| XYZ | 28.63 | 18.33 | 18.86 | - |
| YUV | 117.14 | 127.92 | 184.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 77 | 117 | 0 | 0.61 | 0.40 | 0.23 | 339.83 | 0.5 | 0.54 |
| Hex | C4 | 4D | 75 | 0 | 3D | 28 | 17 | 154 | 32 | 36 |
| Octal | 304 | 115 | 165 | 0 | 75 | 50 | 27 | 524 | 62 | 66 |
| Binary | 11000100 | 1001101 | 1110101 | 0 | 111101 | 101000 | 10111 | 101010100 | 110010 | 110110 |
Color Harmonies of #C44D75
Complementary color
Monochromatic Colors of #C44D75
Black with #C44D75
Text Example
Text Example
White with #C44D75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44D75; }
p { color: rgb(196,77,117); }
H1.HeaderClassName
{
color: #C44D75;
}
.AnyTagClassName
{
color: #C44D75;
}
</style>
background-color css
<style>
a { background-color: #C44D75; }
a { background-color: rgb(196,77,117); }
div.DivClassName
{
background-color: #C44D75;
}
.BgClassName
{
background-color: #C44D75;
}
</style>
border-color css
<style>
span { border-color: #C44D75; }
span { border-color: rgb(196,77,117); }
td.TdClassName
{
border-color: #C44D75;
}
.TagClassName
{
border-color: #C44D75;
}
</style>