Shades of London Hue #C186BA
Tints of London Hue #C186BA
RGB
CMYK
RGB Variations
Color information
#C186BA (or 0xC186BA) is known color: London Hue. HEX triplet: C1, 86 and BA. RGB value is (193,134,186). Sum of RGB (Red+Green+Blue) = 193+134+186=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 134 (52.73% from 255 or 26.12% from 513); Blue value is 186 (73.05% from 255 or 36.26% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C186BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C186BA is #3E7945. Grayscale: #9D9D9D. Windows color (decimal): -4094278 or 12224193. OLE color: 12224193.
HSL color Cylindrical-coordinate representation of color #C186BA: hue angle of 307.12º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C186BA is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 134 | 186 | - |
| CMYK | 0 | 0.31 | 0.04 | 0.24 |
| HSL | 307.12º | 0.32% | 0.64% | - |
| HSV(B) | 307.12º | 0.31% | 0.76% | - |
| XYZ | 39.38 | 31.93 | 50.54 | - |
| YUV | 157.57 | 144.05 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 134 | 186 | 0 | 0.31 | 0.04 | 0.24 | 307.12 | 0.32 | 0.64 |
| Hex | C1 | 86 | BA | 0 | 1F | 4 | 18 | 133 | 20 | 40 |
| Octal | 301 | 206 | 272 | 0 | 37 | 4 | 30 | 463 | 40 | 100 |
| Binary | 11000001 | 10000110 | 10111010 | 0 | 11111 | 100 | 11000 | 100110011 | 100000 | 1000000 |
Color Harmonies of #C186BA
Complementary color
Monochromatic Colors of #C186BA
Black with #C186BA
Text Example
Text Example
White with #C186BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C186BA; }
p { color: rgb(193,134,186); }
H1.HeaderClassName
{
color: #C186BA;
}
.AnyTagClassName
{
color: #C186BA;
}
</style>
background-color css
<style>
a { background-color: #C186BA; }
a { background-color: rgb(193,134,186); }
div.DivClassName
{
background-color: #C186BA;
}
.BgClassName
{
background-color: #C186BA;
}
</style>
border-color css
<style>
span { border-color: #C186BA; }
span { border-color: rgb(193,134,186); }
td.TdClassName
{
border-color: #C186BA;
}
.TagClassName
{
border-color: #C186BA;
}
</style>