Shades of London Hue #C082B6
Tints of London Hue #C082B6
RGB
CMYK
RGB Variations
Color information
#C082B6 (or 0xC082B6) is known color: London Hue. HEX triplet: C0, 82 and B6. RGB value is (192,130,182). Sum of RGB (Red+Green+Blue) = 192+130+182=504 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.10% from 504); Green value is 130 (51.17% from 255 or 25.79% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 192 - color contains mainly: red. Hex color #C082B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C082B6 is #3F7D49. Grayscale: #9A9A9A. Windows color (decimal): -4160842 or 11961024. OLE color: 11961024.
HSL color Cylindrical-coordinate representation of color #C082B6: hue angle of 309.68º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C082B6 is Cyan = 0, Magento = 0.32, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 130 | 182 | - |
| CMYK | 0 | 0.32 | 0.05 | 0.25 |
| HSL | 309.68º | 0.33% | 0.63% | - |
| HSV(B) | 309.68º | 0.32% | 0.75% | - |
| XYZ | 38.16 | 30.55 | 48.14 | - |
| YUV | 154.47 | 143.54 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 130 | 182 | 0 | 0.32 | 0.05 | 0.25 | 309.68 | 0.33 | 0.63 |
| Hex | C0 | 82 | B6 | 0 | 20 | 5 | 19 | 136 | 21 | 3F |
| Octal | 300 | 202 | 266 | 0 | 40 | 5 | 31 | 466 | 41 | 77 |
| Binary | 11000000 | 10000010 | 10110110 | 0 | 100000 | 101 | 11001 | 100110110 | 100001 | 111111 |
Color Harmonies of #C082B6
Complementary color
Monochromatic Colors of #C082B6
Black with #C082B6
Text Example
Text Example
White with #C082B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C082B6; }
p { color: rgb(192,130,182); }
H1.HeaderClassName
{
color: #C082B6;
}
.AnyTagClassName
{
color: #C082B6;
}
</style>
background-color css
<style>
a { background-color: #C082B6; }
a { background-color: rgb(192,130,182); }
div.DivClassName
{
background-color: #C082B6;
}
.BgClassName
{
background-color: #C082B6;
}
</style>
border-color css
<style>
span { border-color: #C082B6; }
span { border-color: rgb(192,130,182); }
td.TdClassName
{
border-color: #C082B6;
}
.TagClassName
{
border-color: #C082B6;
}
</style>