Shades of London Hue #C184BD
Tints of London Hue #C184BD
RGB
CMYK
RGB Variations
Color information
#C184BD (or 0xC184BD) is known color: London Hue. HEX triplet: C1, 84 and BD. RGB value is (193,132,189). Sum of RGB (Red+Green+Blue) = 193+132+189=514 (68% of max value = 765). Red value is 193 (75.78% from 255 or 37.55% from 514); Green value is 132 (51.95% from 255 or 25.68% from 514); Blue value is 189 (74.22% from 255 or 36.77% from 514); Max value from RGB is 193 - color contains mainly: red. Hex color #C184BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C184BD is #3E7B42. Grayscale: #9C9C9C. Windows color (decimal): -4094787 or 12420289. OLE color: 12420289.
HSL color Cylindrical-coordinate representation of color #C184BD: hue angle of 303.93º 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 #C184BD is Cyan = 0, Magento = 0.32, Yellow = 0.02 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 132 | 189 | - |
| CMYK | 0 | 0.32 | 0.02 | 0.24 |
| HSL | 303.93º | 0.33% | 0.64% | - |
| HSV(B) | 303.93º | 0.32% | 0.76% | - |
| XYZ | 39.43 | 31.51 | 52.15 | - |
| YUV | 156.74 | 146.21 | 153.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 132 | 189 | 0 | 0.32 | 0.02 | 0.24 | 303.93 | 0.33 | 0.64 |
| Hex | C1 | 84 | BD | 0 | 20 | 2 | 18 | 130 | 21 | 40 |
| Octal | 301 | 204 | 275 | 0 | 40 | 2 | 30 | 460 | 41 | 100 |
| Binary | 11000001 | 10000100 | 10111101 | 0 | 100000 | 10 | 11000 | 100110000 | 100001 | 1000000 |
Color Harmonies of #C184BD
Complementary color
Monochromatic Colors of #C184BD
Black with #C184BD
Text Example
Text Example
White with #C184BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C184BD; }
p { color: rgb(193,132,189); }
H1.HeaderClassName
{
color: #C184BD;
}
.AnyTagClassName
{
color: #C184BD;
}
</style>
background-color css
<style>
a { background-color: #C184BD; }
a { background-color: rgb(193,132,189); }
div.DivClassName
{
background-color: #C184BD;
}
.BgClassName
{
background-color: #C184BD;
}
</style>
border-color css
<style>
span { border-color: #C184BD; }
span { border-color: rgb(193,132,189); }
td.TdClassName
{
border-color: #C184BD;
}
.TagClassName
{
border-color: #C184BD;
}
</style>