Shades of Royal Heath #C44A77
Tints of Royal Heath #C44A77
RGB
CMYK
RGB Variations
Color information
#C44A77 (or 0xC44A77) is known color: Royal Heath. HEX triplet: C4, 4A and 77. RGB value is (196,74,119). Sum of RGB (Red+Green+Blue) = 196+74+119=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 119 (46.88% from 255 or 30.59% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C44A77 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C44A77 is #3BB588. Grayscale: #737373. Windows color (decimal): -3913097 or 7817924. OLE color: 7817924.
HSL color Cylindrical-coordinate representation of color #C44A77: hue angle of 337.87º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C44A77 is Cyan = 0, Magento = 0.62, Yellow = 0.39 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 74 | 119 | - |
| CMYK | 0 | 0.62 | 0.39 | 0.23 |
| HSL | 337.87º | 0.51% | 0.53% | - |
| HSV(B) | 337.87º | 0.62% | 0.77% | - |
| XYZ | 28.54 | 17.97 | 19.42 | - |
| YUV | 115.61 | 129.92 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 74 | 119 | 0 | 0.62 | 0.39 | 0.23 | 337.87 | 0.51 | 0.53 |
| Hex | C4 | 4A | 77 | 0 | 3E | 27 | 17 | 152 | 33 | 35 |
| Octal | 304 | 112 | 167 | 0 | 76 | 47 | 27 | 522 | 63 | 65 |
| Binary | 11000100 | 1001010 | 1110111 | 0 | 111110 | 100111 | 10111 | 101010010 | 110011 | 110101 |
Color Harmonies of #C44A77
Complementary color
Monochromatic Colors of #C44A77
Black with #C44A77
Text Example
Text Example
White with #C44A77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C44A77; }
p { color: rgb(196,74,119); }
H1.HeaderClassName
{
color: #C44A77;
}
.AnyTagClassName
{
color: #C44A77;
}
</style>
background-color css
<style>
a { background-color: #C44A77; }
a { background-color: rgb(196,74,119); }
div.DivClassName
{
background-color: #C44A77;
}
.BgClassName
{
background-color: #C44A77;
}
</style>
border-color css
<style>
span { border-color: #C44A77; }
span { border-color: rgb(196,74,119); }
td.TdClassName
{
border-color: #C44A77;
}
.TagClassName
{
border-color: #C44A77;
}
</style>