Shades of London Hue #C092B9
Tints of London Hue #C092B9
RGB
CMYK
RGB Variations
Color information
#C092B9 (or 0xC092B9) is known color: London Hue. HEX triplet: C0, 92 and B9. RGB value is (192,146,185). Sum of RGB (Red+Green+Blue) = 192+146+185=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 146 (57.42% from 255 or 27.92% from 523); Blue value is 185 (72.66% from 255 or 35.37% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C092B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092B9 is #3F6D46. Grayscale: #A4A4A4. Windows color (decimal): -4156743 or 12161728. OLE color: 12161728.
HSL color Cylindrical-coordinate representation of color #C092B9: hue angle of 309.13º degrees, saturation: 0.27, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C092B9 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 185 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.25 |
| HSL | 309.13º | 0.27% | 0.66% | - |
| HSV(B) | 309.13º | 0.24% | 0.75% | - |
| XYZ | 40.77 | 35.27 | 50.56 | - |
| YUV | 164.2 | 139.74 | 147.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 185 | 0 | 0.24 | 0.04 | 0.25 | 309.13 | 0.27 | 0.66 |
| Hex | C0 | 92 | B9 | 0 | 18 | 4 | 19 | 135 | 1B | 42 |
| Octal | 300 | 222 | 271 | 0 | 30 | 4 | 31 | 465 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10111001 | 0 | 11000 | 100 | 11001 | 100110101 | 11011 | 1000010 |
Color Harmonies of #C092B9
Complementary color
Monochromatic Colors of #C092B9
Black with #C092B9
Text Example
Text Example
White with #C092B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092B9; }
p { color: rgb(192,146,185); }
H1.HeaderClassName
{
color: #C092B9;
}
.AnyTagClassName
{
color: #C092B9;
}
</style>
background-color css
<style>
a { background-color: #C092B9; }
a { background-color: rgb(192,146,185); }
div.DivClassName
{
background-color: #C092B9;
}
.BgClassName
{
background-color: #C092B9;
}
</style>
border-color css
<style>
span { border-color: #C092B9; }
span { border-color: rgb(192,146,185); }
td.TdClassName
{
border-color: #C092B9;
}
.TagClassName
{
border-color: #C092B9;
}
</style>