Shades of London Hue #C087B9
Tints of London Hue #C087B9
RGB
CMYK
RGB Variations
Color information
#C087B9 (or 0xC087B9) is known color: London Hue. HEX triplet: C0, 87 and B9. RGB value is (192,135,185). Sum of RGB (Red+Green+Blue) = 192+135+185=512 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.5% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 185 (72.66% from 255 or 36.13% from 512); Max value from RGB is 192 - color contains mainly: red. Hex color #C087B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C087B9 is #3F7846. Grayscale: #9D9D9D. Windows color (decimal): -4159559 or 12158912. OLE color: 12158912.
HSL color Cylindrical-coordinate representation of color #C087B9: hue angle of 307.37º degrees, saturation: 0.31, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C087B9 is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 135 | 185 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.25 |
| HSL | 307.37º | 0.31% | 0.64% | - |
| HSV(B) | 307.37º | 0.3% | 0.75% | - |
| XYZ | 39.16 | 32.04 | 50.02 | - |
| YUV | 157.74 | 143.38 | 152.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 135 | 185 | 0 | 0.30 | 0.04 | 0.25 | 307.37 | 0.31 | 0.64 |
| Hex | C0 | 87 | B9 | 0 | 1E | 4 | 19 | 133 | 1F | 40 |
| Octal | 300 | 207 | 271 | 0 | 36 | 4 | 31 | 463 | 37 | 100 |
| Binary | 11000000 | 10000111 | 10111001 | 0 | 11110 | 100 | 11001 | 100110011 | 11111 | 1000000 |
Color Harmonies of #C087B9
Complementary color
Monochromatic Colors of #C087B9
Black with #C087B9
Text Example
Text Example
White with #C087B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C087B9; }
p { color: rgb(192,135,185); }
H1.HeaderClassName
{
color: #C087B9;
}
.AnyTagClassName
{
color: #C087B9;
}
</style>
background-color css
<style>
a { background-color: #C087B9; }
a { background-color: rgb(192,135,185); }
div.DivClassName
{
background-color: #C087B9;
}
.BgClassName
{
background-color: #C087B9;
}
</style>
border-color css
<style>
span { border-color: #C087B9; }
span { border-color: rgb(192,135,185); }
td.TdClassName
{
border-color: #C087B9;
}
.TagClassName
{
border-color: #C087B9;
}
</style>