Shades of London Hue #C086BD
Tints of London Hue #C086BD
RGB
CMYK
RGB Variations
Color information
#C086BD (or 0xC086BD) is known color: London Hue. HEX triplet: C0, 86 and BD. RGB value is (192,134,189). Sum of RGB (Red+Green+Blue) = 192+134+189=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 189 (74.22% from 255 or 36.70% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C086BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086BD is #3F7942. Grayscale: #9D9D9D. Windows color (decimal): -4159811 or 12420800. OLE color: 12420800.
HSL color Cylindrical-coordinate representation of color #C086BD: hue angle of 303.1º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C086BD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 189 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.25 |
| HSL | 303.1º | 0.32% | 0.64% | - |
| HSV(B) | 303.1º | 0.3% | 0.75% | - |
| XYZ | 39.45 | 31.93 | 52.23 | - |
| YUV | 157.61 | 145.72 | 152.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 189 | 0 | 0.30 | 0.02 | 0.25 | 303.1 | 0.32 | 0.64 |
| Hex | C0 | 86 | BD | 0 | 1E | 2 | 19 | 12F | 20 | 40 |
| Octal | 300 | 206 | 275 | 0 | 36 | 2 | 31 | 457 | 40 | 100 |
| Binary | 11000000 | 10000110 | 10111101 | 0 | 11110 | 10 | 11001 | 100101111 | 100000 | 1000000 |
Color Harmonies of #C086BD
Complementary color
Monochromatic Colors of #C086BD
Black with #C086BD
Text Example
Text Example
White with #C086BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086BD; }
p { color: rgb(192,134,189); }
H1.HeaderClassName
{
color: #C086BD;
}
.AnyTagClassName
{
color: #C086BD;
}
</style>
background-color css
<style>
a { background-color: #C086BD; }
a { background-color: rgb(192,134,189); }
div.DivClassName
{
background-color: #C086BD;
}
.BgClassName
{
background-color: #C086BD;
}
</style>
border-color css
<style>
span { border-color: #C086BD; }
span { border-color: rgb(192,134,189); }
td.TdClassName
{
border-color: #C086BD;
}
.TagClassName
{
border-color: #C086BD;
}
</style>