Shades of London Hue #C088BC
Tints of London Hue #C088BC
RGB
CMYK
RGB Variations
Color information
#C088BC (or 0xC088BC) is known color: London Hue. HEX triplet: C0, 88 and BC. RGB value is (192,136,188). Sum of RGB (Red+Green+Blue) = 192+136+188=516 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.21% from 516); Green value is 136 (53.52% from 255 or 26.36% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BC is #3F7743. Grayscale: #9E9E9E. Windows color (decimal): -4159300 or 12355776. OLE color: 12355776.
HSL color Cylindrical-coordinate representation of color #C088BC: hue angle of 304.29º 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 #C088BC is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 188 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.25 |
| HSL | 304.29º | 0.31% | 0.64% | - |
| HSV(B) | 304.29º | 0.29% | 0.75% | - |
| XYZ | 39.62 | 32.45 | 51.75 | - |
| YUV | 158.67 | 144.55 | 151.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 188 | 0 | 0.29 | 0.02 | 0.25 | 304.29 | 0.31 | 0.64 |
| Hex | C0 | 88 | BC | 0 | 1D | 2 | 19 | 130 | 1F | 40 |
| Octal | 300 | 210 | 274 | 0 | 35 | 2 | 31 | 460 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10111100 | 0 | 11101 | 10 | 11001 | 100110000 | 11111 | 1000000 |
Color Harmonies of #C088BC
Complementary color
Monochromatic Colors of #C088BC
Black with #C088BC
Text Example
Text Example
White with #C088BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088BC; }
p { color: rgb(192,136,188); }
H1.HeaderClassName
{
color: #C088BC;
}
.AnyTagClassName
{
color: #C088BC;
}
</style>
background-color css
<style>
a { background-color: #C088BC; }
a { background-color: rgb(192,136,188); }
div.DivClassName
{
background-color: #C088BC;
}
.BgClassName
{
background-color: #C088BC;
}
</style>
border-color css
<style>
span { border-color: #C088BC; }
span { border-color: rgb(192,136,188); }
td.TdClassName
{
border-color: #C088BC;
}
.TagClassName
{
border-color: #C088BC;
}
</style>