Shades of London Hue #C189B9
Tints of London Hue #C189B9
RGB
CMYK
RGB Variations
Color information
#C189B9 (or 0xC189B9) is known color: London Hue. HEX triplet: C1, 89 and B9. RGB value is (193,137,185). Sum of RGB (Red+Green+Blue) = 193+137+185=515 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.48% from 515); Green value is 137 (53.91% from 255 or 26.60% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 193 - color contains mainly: red. Hex color #C189B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189B9 is #3E7646. Grayscale: #9F9F9F. Windows color (decimal): -4093511 or 12159425. OLE color: 12159425.
HSL color Cylindrical-coordinate representation of color #C189B9: hue angle of 308.57º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C189B9 is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 185 | - |
| CMYK | 0 | 0.29 | 0.04 | 0.24 |
| HSL | 308.57º | 0.31% | 0.65% | - |
| HSV(B) | 308.57º | 0.29% | 0.76% | - |
| XYZ | 39.69 | 32.73 | 50.12 | - |
| YUV | 159.22 | 142.55 | 152.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 185 | 0 | 0.29 | 0.04 | 0.24 | 308.57 | 0.31 | 0.65 |
| Hex | C1 | 89 | B9 | 0 | 1D | 4 | 18 | 135 | 1F | 41 |
| Octal | 301 | 211 | 271 | 0 | 35 | 4 | 30 | 465 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10111001 | 0 | 11101 | 100 | 11000 | 100110101 | 11111 | 1000001 |
Color Harmonies of #C189B9
Complementary color
Monochromatic Colors of #C189B9
Black with #C189B9
Text Example
Text Example
White with #C189B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189B9; }
p { color: rgb(193,137,185); }
H1.HeaderClassName
{
color: #C189B9;
}
.AnyTagClassName
{
color: #C189B9;
}
</style>
background-color css
<style>
a { background-color: #C189B9; }
a { background-color: rgb(193,137,185); }
div.DivClassName
{
background-color: #C189B9;
}
.BgClassName
{
background-color: #C189B9;
}
</style>
border-color css
<style>
span { border-color: #C189B9; }
span { border-color: rgb(193,137,185); }
td.TdClassName
{
border-color: #C189B9;
}
.TagClassName
{
border-color: #C189B9;
}
</style>