Shades of London Hue #C18BBB
Tints of London Hue #C18BBB
RGB
CMYK
RGB Variations
Color information
#C18BBB (or 0xC18BBB) is known color: London Hue. HEX triplet: C1, 8B and BB. RGB value is (193,139,187). Sum of RGB (Red+Green+Blue) = 193+139+187=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 139 (54.69% from 255 or 26.78% from 519); Blue value is 187 (73.44% from 255 or 36.03% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C18BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18BBB is #3E7444. Grayscale: #A0A0A0. Windows color (decimal): -4092997 or 12291009. OLE color: 12291009.
HSL color Cylindrical-coordinate representation of color #C18BBB: hue angle of 306.67º degrees, saturation: 0.3, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C18BBB is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 139 | 187 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.24 |
| HSL | 306.67º | 0.3% | 0.65% | - |
| HSV(B) | 306.67º | 0.28% | 0.76% | - |
| XYZ | 40.19 | 33.39 | 51.34 | - |
| YUV | 160.62 | 142.89 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 139 | 187 | 0 | 0.28 | 0.03 | 0.24 | 306.67 | 0.3 | 0.65 |
| Hex | C1 | 8B | BB | 0 | 1C | 3 | 18 | 133 | 1E | 41 |
| Octal | 301 | 213 | 273 | 0 | 34 | 3 | 30 | 463 | 36 | 101 |
| Binary | 11000001 | 10001011 | 10111011 | 0 | 11100 | 11 | 11000 | 100110011 | 11110 | 1000001 |
Color Harmonies of #C18BBB
Complementary color
Monochromatic Colors of #C18BBB
Black with #C18BBB
Text Example
Text Example
White with #C18BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18BBB; }
p { color: rgb(193,139,187); }
H1.HeaderClassName
{
color: #C18BBB;
}
.AnyTagClassName
{
color: #C18BBB;
}
</style>
background-color css
<style>
a { background-color: #C18BBB; }
a { background-color: rgb(193,139,187); }
div.DivClassName
{
background-color: #C18BBB;
}
.BgClassName
{
background-color: #C18BBB;
}
</style>
border-color css
<style>
span { border-color: #C18BBB; }
span { border-color: rgb(193,139,187); }
td.TdClassName
{
border-color: #C18BBB;
}
.TagClassName
{
border-color: #C18BBB;
}
</style>