Shades of London Hue #C189BC
Tints of London Hue #C189BC
RGB
CMYK
RGB Variations
Color information
#C189BC (or 0xC189BC) is known color: London Hue. HEX triplet: C1, 89 and BC. RGB value is (193,137,188). Sum of RGB (Red+Green+Blue) = 193+137+188=518 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.26% from 518); Green value is 137 (53.91% from 255 or 26.45% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 193 - color contains mainly: red. Hex color #C189BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C189BC is #3E7643. Grayscale: #9F9F9F. Windows color (decimal): -4093508 or 12356033. OLE color: 12356033.
HSL color Cylindrical-coordinate representation of color #C189BC: hue angle of 305.36º 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 #C189BC is Cyan = 0, Magento = 0.29, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 137 | 188 | - |
| CMYK | 0 | 0.29 | 0.03 | 0.24 |
| HSL | 305.36º | 0.31% | 0.65% | - |
| HSV(B) | 305.36º | 0.29% | 0.76% | - |
| XYZ | 40.02 | 32.86 | 51.81 | - |
| YUV | 159.56 | 144.05 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 137 | 188 | 0 | 0.29 | 0.03 | 0.24 | 305.36 | 0.31 | 0.65 |
| Hex | C1 | 89 | BC | 0 | 1D | 3 | 18 | 131 | 1F | 41 |
| Octal | 301 | 211 | 274 | 0 | 35 | 3 | 30 | 461 | 37 | 101 |
| Binary | 11000001 | 10001001 | 10111100 | 0 | 11101 | 11 | 11000 | 100110001 | 11111 | 1000001 |
Color Harmonies of #C189BC
Complementary color
Monochromatic Colors of #C189BC
Black with #C189BC
Text Example
Text Example
White with #C189BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C189BC; }
p { color: rgb(193,137,188); }
H1.HeaderClassName
{
color: #C189BC;
}
.AnyTagClassName
{
color: #C189BC;
}
</style>
background-color css
<style>
a { background-color: #C189BC; }
a { background-color: rgb(193,137,188); }
div.DivClassName
{
background-color: #C189BC;
}
.BgClassName
{
background-color: #C189BC;
}
</style>
border-color css
<style>
span { border-color: #C189BC; }
span { border-color: rgb(193,137,188); }
td.TdClassName
{
border-color: #C189BC;
}
.TagClassName
{
border-color: #C189BC;
}
</style>