Shades of London Hue #C486BD
Tints of London Hue #C486BD
RGB
CMYK
RGB Variations
Color information
#C486BD (or 0xC486BD) is known color: London Hue. HEX triplet: C4, 86 and BD. RGB value is (196,134,189). Sum of RGB (Red+Green+Blue) = 196+134+189=519 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.76% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 189 (74.22% from 255 or 36.42% from 519); Max value from RGB is 196 - color contains mainly: red. Hex color #C486BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C486BD is #3B7942. Grayscale: #9E9E9E. Windows color (decimal): -3897667 or 12420804. OLE color: 12420804.
HSL color Cylindrical-coordinate representation of color #C486BD: hue angle of 306.77º 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 #C486BD is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 134 | 189 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.23 |
| HSL | 306.77º | 0.34% | 0.65% | - |
| HSV(B) | 306.77º | 0.32% | 0.77% | - |
| XYZ | 40.48 | 32.46 | 52.28 | - |
| YUV | 158.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 134 | 189 | 0 | 0.32 | 0.04 | 0.23 | 306.77 | 0.34 | 0.65 |
| Hex | C4 | 86 | BD | 0 | 20 | 4 | 17 | 133 | 22 | 41 |
| Octal | 304 | 206 | 275 | 0 | 40 | 4 | 27 | 463 | 42 | 101 |
| Binary | 11000100 | 10000110 | 10111101 | 0 | 100000 | 100 | 10111 | 100110011 | 100010 | 1000001 |
Color Harmonies of #C486BD
Complementary color
Monochromatic Colors of #C486BD
Black with #C486BD
Text Example
Text Example
White with #C486BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C486BD; }
p { color: rgb(196,134,189); }
H1.HeaderClassName
{
color: #C486BD;
}
.AnyTagClassName
{
color: #C486BD;
}
</style>
background-color css
<style>
a { background-color: #C486BD; }
a { background-color: rgb(196,134,189); }
div.DivClassName
{
background-color: #C486BD;
}
.BgClassName
{
background-color: #C486BD;
}
</style>
border-color css
<style>
span { border-color: #C486BD; }
span { border-color: rgb(196,134,189); }
td.TdClassName
{
border-color: #C486BD;
}
.TagClassName
{
border-color: #C486BD;
}
</style>