Shades of London Hue #C083BB
Tints of London Hue #C083BB
RGB
CMYK
RGB Variations
Color information
#C083BB (or 0xC083BB) is known color: London Hue. HEX triplet: C0, 83 and BB. RGB value is (192,131,187). Sum of RGB (Red+Green+Blue) = 192+131+187=510 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.65% from 510); Green value is 131 (51.56% from 255 or 25.69% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 192 - color contains mainly: red. Hex color #C083BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C083BB is #3F7C44. Grayscale: #9B9B9B. Windows color (decimal): -4160581 or 12288960. OLE color: 12288960.
HSL color Cylindrical-coordinate representation of color #C083BB: hue angle of 304.92º 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 #C083BB is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 187 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.25 |
| HSL | 304.92º | 0.33% | 0.63% | - |
| HSV(B) | 304.92º | 0.32% | 0.75% | - |
| XYZ | 38.82 | 31.03 | 50.96 | - |
| YUV | 155.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 187 | 0 | 0.32 | 0.03 | 0.25 | 304.92 | 0.33 | 0.63 |
| Hex | C0 | 83 | BB | 0 | 20 | 3 | 19 | 131 | 21 | 3F |
| Octal | 300 | 203 | 273 | 0 | 40 | 3 | 31 | 461 | 41 | 77 |
| Binary | 11000000 | 10000011 | 10111011 | 0 | 100000 | 11 | 11001 | 100110001 | 100001 | 111111 |
Color Harmonies of #C083BB
Complementary color
Monochromatic Colors of #C083BB
Black with #C083BB
Text Example
Text Example
White with #C083BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083BB; }
p { color: rgb(192,131,187); }
H1.HeaderClassName
{
color: #C083BB;
}
.AnyTagClassName
{
color: #C083BB;
}
</style>
background-color css
<style>
a { background-color: #C083BB; }
a { background-color: rgb(192,131,187); }
div.DivClassName
{
background-color: #C083BB;
}
.BgClassName
{
background-color: #C083BB;
}
</style>
border-color css
<style>
span { border-color: #C083BB; }
span { border-color: rgb(192,131,187); }
td.TdClassName
{
border-color: #C083BB;
}
.TagClassName
{
border-color: #C083BB;
}
</style>