Shades of London Hue #C18ABC
Tints of London Hue #C18ABC
RGB
CMYK
RGB Variations
Color information
#C18ABC (or 0xC18ABC) is known color: London Hue. HEX triplet: C1, 8A and BC. RGB value is (193,138,188). Sum of RGB (Red+Green+Blue) = 193+138+188=519 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.19% from 519); Green value is 138 (54.30% from 255 or 26.59% from 519); Blue value is 188 (73.83% from 255 or 36.22% from 519); Max value from RGB is 193 - color contains mainly: red. Hex color #C18ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18ABC is #3E7543. Grayscale: #A0A0A0. Windows color (decimal): -4093252 or 12356289. OLE color: 12356289.
HSL color Cylindrical-coordinate representation of color #C18ABC: hue angle of 305.45º 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 #C18ABC is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 138 | 188 | - |
| CMYK | 0 | 0.28 | 0.03 | 0.24 |
| HSL | 305.45º | 0.31% | 0.65% | - |
| HSV(B) | 305.45º | 0.28% | 0.76% | - |
| XYZ | 40.16 | 33.15 | 51.86 | - |
| YUV | 160.15 | 143.72 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 138 | 188 | 0 | 0.28 | 0.03 | 0.24 | 305.45 | 0.31 | 0.65 |
| Hex | C1 | 8A | BC | 0 | 1C | 3 | 18 | 131 | 1F | 41 |
| Octal | 301 | 212 | 274 | 0 | 34 | 3 | 30 | 461 | 37 | 101 |
| Binary | 11000001 | 10001010 | 10111100 | 0 | 11100 | 11 | 11000 | 100110001 | 11111 | 1000001 |
Color Harmonies of #C18ABC
Complementary color
Monochromatic Colors of #C18ABC
Black with #C18ABC
Text Example
Text Example
White with #C18ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18ABC; }
p { color: rgb(193,138,188); }
H1.HeaderClassName
{
color: #C18ABC;
}
.AnyTagClassName
{
color: #C18ABC;
}
</style>
background-color css
<style>
a { background-color: #C18ABC; }
a { background-color: rgb(193,138,188); }
div.DivClassName
{
background-color: #C18ABC;
}
.BgClassName
{
background-color: #C18ABC;
}
</style>
border-color css
<style>
span { border-color: #C18ABC; }
span { border-color: rgb(193,138,188); }
td.TdClassName
{
border-color: #C18ABC;
}
.TagClassName
{
border-color: #C18ABC;
}
</style>