Shades of London Hue #C088BB
Tints of London Hue #C088BB
RGB
CMYK
RGB Variations
Color information
#C088BB (or 0xC088BB) is known color: London Hue. HEX triplet: C0, 88 and BB. RGB value is (192,136,187). Sum of RGB (Red+Green+Blue) = 192+136+187=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 187 (73.44% from 255 or 36.31% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BB is #3F7744. Grayscale: #9E9E9E. Windows color (decimal): -4159301 or 12290240. OLE color: 12290240.
HSL color Cylindrical-coordinate representation of color #C088BB: hue angle of 305.36º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C088BB is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 187 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.25 |
| HSL | 305.36º | 0.31% | 0.64% | - |
| HSV(B) | 305.36º | 0.29% | 0.75% | - |
| XYZ | 39.51 | 32.4 | 51.19 | - |
| YUV | 158.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 187 | 0 | 0.29 | 0.03 | 0.25 | 305.36 | 0.31 | 0.64 |
| Hex | C0 | 88 | BB | 0 | 1D | 3 | 19 | 131 | 1F | 40 |
| Octal | 300 | 210 | 273 | 0 | 35 | 3 | 31 | 461 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10111011 | 0 | 11101 | 11 | 11001 | 100110001 | 11111 | 1000000 |
Color Harmonies of #C088BB
Complementary color
Monochromatic Colors of #C088BB
Black with #C088BB
Text Example
Text Example
White with #C088BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088BB; }
p { color: rgb(192,136,187); }
H1.HeaderClassName
{
color: #C088BB;
}
.AnyTagClassName
{
color: #C088BB;
}
</style>
background-color css
<style>
a { background-color: #C088BB; }
a { background-color: rgb(192,136,187); }
div.DivClassName
{
background-color: #C088BB;
}
.BgClassName
{
background-color: #C088BB;
}
</style>
border-color css
<style>
span { border-color: #C088BB; }
span { border-color: rgb(192,136,187); }
td.TdClassName
{
border-color: #C088BB;
}
.TagClassName
{
border-color: #C088BB;
}
</style>