Shades of London Hue #C086BB
Tints of London Hue #C086BB
RGB
CMYK
RGB Variations
Color information
#C086BB (or 0xC086BB) is known color: London Hue. HEX triplet: C0, 86 and BB. RGB value is (192,134,187). Sum of RGB (Red+Green+Blue) = 192+134+187=513 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.43% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 187 (73.44% from 255 or 36.45% from 513); Max value from RGB is 192 - color contains mainly: red. Hex color #C086BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C086BB is #3F7944. Grayscale: #9D9D9D. Windows color (decimal): -4159813 or 12289728. OLE color: 12289728.
HSL color Cylindrical-coordinate representation of color #C086BB: hue angle of 305.17º 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 #C086BB is Cyan = 0, Magento = 0.30, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 187 | - |
| CMYK | 0 | 0.30 | 0.03 | 0.25 |
| HSL | 305.17º | 0.32% | 0.64% | - |
| HSV(B) | 305.17º | 0.3% | 0.75% | - |
| XYZ | 39.23 | 31.84 | 51.09 | - |
| YUV | 157.38 | 144.72 | 152.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 187 | 0 | 0.30 | 0.03 | 0.25 | 305.17 | 0.32 | 0.64 |
| Hex | C0 | 86 | BB | 0 | 1E | 3 | 19 | 131 | 20 | 40 |
| Octal | 300 | 206 | 273 | 0 | 36 | 3 | 31 | 461 | 40 | 100 |
| Binary | 11000000 | 10000110 | 10111011 | 0 | 11110 | 11 | 11001 | 100110001 | 100000 | 1000000 |
Color Harmonies of #C086BB
Complementary color
Monochromatic Colors of #C086BB
Black with #C086BB
Text Example
Text Example
White with #C086BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C086BB; }
p { color: rgb(192,134,187); }
H1.HeaderClassName
{
color: #C086BB;
}
.AnyTagClassName
{
color: #C086BB;
}
</style>
background-color css
<style>
a { background-color: #C086BB; }
a { background-color: rgb(192,134,187); }
div.DivClassName
{
background-color: #C086BB;
}
.BgClassName
{
background-color: #C086BB;
}
</style>
border-color css
<style>
span { border-color: #C086BB; }
span { border-color: rgb(192,134,187); }
td.TdClassName
{
border-color: #C086BB;
}
.TagClassName
{
border-color: #C086BB;
}
</style>