Shades of London Hue #C08EBB
Tints of London Hue #C08EBB
RGB
CMYK
RGB Variations
Color information
#C08EBB (or 0xC08EBB) is known color: London Hue. HEX triplet: C0, 8E and BB. RGB value is (192,142,187). Sum of RGB (Red+Green+Blue) = 192+142+187=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 142 (55.86% from 255 or 27.26% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EBB is #3F7144. Grayscale: #A1A1A1. Windows color (decimal): -4157765 or 12291776. OLE color: 12291776.
HSL color Cylindrical-coordinate representation of color #C08EBB: hue angle of 306º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EBB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 187 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.25 |
| HSL | 306º | 0.28% | 0.65% | - |
| HSV(B) | 306º | 0.26% | 0.75% | - |
| XYZ | 40.38 | 34.14 | 51.48 | - |
| YUV | 162.08 | 142.07 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 187 | 0 | 0.26 | 0.03 | 0.25 | 306 | 0.28 | 0.65 |
| Hex | C0 | 8E | BB | 0 | 1A | 3 | 19 | 132 | 1C | 41 |
| Octal | 300 | 216 | 273 | 0 | 32 | 3 | 31 | 462 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10111011 | 0 | 11010 | 11 | 11001 | 100110010 | 11100 | 1000001 |
Color Harmonies of #C08EBB
Complementary color
Monochromatic Colors of #C08EBB
Black with #C08EBB
Text Example
Text Example
White with #C08EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EBB; }
p { color: rgb(192,142,187); }
H1.HeaderClassName
{
color: #C08EBB;
}
.AnyTagClassName
{
color: #C08EBB;
}
</style>
background-color css
<style>
a { background-color: #C08EBB; }
a { background-color: rgb(192,142,187); }
div.DivClassName
{
background-color: #C08EBB;
}
.BgClassName
{
background-color: #C08EBB;
}
</style>
border-color css
<style>
span { border-color: #C08EBB; }
span { border-color: rgb(192,142,187); }
td.TdClassName
{
border-color: #C08EBB;
}
.TagClassName
{
border-color: #C08EBB;
}
</style>