Shades of London Hue #C682BA
Tints of London Hue #C682BA
RGB
CMYK
RGB Variations
Color information
#C682BA (or 0xC682BA) is known color: London Hue. HEX triplet: C6, 82 and BA. RGB value is (198,130,186). Sum of RGB (Red+Green+Blue) = 198+130+186=514 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.52% from 514); Green value is 130 (51.17% from 255 or 25.29% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 198 - color contains mainly: red. Hex color #C682BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682BA is #397D45. Grayscale: #9C9C9C. Windows color (decimal): -3767622 or 12223174. OLE color: 12223174.
HSL color Cylindrical-coordinate representation of color #C682BA: hue angle of 310.59º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C682BA is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 186 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.22 |
| HSL | 310.59º | 0.37% | 0.64% | - |
| HSV(B) | 310.59º | 0.34% | 0.78% | - |
| XYZ | 40.13 | 31.52 | 50.42 | - |
| YUV | 156.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 186 | 0 | 0.34 | 0.06 | 0.22 | 310.59 | 0.37 | 0.64 |
| Hex | C6 | 82 | BA | 0 | 22 | 6 | 16 | 137 | 25 | 40 |
| Octal | 306 | 202 | 272 | 0 | 42 | 6 | 26 | 467 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10111010 | 0 | 100010 | 110 | 10110 | 100110111 | 100101 | 1000000 |
Color Harmonies of #C682BA
Complementary color
Monochromatic Colors of #C682BA
Black with #C682BA
Text Example
Text Example
White with #C682BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682BA; }
p { color: rgb(198,130,186); }
H1.HeaderClassName
{
color: #C682BA;
}
.AnyTagClassName
{
color: #C682BA;
}
</style>
background-color css
<style>
a { background-color: #C682BA; }
a { background-color: rgb(198,130,186); }
div.DivClassName
{
background-color: #C682BA;
}
.BgClassName
{
background-color: #C682BA;
}
</style>
border-color css
<style>
span { border-color: #C682BA; }
span { border-color: rgb(198,130,186); }
td.TdClassName
{
border-color: #C682BA;
}
.TagClassName
{
border-color: #C682BA;
}
</style>