Shades of London Hue #C08BBC
Tints of London Hue #C08BBC
RGB
CMYK
RGB Variations
Color information
#C08BBC (or 0xC08BBC) is known color: London Hue. HEX triplet: C0, 8B and BC. RGB value is (192,139,188). Sum of RGB (Red+Green+Blue) = 192+139+188=519 (68% of max value = 765). Red value is 192 (75.39% from 255 or 36.99% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 192 - color contains mainly: red. Hex color #C08BBC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08BBC is #3F7443. Grayscale: #A0A0A0. Windows color (decimal): -4158532 or 12356544. OLE color: 12356544.
HSL color Cylindrical-coordinate representation of color #C08BBC: hue angle of 304.53º 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 #C08BBC is Cyan = 0, Magento = 0.28, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 139 | 188 | - |
| CMYK | 0 | 0.28 | 0.02 | 0.25 |
| HSL | 304.53º | 0.3% | 0.65% | - |
| HSV(B) | 304.53º | 0.28% | 0.75% | - |
| XYZ | 40.05 | 33.3 | 51.89 | - |
| YUV | 160.43 | 143.56 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 139 | 188 | 0 | 0.28 | 0.02 | 0.25 | 304.53 | 0.3 | 0.65 |
| Hex | C0 | 8B | BC | 0 | 1C | 2 | 19 | 131 | 1E | 41 |
| Octal | 300 | 213 | 274 | 0 | 34 | 2 | 31 | 461 | 36 | 101 |
| Binary | 11000000 | 10001011 | 10111100 | 0 | 11100 | 10 | 11001 | 100110001 | 11110 | 1000001 |
Color Harmonies of #C08BBC
Complementary color
Monochromatic Colors of #C08BBC
Black with #C08BBC
Text Example
Text Example
White with #C08BBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08BBC; }
p { color: rgb(192,139,188); }
H1.HeaderClassName
{
color: #C08BBC;
}
.AnyTagClassName
{
color: #C08BBC;
}
</style>
background-color css
<style>
a { background-color: #C08BBC; }
a { background-color: rgb(192,139,188); }
div.DivClassName
{
background-color: #C08BBC;
}
.BgClassName
{
background-color: #C08BBC;
}
</style>
border-color css
<style>
span { border-color: #C08BBC; }
span { border-color: rgb(192,139,188); }
td.TdClassName
{
border-color: #C08BBC;
}
.TagClassName
{
border-color: #C08BBC;
}
</style>