Shades of Royal Heath #C4477A
Tints of Royal Heath #C4477A
RGB
CMYK
RGB Variations
Color information
#C4477A (or 0xC4477A) is known color: Royal Heath. HEX triplet: C4, 47 and 7A. RGB value is (196,71,122). Sum of RGB (Red+Green+Blue) = 196+71+122=389 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.39% from 389); Green value is 71 (28.12% from 255 or 18.25% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 196 - color contains mainly: red. Hex color #C4477A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4477A is #3BB885. Grayscale: #727272. Windows color (decimal): -3913862 or 8013764. OLE color: 8013764.
HSL color Cylindrical-coordinate representation of color #C4477A: hue angle of 335.52º 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 #C4477A is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 122 | - |
| CMYK | 0 | 0.64 | 0.38 | 0.23 |
| HSL | 335.52º | 0.51% | 0.52% | - |
| HSV(B) | 335.52º | 0.64% | 0.77% | - |
| XYZ | 28.53 | 17.65 | 20.31 | - |
| YUV | 114.19 | 132.41 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 122 | 0 | 0.64 | 0.38 | 0.23 | 335.52 | 0.51 | 0.52 |
| Hex | C4 | 47 | 7A | 0 | 40 | 26 | 17 | 150 | 33 | 34 |
| Octal | 304 | 107 | 172 | 0 | 100 | 46 | 27 | 520 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1111010 | 0 | 1000000 | 100110 | 10111 | 101010000 | 110011 | 110100 |
Color Harmonies of #C4477A
Complementary color
Monochromatic Colors of #C4477A
Black with #C4477A
Text Example
Text Example
White with #C4477A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4477A; }
p { color: rgb(196,71,122); }
H1.HeaderClassName
{
color: #C4477A;
}
.AnyTagClassName
{
color: #C4477A;
}
</style>
background-color css
<style>
a { background-color: #C4477A; }
a { background-color: rgb(196,71,122); }
div.DivClassName
{
background-color: #C4477A;
}
.BgClassName
{
background-color: #C4477A;
}
</style>
border-color css
<style>
span { border-color: #C4477A; }
span { border-color: rgb(196,71,122); }
td.TdClassName
{
border-color: #C4477A;
}
.TagClassName
{
border-color: #C4477A;
}
</style>