Shades of London Hue #C180BC
Tints of London Hue #C180BC
RGB
CMYK
RGB Variations
Color information
#C180BC (or 0xC180BC) is known color: London Hue. HEX triplet: C1, 80 and BC. RGB value is (193,128,188). Sum of RGB (Red+Green+Blue) = 193+128+188=509 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.92% from 509); Green value is 128 (50.39% from 255 or 25.15% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 193 - color contains mainly: red. Hex color #C180BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C180BC is #3E7F43. Grayscale: #9A9A9A. Windows color (decimal): -4095812 or 12353729. OLE color: 12353729.
HSL color Cylindrical-coordinate representation of color #C180BC: hue angle of 304.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C180BC is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 188 | - |
| CMYK | 0 | 0.34 | 0.03 | 0.24 |
| HSL | 304.62º | 0.34% | 0.63% | - |
| HSV(B) | 304.62º | 0.34% | 0.76% | - |
| XYZ | 38.79 | 30.41 | 51.4 | - |
| YUV | 154.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 188 | 0 | 0.34 | 0.03 | 0.24 | 304.62 | 0.34 | 0.63 |
| Hex | C1 | 80 | BC | 0 | 22 | 3 | 18 | 131 | 22 | 3F |
| Octal | 301 | 200 | 274 | 0 | 42 | 3 | 30 | 461 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10111100 | 0 | 100010 | 11 | 11000 | 100110001 | 100010 | 111111 |
Color Harmonies of #C180BC
Complementary color
Monochromatic Colors of #C180BC
Black with #C180BC
Text Example
Text Example
White with #C180BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180BC; }
p { color: rgb(193,128,188); }
H1.HeaderClassName
{
color: #C180BC;
}
.AnyTagClassName
{
color: #C180BC;
}
</style>
background-color css
<style>
a { background-color: #C180BC; }
a { background-color: rgb(193,128,188); }
div.DivClassName
{
background-color: #C180BC;
}
.BgClassName
{
background-color: #C180BC;
}
</style>
border-color css
<style>
span { border-color: #C180BC; }
span { border-color: rgb(193,128,188); }
td.TdClassName
{
border-color: #C180BC;
}
.TagClassName
{
border-color: #C180BC;
}
</style>