Shades of London Hue #C187BA
Tints of London Hue #C187BA
RGB
CMYK
RGB Variations
Color information
#C187BA (or 0xC187BA) is known color: London Hue. HEX triplet: C1, 87 and BA. RGB value is (193,135,186). Sum of RGB (Red+Green+Blue) = 193+135+186=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C187BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187BA is #3E7845. Grayscale: #9E9E9E. Windows color (decimal): -4094022 or 12224449. OLE color: 12224449.
HSL color Cylindrical-coordinate representation of color #C187BA: hue angle of 307.24º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C187BA is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 186 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.24 |
| HSL | 307.24º | 0.32% | 0.64% | - |
| HSV(B) | 307.24º | 0.3% | 0.76% | - |
| XYZ | 39.52 | 32.21 | 50.59 | - |
| YUV | 158.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 186 | 0 | 0.30 | 0.04 | 0.24 | 307.24 | 0.32 | 0.64 |
| Hex | C1 | 87 | BA | 0 | 1E | 4 | 18 | 133 | 20 | 40 |
| Octal | 301 | 207 | 272 | 0 | 36 | 4 | 30 | 463 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10111010 | 0 | 11110 | 100 | 11000 | 100110011 | 100000 | 1000000 |
Color Harmonies of #C187BA
Complementary color
Monochromatic Colors of #C187BA
Black with #C187BA
Text Example
Text Example
White with #C187BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187BA; }
p { color: rgb(193,135,186); }
H1.HeaderClassName
{
color: #C187BA;
}
.AnyTagClassName
{
color: #C187BA;
}
</style>
background-color css
<style>
a { background-color: #C187BA; }
a { background-color: rgb(193,135,186); }
div.DivClassName
{
background-color: #C187BA;
}
.BgClassName
{
background-color: #C187BA;
}
</style>
border-color css
<style>
span { border-color: #C187BA; }
span { border-color: rgb(193,135,186); }
td.TdClassName
{
border-color: #C187BA;
}
.TagClassName
{
border-color: #C187BA;
}
</style>