Shades of London Hue #C682BC
Tints of London Hue #C682BC
RGB
CMYK
RGB Variations
Color information
#C682BC (or 0xC682BC) is known color: London Hue. HEX triplet: C6, 82 and BC. RGB value is (198,130,188). Sum of RGB (Red+Green+Blue) = 198+130+188=516 (68% of max value = 765). Red value is 198 (77.73% from 255 or 38.37% from 516); Green value is 130 (51.17% from 255 or 25.19% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 198 - color contains mainly: red. Hex color #C682BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C682BC is #397D43. Grayscale: #9C9C9C. Windows color (decimal): -3767620 or 12354246. OLE color: 12354246.
HSL color Cylindrical-coordinate representation of color #C682BC: hue angle of 308.82º 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 #C682BC is Cyan = 0, Magento = 0.34, Yellow = 0.05 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 130 | 188 | - |
| CMYK | 0 | 0.34 | 0.05 | 0.22 |
| HSL | 308.82º | 0.37% | 0.64% | - |
| HSV(B) | 308.82º | 0.34% | 0.78% | - |
| XYZ | 40.35 | 31.6 | 51.55 | - |
| YUV | 156.94 | 145.53 | 157.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 130 | 188 | 0 | 0.34 | 0.05 | 0.22 | 308.82 | 0.37 | 0.64 |
| Hex | C6 | 82 | BC | 0 | 22 | 5 | 16 | 135 | 25 | 40 |
| Octal | 306 | 202 | 274 | 0 | 42 | 5 | 26 | 465 | 45 | 100 |
| Binary | 11000110 | 10000010 | 10111100 | 0 | 100010 | 101 | 10110 | 100110101 | 100101 | 1000000 |
Color Harmonies of #C682BC
Complementary color
Monochromatic Colors of #C682BC
Black with #C682BC
Text Example
Text Example
White with #C682BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C682BC; }
p { color: rgb(198,130,188); }
H1.HeaderClassName
{
color: #C682BC;
}
.AnyTagClassName
{
color: #C682BC;
}
</style>
background-color css
<style>
a { background-color: #C682BC; }
a { background-color: rgb(198,130,188); }
div.DivClassName
{
background-color: #C682BC;
}
.BgClassName
{
background-color: #C682BC;
}
</style>
border-color css
<style>
span { border-color: #C682BC; }
span { border-color: rgb(198,130,188); }
td.TdClassName
{
border-color: #C682BC;
}
.TagClassName
{
border-color: #C682BC;
}
</style>