Shades of London Hue #C188BD
Tints of London Hue #C188BD
RGB
CMYK
RGB Variations
Color information
#C188BD (or 0xC188BD) is known color: London Hue. HEX triplet: C1, 88 and BD. RGB value is (193,136,189). Sum of RGB (Red+Green+Blue) = 193+136+189=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 136 (53.52% from 255 or 26.25% from 518); Blue value is 189 (74.22% from 255 or 36.49% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C188BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C188BD is #3E7742. Grayscale: #9E9E9E. Windows color (decimal): -4093763 or 12421313. OLE color: 12421313.
HSL color Cylindrical-coordinate representation of color #C188BD: hue angle of 304.21º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C188BD is Cyan = 0, Magento = 0.30, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 136 | 189 | - |
| CMYK | 0 | 0.30 | 0.02 | 0.24 |
| HSL | 304.21º | 0.31% | 0.65% | - |
| HSV(B) | 304.21º | 0.3% | 0.76% | - |
| XYZ | 39.98 | 32.62 | 52.33 | - |
| YUV | 159.09 | 144.88 | 152.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 136 | 189 | 0 | 0.30 | 0.02 | 0.24 | 304.21 | 0.31 | 0.65 |
| Hex | C1 | 88 | BD | 0 | 1E | 2 | 18 | 130 | 1F | 41 |
| Octal | 301 | 210 | 275 | 0 | 36 | 2 | 30 | 460 | 37 | 101 |
| Binary | 11000001 | 10001000 | 10111101 | 0 | 11110 | 10 | 11000 | 100110000 | 11111 | 1000001 |
Color Harmonies of #C188BD
Complementary color
Monochromatic Colors of #C188BD
Black with #C188BD
Text Example
Text Example
White with #C188BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C188BD; }
p { color: rgb(193,136,189); }
H1.HeaderClassName
{
color: #C188BD;
}
.AnyTagClassName
{
color: #C188BD;
}
</style>
background-color css
<style>
a { background-color: #C188BD; }
a { background-color: rgb(193,136,189); }
div.DivClassName
{
background-color: #C188BD;
}
.BgClassName
{
background-color: #C188BD;
}
</style>
border-color css
<style>
span { border-color: #C188BD; }
span { border-color: rgb(193,136,189); }
td.TdClassName
{
border-color: #C188BD;
}
.TagClassName
{
border-color: #C188BD;
}
</style>