Shades of London Hue #C586BC
Tints of London Hue #C586BC
RGB
CMYK
RGB Variations
Color information
#C586BC (or 0xC586BC) is known color: London Hue. HEX triplet: C5, 86 and BC. RGB value is (197,134,188). Sum of RGB (Red+Green+Blue) = 197+134+188=519 (68% of max value = 765). Red value is 197 (77.34% from 255 or 37.96% from 519); Green value is 134 (52.73% from 255 or 25.82% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 197 - color contains mainly: red. Hex color #C586BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C586BC is #3A7943. Grayscale: #9E9E9E. Windows color (decimal): -3832132 or 12355269. OLE color: 12355269.
HSL color Cylindrical-coordinate representation of color #C586BC: hue angle of 308.57º 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 #C586BC is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 134 | 188 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.23 |
| HSL | 308.57º | 0.35% | 0.65% | - |
| HSV(B) | 308.57º | 0.32% | 0.77% | - |
| XYZ | 40.63 | 32.55 | 51.72 | - |
| YUV | 158.99 | 144.37 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 134 | 188 | 0 | 0.32 | 0.05 | 0.23 | 308.57 | 0.35 | 0.65 |
| Hex | C5 | 86 | BC | 0 | 20 | 5 | 17 | 135 | 23 | 41 |
| Octal | 305 | 206 | 274 | 0 | 40 | 5 | 27 | 465 | 43 | 101 |
| Binary | 11000101 | 10000110 | 10111100 | 0 | 100000 | 101 | 10111 | 100110101 | 100011 | 1000001 |
Color Harmonies of #C586BC
Complementary color
Monochromatic Colors of #C586BC
Black with #C586BC
Text Example
Text Example
White with #C586BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C586BC; }
p { color: rgb(197,134,188); }
H1.HeaderClassName
{
color: #C586BC;
}
.AnyTagClassName
{
color: #C586BC;
}
</style>
background-color css
<style>
a { background-color: #C586BC; }
a { background-color: rgb(197,134,188); }
div.DivClassName
{
background-color: #C586BC;
}
.BgClassName
{
background-color: #C586BC;
}
</style>
border-color css
<style>
span { border-color: #C586BC; }
span { border-color: rgb(197,134,188); }
td.TdClassName
{
border-color: #C586BC;
}
.TagClassName
{
border-color: #C586BC;
}
</style>