Shades of Royal Heath #C4477B
Tints of Royal Heath #C4477B
RGB
CMYK
RGB Variations
Color information
#C4477B (or 0xC4477B) is known color: Royal Heath. HEX triplet: C4, 47 and 7B. RGB value is (196,71,123). Sum of RGB (Red+Green+Blue) = 196+71+123=390 (51% of max value = 765). Red value is 196 (76.95% from 255 or 50.26% from 390); Green value is 71 (28.12% from 255 or 18.21% from 390); Blue value is 123 (48.44% from 255 or 31.54% from 390); Max value from RGB is 196 - color contains mainly: red. Hex color #C4477B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C4477B is #3BB884. Grayscale: #727272. Windows color (decimal): -3913861 or 8079300. OLE color: 8079300.
HSL color Cylindrical-coordinate representation of color #C4477B: hue angle of 335.04º 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 #C4477B is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 71 | 123 | - |
| CMYK | 0 | 0.64 | 0.37 | 0.23 |
| HSL | 335.04º | 0.51% | 0.52% | - |
| HSV(B) | 335.04º | 0.64% | 0.77% | - |
| XYZ | 28.59 | 17.67 | 20.64 | - |
| YUV | 114.3 | 132.91 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 71 | 123 | 0 | 0.64 | 0.37 | 0.23 | 335.04 | 0.51 | 0.52 |
| Hex | C4 | 47 | 7B | 0 | 40 | 25 | 17 | 14F | 33 | 34 |
| Octal | 304 | 107 | 173 | 0 | 100 | 45 | 27 | 517 | 63 | 64 |
| Binary | 11000100 | 1000111 | 1111011 | 0 | 1000000 | 100101 | 10111 | 101001111 | 110011 | 110100 |
Color Harmonies of #C4477B
Complementary color
Monochromatic Colors of #C4477B
Black with #C4477B
Text Example
Text Example
White with #C4477B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4477B; }
p { color: rgb(196,71,123); }
H1.HeaderClassName
{
color: #C4477B;
}
.AnyTagClassName
{
color: #C4477B;
}
</style>
background-color css
<style>
a { background-color: #C4477B; }
a { background-color: rgb(196,71,123); }
div.DivClassName
{
background-color: #C4477B;
}
.BgClassName
{
background-color: #C4477B;
}
</style>
border-color css
<style>
span { border-color: #C4477B; }
span { border-color: rgb(196,71,123); }
td.TdClassName
{
border-color: #C4477B;
}
.TagClassName
{
border-color: #C4477B;
}
</style>