Shades of London Hue #C290BA
Tints of London Hue #C290BA
RGB
CMYK
RGB Variations
Color information
#C290BA (or 0xC290BA) is known color: London Hue. HEX triplet: C2, 90 and BA. RGB value is (194,144,186). Sum of RGB (Red+Green+Blue) = 194+144+186=524 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.02% from 524); Green value is 144 (56.64% from 255 or 27.48% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 194 - color contains mainly: red. Hex color #C290BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C290BA is #3D6F45. Grayscale: #A3A3A3. Windows color (decimal): -4026182 or 12226754. OLE color: 12226754.
HSL color Cylindrical-coordinate representation of color #C290BA: hue angle of 309.6º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C290BA is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 144 | 186 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.24 |
| HSL | 309.6º | 0.29% | 0.66% | - |
| HSV(B) | 309.6º | 0.26% | 0.76% | - |
| XYZ | 41.08 | 34.96 | 51.04 | - |
| YUV | 163.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 144 | 186 | 0 | 0.26 | 0.04 | 0.24 | 309.6 | 0.29 | 0.66 |
| Hex | C2 | 90 | BA | 0 | 1A | 4 | 18 | 136 | 1D | 42 |
| Octal | 302 | 220 | 272 | 0 | 32 | 4 | 30 | 466 | 35 | 102 |
| Binary | 11000010 | 10010000 | 10111010 | 0 | 11010 | 100 | 11000 | 100110110 | 11101 | 1000010 |
Color Harmonies of #C290BA
Complementary color
Monochromatic Colors of #C290BA
Black with #C290BA
Text Example
Text Example
White with #C290BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C290BA; }
p { color: rgb(194,144,186); }
H1.HeaderClassName
{
color: #C290BA;
}
.AnyTagClassName
{
color: #C290BA;
}
</style>
background-color css
<style>
a { background-color: #C290BA; }
a { background-color: rgb(194,144,186); }
div.DivClassName
{
background-color: #C290BA;
}
.BgClassName
{
background-color: #C290BA;
}
</style>
border-color css
<style>
span { border-color: #C290BA; }
span { border-color: rgb(194,144,186); }
td.TdClassName
{
border-color: #C290BA;
}
.TagClassName
{
border-color: #C290BA;
}
</style>