Shades of London Hue #C18ABB
Tints of London Hue #C18ABB
RGB
CMYK
RGB Variations
Color information
#C18ABB (or 0xC18ABB) is known color: London Hue. HEX triplet: C1, 8A and BB. RGB value is (193,138,187). Sum of RGB (Red+Green+Blue) = 193+138+187=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 187 (73.44% from 255 or 36.10% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C18ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ABB is #3E7544. Grayscale: #9F9F9F. Windows color (decimal): -4093253 or 12290753. OLE color: 12290753.
HSL color Cylindrical-coordinate representation of color #C18ABB: hue angle of 306.55º degrees, saturation: 0.31, 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 #C18ABB is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 187 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.24 |
| HSL | 306.55º | 0.31% | 0.65% | - |
| HSV(B) | 306.55º | 0.28% | 0.76% | - |
| XYZ | 40.05 | 33.1 | 51.29 | - |
| YUV | 160.03 | 143.22 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 187 | 0 | 0.28 | 0.03 | 0.24 | 306.55 | 0.31 | 0.65 |
| Hex | C1 | 8A | BB | 0 | 1C | 3 | 18 | 133 | 1F | 41 |
| Octal | 301 | 212 | 273 | 0 | 34 | 3 | 30 | 463 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10111011 | 0 | 11100 | 11 | 11000 | 100110011 | 11111 | 1000001 |
Color Harmonies of #C18ABB
Complementary color
Monochromatic Colors of #C18ABB
Black with #C18ABB
Text Example
Text Example
White with #C18ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ABB; }
p { color: rgb(193,138,187); }
H1.HeaderClassName
{
color: #C18ABB;
}
.AnyTagClassName
{
color: #C18ABB;
}
</style>
background-color css
<style>
a { background-color: #C18ABB; }
a { background-color: rgb(193,138,187); }
div.DivClassName
{
background-color: #C18ABB;
}
.BgClassName
{
background-color: #C18ABB;
}
</style>
border-color css
<style>
span { border-color: #C18ABB; }
span { border-color: rgb(193,138,187); }
td.TdClassName
{
border-color: #C18ABB;
}
.TagClassName
{
border-color: #C18ABB;
}
</style>