Shades of London Hue #C192B9
Tints of London Hue #C192B9
RGB
CMYK
RGB Variations
Color information
#C192B9 (or 0xC192B9) is known color: London Hue. HEX triplet: C1, 92 and B9. RGB value is (193,146,185). Sum of RGB (Red+Green+Blue) = 193+146+185=524 (69% of max value = 765). Red value is 193 (75.78% from 255 or 36.83% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 193 - color contains mainly: red. Hex color #C192B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C192B9 is #3E6D46. Grayscale: #A4A4A4. Windows color (decimal): -4091207 or 12161729. OLE color: 12161729.
HSL color Cylindrical-coordinate representation of color #C192B9: hue angle of 310.21º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C192B9 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 146 | 185 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.24 |
| HSL | 310.21º | 0.27% | 0.66% | - |
| HSV(B) | 310.21º | 0.24% | 0.76% | - |
| XYZ | 41.03 | 35.4 | 50.57 | - |
| YUV | 164.5 | 139.57 | 148.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 146 | 185 | 0 | 0.24 | 0.04 | 0.24 | 310.21 | 0.27 | 0.66 |
| Hex | C1 | 92 | B9 | 0 | 18 | 4 | 18 | 136 | 1B | 42 |
| Octal | 301 | 222 | 271 | 0 | 30 | 4 | 30 | 466 | 33 | 102 |
| Binary | 11000001 | 10010010 | 10111001 | 0 | 11000 | 100 | 11000 | 100110110 | 11011 | 1000010 |
Color Harmonies of #C192B9
Complementary color
Monochromatic Colors of #C192B9
Black with #C192B9
Text Example
Text Example
White with #C192B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C192B9; }
p { color: rgb(193,146,185); }
H1.HeaderClassName
{
color: #C192B9;
}
.AnyTagClassName
{
color: #C192B9;
}
</style>
background-color css
<style>
a { background-color: #C192B9; }
a { background-color: rgb(193,146,185); }
div.DivClassName
{
background-color: #C192B9;
}
.BgClassName
{
background-color: #C192B9;
}
</style>
border-color css
<style>
span { border-color: #C192B9; }
span { border-color: rgb(193,146,185); }
td.TdClassName
{
border-color: #C192B9;
}
.TagClassName
{
border-color: #C192B9;
}
</style>