Shades of London Hue #C586BA
Tints of London Hue #C586BA
RGB
CMYK
RGB Variations
Color information
#C586BA (or 0xC586BA) is known color: London Hue. HEX triplet: C5, 86 and BA. RGB value is (197,134,186). Sum of RGB (Red+Green+Blue) = 197+134+186=517 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.10% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 197 - color contains mainly: red. Hex color #C586BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586BA is #3A7945. Grayscale: #9E9E9E. Windows color (decimal): -3832134 or 12224197. OLE color: 12224197.
HSL color Cylindrical-coordinate representation of color #C586BA: hue angle of 310.48º degrees, saturation: 0.35, 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 #C586BA is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 186 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.23 |
| HSL | 310.48º | 0.35% | 0.65% | - |
| HSV(B) | 310.48º | 0.32% | 0.77% | - |
| XYZ | 40.41 | 32.47 | 50.59 | - |
| YUV | 158.77 | 143.37 | 155.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 186 | 0 | 0.32 | 0.06 | 0.23 | 310.48 | 0.35 | 0.65 |
| Hex | C5 | 86 | BA | 0 | 20 | 6 | 17 | 136 | 23 | 41 |
| Octal | 305 | 206 | 272 | 0 | 40 | 6 | 27 | 466 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10111010 | 0 | 100000 | 110 | 10111 | 100110110 | 100011 | 1000001 |
Color Harmonies of #C586BA
Complementary color
Monochromatic Colors of #C586BA
Black with #C586BA
Text Example
Text Example
White with #C586BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586BA; }
p { color: rgb(197,134,186); }
H1.HeaderClassName
{
color: #C586BA;
}
.AnyTagClassName
{
color: #C586BA;
}
</style>
background-color css
<style>
a { background-color: #C586BA; }
a { background-color: rgb(197,134,186); }
div.DivClassName
{
background-color: #C586BA;
}
.BgClassName
{
background-color: #C586BA;
}
</style>
border-color css
<style>
span { border-color: #C586BA; }
span { border-color: rgb(197,134,186); }
td.TdClassName
{
border-color: #C586BA;
}
.TagClassName
{
border-color: #C586BA;
}
</style>