Shades of London Hue #C184BC
Tints of London Hue #C184BC
RGB
CMYK
RGB Variations
Color information
#C184BC (or 0xC184BC) is known color: London Hue. HEX triplet: C1, 84 and BC. RGB value is (193,132,188). Sum of RGB (Red+Green+Blue) = 193+132+188=513 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.62% from 513); Green value is 132 (51.95% from 255 or 25.73% from 513); Blue value is 188 (73.83% from 255 or 36.65% from 513); Max value from RGB is 193 - color contains mainly: red. Hex color #C184BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184BC is #3E7B43. Grayscale: #9C9C9C. Windows color (decimal): -4094788 or 12354753. OLE color: 12354753.
HSL color Cylindrical-coordinate representation of color #C184BC: hue angle of 304.92º degrees, saturation: 0.33, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C184BC is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 188 | - |
| CMYK | 0 | 0.32 | 0.03 | 0.24 |
| HSL | 304.92º | 0.33% | 0.64% | - |
| HSV(B) | 304.92º | 0.32% | 0.76% | - |
| XYZ | 39.32 | 31.47 | 51.58 | - |
| YUV | 156.62 | 145.71 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 188 | 0 | 0.32 | 0.03 | 0.24 | 304.92 | 0.33 | 0.64 |
| Hex | C1 | 84 | BC | 0 | 20 | 3 | 18 | 131 | 21 | 40 |
| Octal | 301 | 204 | 274 | 0 | 40 | 3 | 30 | 461 | 41 | 100 |
| Binary | 11000001 | 10000100 | 10111100 | 0 | 100000 | 11 | 11000 | 100110001 | 100001 | 1000000 |
Color Harmonies of #C184BC
Complementary color
Monochromatic Colors of #C184BC
Black with #C184BC
Text Example
Text Example
White with #C184BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184BC; }
p { color: rgb(193,132,188); }
H1.HeaderClassName
{
color: #C184BC;
}
.AnyTagClassName
{
color: #C184BC;
}
</style>
background-color css
<style>
a { background-color: #C184BC; }
a { background-color: rgb(193,132,188); }
div.DivClassName
{
background-color: #C184BC;
}
.BgClassName
{
background-color: #C184BC;
}
</style>
border-color css
<style>
span { border-color: #C184BC; }
span { border-color: rgb(193,132,188); }
td.TdClassName
{
border-color: #C184BC;
}
.TagClassName
{
border-color: #C184BC;
}
</style>