Shades of London Hue #C08BBA
Tints of London Hue #C08BBA
RGB
CMYK
RGB Variations
Color information
#C08BBA (or 0xC08BBA) is known color: London Hue. HEX triplet: C0, 8B and BA. RGB value is (192,139,186). Sum of RGB (Red+Green+Blue) = 192+139+186=517 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.14% from 517); Green value is 139 (54.69% from 255 or 26.89% from 517); Blue value is 186 (73.05% from 255 or 35.98% from 517); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BBA is #3F7445. Grayscale: #A0A0A0. Windows color (decimal): -4158534 or 12225472. OLE color: 12225472.
HSL color Cylindrical-coordinate representation of color #C08BBA: hue angle of 306.79º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C08BBA is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 186 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.25 |
| HSL | 306.79º | 0.3% | 0.65% | - |
| HSV(B) | 306.79º | 0.28% | 0.75% | - |
| XYZ | 39.83 | 33.22 | 50.77 | - |
| YUV | 160.21 | 142.56 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 186 | 0 | 0.28 | 0.03 | 0.25 | 306.79 | 0.3 | 0.65 |
| Hex | C0 | 8B | BA | 0 | 1C | 3 | 19 | 133 | 1E | 41 |
| Octal | 300 | 213 | 272 | 0 | 34 | 3 | 31 | 463 | 36 | 101 |
| Binary | 11000000 | 10001011 | 10111010 | 0 | 11100 | 11 | 11001 | 100110011 | 11110 | 1000001 |
Color Harmonies of #C08BBA
Complementary color
Monochromatic Colors of #C08BBA
Black with #C08BBA
Text Example
Text Example
White with #C08BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BBA; }
p { color: rgb(192,139,186); }
H1.HeaderClassName
{
color: #C08BBA;
}
.AnyTagClassName
{
color: #C08BBA;
}
</style>
background-color css
<style>
a { background-color: #C08BBA; }
a { background-color: rgb(192,139,186); }
div.DivClassName
{
background-color: #C08BBA;
}
.BgClassName
{
background-color: #C08BBA;
}
</style>
border-color css
<style>
span { border-color: #C08BBA; }
span { border-color: rgb(192,139,186); }
td.TdClassName
{
border-color: #C08BBA;
}
.TagClassName
{
border-color: #C08BBA;
}
</style>