Shades of London Hue #C486BC
Tints of London Hue #C486BC
RGB
CMYK
RGB Variations
Color information
#C486BC (or 0xC486BC) is known color: London Hue. HEX triplet: C4, 86 and BC. RGB value is (196,134,188). Sum of RGB (Red+Green+Blue) = 196+134+188=518 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.84% from 518); Green value is 134 (52.73% from 255 or 25.87% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 196 - color contains mainly: red. Hex color #C486BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486BC is #3B7943. Grayscale: #9E9E9E. Windows color (decimal): -3897668 or 12355268. OLE color: 12355268.
HSL color Cylindrical-coordinate representation of color #C486BC: hue angle of 307.74º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C486BC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 188 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.23 |
| HSL | 307.74º | 0.34% | 0.65% | - |
| HSV(B) | 307.74º | 0.32% | 0.77% | - |
| XYZ | 40.37 | 32.42 | 51.71 | - |
| YUV | 158.69 | 144.54 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 188 | 0 | 0.32 | 0.04 | 0.23 | 307.74 | 0.34 | 0.65 |
| Hex | C4 | 86 | BC | 0 | 20 | 4 | 17 | 134 | 22 | 41 |
| Octal | 304 | 206 | 274 | 0 | 40 | 4 | 27 | 464 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10111100 | 0 | 100000 | 100 | 10111 | 100110100 | 100010 | 1000001 |
Color Harmonies of #C486BC
Complementary color
Monochromatic Colors of #C486BC
Black with #C486BC
Text Example
Text Example
White with #C486BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486BC; }
p { color: rgb(196,134,188); }
H1.HeaderClassName
{
color: #C486BC;
}
.AnyTagClassName
{
color: #C486BC;
}
</style>
background-color css
<style>
a { background-color: #C486BC; }
a { background-color: rgb(196,134,188); }
div.DivClassName
{
background-color: #C486BC;
}
.BgClassName
{
background-color: #C486BC;
}
</style>
border-color css
<style>
span { border-color: #C486BC; }
span { border-color: rgb(196,134,188); }
td.TdClassName
{
border-color: #C486BC;
}
.TagClassName
{
border-color: #C486BC;
}
</style>