Shades of London Hue #C088BD
Tints of London Hue #C088BD
RGB
CMYK
RGB Variations
Color information
#C088BD (or 0xC088BD) is known color: London Hue. HEX triplet: C0, 88 and BD. RGB value is (192,136,189). Sum of RGB (Red+Green+Blue) = 192+136+189=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 189 (74.22% from 255 or 36.56% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C088BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088BD is #3F7742. Grayscale: #9E9E9E. Windows color (decimal): -4159299 or 12421312. OLE color: 12421312.
HSL color Cylindrical-coordinate representation of color #C088BD: hue angle of 303.21º 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 #C088BD is Cyan = 0, Magento = 0.29, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 189 | - |
| CMYK | 0 | 0.29 | 0.02 | 0.25 |
| HSL | 303.21º | 0.31% | 0.64% | - |
| HSV(B) | 303.21º | 0.29% | 0.75% | - |
| XYZ | 39.73 | 32.49 | 52.32 | - |
| YUV | 158.79 | 145.05 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 189 | 0 | 0.29 | 0.02 | 0.25 | 303.21 | 0.31 | 0.64 |
| Hex | C0 | 88 | BD | 0 | 1D | 2 | 19 | 12F | 1F | 40 |
| Octal | 300 | 210 | 275 | 0 | 35 | 2 | 31 | 457 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10111101 | 0 | 11101 | 10 | 11001 | 100101111 | 11111 | 1000000 |
Color Harmonies of #C088BD
Complementary color
Monochromatic Colors of #C088BD
Black with #C088BD
Text Example
Text Example
White with #C088BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088BD; }
p { color: rgb(192,136,189); }
H1.HeaderClassName
{
color: #C088BD;
}
.AnyTagClassName
{
color: #C088BD;
}
</style>
background-color css
<style>
a { background-color: #C088BD; }
a { background-color: rgb(192,136,189); }
div.DivClassName
{
background-color: #C088BD;
}
.BgClassName
{
background-color: #C088BD;
}
</style>
border-color css
<style>
span { border-color: #C088BD; }
span { border-color: rgb(192,136,189); }
td.TdClassName
{
border-color: #C088BD;
}
.TagClassName
{
border-color: #C088BD;
}
</style>