Shades of London Hue #C18FBB
Tints of London Hue #C18FBB
RGB
CMYK
RGB Variations
Color information
#C18FBB (or 0xC18FBB) is known color: London Hue. HEX triplet: C1, 8F and BB. RGB value is (193,143,187). Sum of RGB (Red+Green+Blue) = 193+143+187=523 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.90% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 193 - color contains mainly: red. Hex color #C18FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C18FBB is #3E7044. Grayscale: #A2A2A2. Windows color (decimal): -4091973 or 12292033. OLE color: 12292033.
HSL color Cylindrical-coordinate representation of color #C18FBB: hue angle of 307.2º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18FBB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 143 | 187 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.24 |
| HSL | 307.2º | 0.29% | 0.66% | - |
| HSV(B) | 307.2º | 0.26% | 0.76% | - |
| XYZ | 40.78 | 34.57 | 51.54 | - |
| YUV | 162.97 | 141.57 | 149.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 143 | 187 | 0 | 0.26 | 0.03 | 0.24 | 307.2 | 0.29 | 0.66 |
| Hex | C1 | 8F | BB | 0 | 1A | 3 | 18 | 133 | 1D | 42 |
| Octal | 301 | 217 | 273 | 0 | 32 | 3 | 30 | 463 | 35 | 102 |
| Binary | 11000001 | 10001111 | 10111011 | 0 | 11010 | 11 | 11000 | 100110011 | 11101 | 1000010 |
Color Harmonies of #C18FBB
Complementary color
Monochromatic Colors of #C18FBB
Black with #C18FBB
Text Example
Text Example
White with #C18FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C18FBB; }
p { color: rgb(193,143,187); }
H1.HeaderClassName
{
color: #C18FBB;
}
.AnyTagClassName
{
color: #C18FBB;
}
</style>
background-color css
<style>
a { background-color: #C18FBB; }
a { background-color: rgb(193,143,187); }
div.DivClassName
{
background-color: #C18FBB;
}
.BgClassName
{
background-color: #C18FBB;
}
</style>
border-color css
<style>
span { border-color: #C18FBB; }
span { border-color: rgb(193,143,187); }
td.TdClassName
{
border-color: #C18FBB;
}
.TagClassName
{
border-color: #C18FBB;
}
</style>