Shades of London Hue #C090BB
Tints of London Hue #C090BB
RGB
CMYK
RGB Variations
Color information
#C090BB (or 0xC090BB) is known color: London Hue. HEX triplet: C0, 90 and BB. RGB value is (192,144,187). Sum of RGB (Red+Green+Blue) = 192+144+187=523 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.71% from 523); Green value is 144 (56.64% from 255 or 27.53% from 523); Blue value is 187 (73.44% from 255 or 35.76% from 523); Max value from RGB is 192 - color contains mainly: red. Hex color #C090BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C090BB is #3F6F44. Grayscale: #A3A3A3. Windows color (decimal): -4157253 or 12292288. OLE color: 12292288.
HSL color Cylindrical-coordinate representation of color #C090BB: hue angle of 306.25º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C090BB is Cyan = 0, Magento = 0.25, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 144 | 187 | - |
| CMYK | 0 | 0.25 | 0.03 | 0.25 |
| HSL | 306.25º | 0.28% | 0.66% | - |
| HSV(B) | 306.25º | 0.25% | 0.75% | - |
| XYZ | 40.68 | 34.74 | 51.58 | - |
| YUV | 163.25 | 141.4 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 144 | 187 | 0 | 0.25 | 0.03 | 0.25 | 306.25 | 0.28 | 0.66 |
| Hex | C0 | 90 | BB | 0 | 19 | 3 | 19 | 132 | 1C | 42 |
| Octal | 300 | 220 | 273 | 0 | 31 | 3 | 31 | 462 | 34 | 102 |
| Binary | 11000000 | 10010000 | 10111011 | 0 | 11001 | 11 | 11001 | 100110010 | 11100 | 1000010 |
Color Harmonies of #C090BB
Complementary color
Monochromatic Colors of #C090BB
Black with #C090BB
Text Example
Text Example
White with #C090BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C090BB; }
p { color: rgb(192,144,187); }
H1.HeaderClassName
{
color: #C090BB;
}
.AnyTagClassName
{
color: #C090BB;
}
</style>
background-color css
<style>
a { background-color: #C090BB; }
a { background-color: rgb(192,144,187); }
div.DivClassName
{
background-color: #C090BB;
}
.BgClassName
{
background-color: #C090BB;
}
</style>
border-color css
<style>
span { border-color: #C090BB; }
span { border-color: rgb(192,144,187); }
td.TdClassName
{
border-color: #C090BB;
}
.TagClassName
{
border-color: #C090BB;
}
</style>