Shades of London Hue #C088B7
Tints of London Hue #C088B7
RGB
CMYK
RGB Variations
Color information
#C088B7 (or 0xC088B7) is known color: London Hue. HEX triplet: C0, 88 and B7. RGB value is (192,136,183). Sum of RGB (Red+Green+Blue) = 192+136+183=511 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.57% from 511); Green value is 136 (53.52% from 255 or 26.61% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 192 - color contains mainly: red. Hex color #C088B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C088B7 is #3F7748. Grayscale: #9D9D9D. Windows color (decimal): -4159305 or 12028096. OLE color: 12028096.
HSL color Cylindrical-coordinate representation of color #C088B7: hue angle of 309.64º 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 #C088B7 is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 183 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.25 |
| HSL | 309.64º | 0.31% | 0.64% | - |
| HSV(B) | 309.64º | 0.29% | 0.75% | - |
| XYZ | 39.09 | 32.23 | 48.96 | - |
| YUV | 158.1 | 142.05 | 152.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 183 | 0 | 0.29 | 0.05 | 0.25 | 309.64 | 0.31 | 0.64 |
| Hex | C0 | 88 | B7 | 0 | 1D | 5 | 19 | 136 | 1F | 40 |
| Octal | 300 | 210 | 267 | 0 | 35 | 5 | 31 | 466 | 37 | 100 |
| Binary | 11000000 | 10001000 | 10110111 | 0 | 11101 | 101 | 11001 | 100110110 | 11111 | 1000000 |
Color Harmonies of #C088B7
Complementary color
Monochromatic Colors of #C088B7
Black with #C088B7
Text Example
Text Example
White with #C088B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C088B7; }
p { color: rgb(192,136,183); }
H1.HeaderClassName
{
color: #C088B7;
}
.AnyTagClassName
{
color: #C088B7;
}
</style>
background-color css
<style>
a { background-color: #C088B7; }
a { background-color: rgb(192,136,183); }
div.DivClassName
{
background-color: #C088B7;
}
.BgClassName
{
background-color: #C088B7;
}
</style>
border-color css
<style>
span { border-color: #C088B7; }
span { border-color: rgb(192,136,183); }
td.TdClassName
{
border-color: #C088B7;
}
.TagClassName
{
border-color: #C088B7;
}
</style>