Shades of London Hue #C092BA
Tints of London Hue #C092BA
RGB
CMYK
RGB Variations
Color information
#C092BA (or 0xC092BA) is known color: London Hue. HEX triplet: C0, 92 and BA. RGB value is (192,146,186). Sum of RGB (Red+Green+Blue) = 192+146+186=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 146 (57.42% from 255 or 27.86% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C092BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C092BA is #3F6D45. Grayscale: #A4A4A4. Windows color (decimal): -4156742 or 12227264. OLE color: 12227264.
HSL color Cylindrical-coordinate representation of color #C092BA: hue angle of 307.83º 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 #C092BA is Cyan = 0, Magento = 0.24, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 146 | 186 | - |
| CMYK | 0 | 0.24 | 0.03 | 0.25 |
| HSL | 307.83º | 0.27% | 0.66% | - |
| HSV(B) | 307.83º | 0.24% | 0.75% | - |
| XYZ | 40.88 | 35.31 | 51.12 | - |
| YUV | 164.31 | 140.24 | 147.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 146 | 186 | 0 | 0.24 | 0.03 | 0.25 | 307.83 | 0.27 | 0.66 |
| Hex | C0 | 92 | BA | 0 | 18 | 3 | 19 | 134 | 1B | 42 |
| Octal | 300 | 222 | 272 | 0 | 30 | 3 | 31 | 464 | 33 | 102 |
| Binary | 11000000 | 10010010 | 10111010 | 0 | 11000 | 11 | 11001 | 100110100 | 11011 | 1000010 |
Color Harmonies of #C092BA
Complementary color
Monochromatic Colors of #C092BA
Black with #C092BA
Text Example
Text Example
White with #C092BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C092BA; }
p { color: rgb(192,146,186); }
H1.HeaderClassName
{
color: #C092BA;
}
.AnyTagClassName
{
color: #C092BA;
}
</style>
background-color css
<style>
a { background-color: #C092BA; }
a { background-color: rgb(192,146,186); }
div.DivClassName
{
background-color: #C092BA;
}
.BgClassName
{
background-color: #C092BA;
}
</style>
border-color css
<style>
span { border-color: #C092BA; }
span { border-color: rgb(192,146,186); }
td.TdClassName
{
border-color: #C092BA;
}
.TagClassName
{
border-color: #C092BA;
}
</style>