Shades of London Hue #C08EBA
Tints of London Hue #C08EBA
RGB
CMYK
RGB Variations
Color information
#C08EBA (or 0xC08EBA) is known color: London Hue. HEX triplet: C0, 8E and BA. RGB value is (192,142,186). Sum of RGB (Red+Green+Blue) = 192+142+186=520 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.92% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 186 (73.05% from 255 or 35.77% from 520); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EBA is #3F7145. Grayscale: #A1A1A1. Windows color (decimal): -4157766 or 12226240. OLE color: 12226240.
HSL color Cylindrical-coordinate representation of color #C08EBA: hue angle of 307.2º 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 #C08EBA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 186 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.25 |
| HSL | 307.2º | 0.28% | 0.65% | - |
| HSV(B) | 307.2º | 0.26% | 0.75% | - |
| XYZ | 40.27 | 34.1 | 50.91 | - |
| YUV | 161.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 186 | 0 | 0.26 | 0.03 | 0.25 | 307.2 | 0.28 | 0.65 |
| Hex | C0 | 8E | BA | 0 | 1A | 3 | 19 | 133 | 1C | 41 |
| Octal | 300 | 216 | 272 | 0 | 32 | 3 | 31 | 463 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10111010 | 0 | 11010 | 11 | 11001 | 100110011 | 11100 | 1000001 |
Color Harmonies of #C08EBA
Complementary color
Monochromatic Colors of #C08EBA
Black with #C08EBA
Text Example
Text Example
White with #C08EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EBA; }
p { color: rgb(192,142,186); }
H1.HeaderClassName
{
color: #C08EBA;
}
.AnyTagClassName
{
color: #C08EBA;
}
</style>
background-color css
<style>
a { background-color: #C08EBA; }
a { background-color: rgb(192,142,186); }
div.DivClassName
{
background-color: #C08EBA;
}
.BgClassName
{
background-color: #C08EBA;
}
</style>
border-color css
<style>
span { border-color: #C08EBA; }
span { border-color: rgb(192,142,186); }
td.TdClassName
{
border-color: #C08EBA;
}
.TagClassName
{
border-color: #C08EBA;
}
</style>