Shades of London Hue #C191BA
Tints of London Hue #C191BA
RGB
CMYK
RGB Variations
Color information
#C191BA (or 0xC191BA) is known color: London Hue. HEX triplet: C1, 91 and BA. RGB value is (193,145,186). Sum of RGB (Red+Green+Blue) = 193+145+186=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 145 (57.03% from 255 or 27.67% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C191BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C191BA is #3E6E45. Grayscale: #A3A3A3. Windows color (decimal): -4091462 or 12227009. OLE color: 12227009.
HSL color Cylindrical-coordinate representation of color #C191BA: hue angle of 308.75º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C191BA is Cyan = 0, Magento = 0.25, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 145 | 186 | - |
| CMYK | 0 | 0.25 | 0.04 | 0.24 |
| HSL | 308.75º | 0.28% | 0.66% | - |
| HSV(B) | 308.75º | 0.25% | 0.76% | - |
| XYZ | 40.98 | 35.13 | 51.08 | - |
| YUV | 164.03 | 140.4 | 148.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 145 | 186 | 0 | 0.25 | 0.04 | 0.24 | 308.75 | 0.28 | 0.66 |
| Hex | C1 | 91 | BA | 0 | 19 | 4 | 18 | 135 | 1C | 42 |
| Octal | 301 | 221 | 272 | 0 | 31 | 4 | 30 | 465 | 34 | 102 |
| Binary | 11000001 | 10010001 | 10111010 | 0 | 11001 | 100 | 11000 | 100110101 | 11100 | 1000010 |
Color Harmonies of #C191BA
Complementary color
Monochromatic Colors of #C191BA
Black with #C191BA
Text Example
Text Example
White with #C191BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C191BA; }
p { color: rgb(193,145,186); }
H1.HeaderClassName
{
color: #C191BA;
}
.AnyTagClassName
{
color: #C191BA;
}
</style>
background-color css
<style>
a { background-color: #C191BA; }
a { background-color: rgb(193,145,186); }
div.DivClassName
{
background-color: #C191BA;
}
.BgClassName
{
background-color: #C191BA;
}
</style>
border-color css
<style>
span { border-color: #C191BA; }
span { border-color: rgb(193,145,186); }
td.TdClassName
{
border-color: #C191BA;
}
.TagClassName
{
border-color: #C191BA;
}
</style>