Shades of London Hue #C476B1
Tints of London Hue #C476B1
RGB
CMYK
RGB Variations
Color information
#C476B1 (or 0xC476B1) is known color: London Hue. HEX triplet: C4, 76 and B1. RGB value is (196,118,177). Sum of RGB (Red+Green+Blue) = 196+118+177=491 (65% of max value = 765). Red value is 196 (76.95% from 255 or 39.92% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 196 - color contains mainly: red. Hex color #C476B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C476B1 is #3B894E. Grayscale: #939393. Windows color (decimal): -3901775 or 11630276. OLE color: 11630276.
HSL color Cylindrical-coordinate representation of color #C476B1: hue angle of 314.62º degrees, saturation: 0.4, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C476B1 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 118 | 177 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.23 |
| HSL | 314.62º | 0.4% | 0.62% | - |
| HSV(B) | 314.62º | 0.4% | 0.77% | - |
| XYZ | 37.18 | 27.87 | 45.01 | - |
| YUV | 148.05 | 144.34 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 118 | 177 | 0 | 0.40 | 0.10 | 0.23 | 314.62 | 0.4 | 0.62 |
| Hex | C4 | 76 | B1 | 0 | 28 | A | 17 | 13B | 28 | 3E |
| Octal | 304 | 166 | 261 | 0 | 50 | 12 | 27 | 473 | 50 | 76 |
| Binary | 11000100 | 1110110 | 10110001 | 0 | 101000 | 1010 | 10111 | 100111011 | 101000 | 111110 |
Color Harmonies of #C476B1
Complementary color
Monochromatic Colors of #C476B1
Black with #C476B1
Text Example
Text Example
White with #C476B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C476B1; }
p { color: rgb(196,118,177); }
H1.HeaderClassName
{
color: #C476B1;
}
.AnyTagClassName
{
color: #C476B1;
}
</style>
background-color css
<style>
a { background-color: #C476B1; }
a { background-color: rgb(196,118,177); }
div.DivClassName
{
background-color: #C476B1;
}
.BgClassName
{
background-color: #C476B1;
}
</style>
border-color css
<style>
span { border-color: #C476B1; }
span { border-color: rgb(196,118,177); }
td.TdClassName
{
border-color: #C476B1;
}
.TagClassName
{
border-color: #C476B1;
}
</style>