Shades of London Hue #C288BB
Tints of London Hue #C288BB
RGB
CMYK
RGB Variations
Color information
#C288BB (or 0xC288BB) is known color: London Hue. HEX triplet: C2, 88 and BB. RGB value is (194,136,187). Sum of RGB (Red+Green+Blue) = 194+136+187=517 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.52% from 517); Green value is 136 (53.52% from 255 or 26.31% from 517); Blue value is 187 (73.44% from 255 or 36.17% from 517); Max value from RGB is 194 - color contains mainly: red. Hex color #C288BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288BB is #3D7744. Grayscale: #9F9F9F. Windows color (decimal): -4028229 or 12290242. OLE color: 12290242.
HSL color Cylindrical-coordinate representation of color #C288BB: hue angle of 307.24º degrees, saturation: 0.32, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C288BB is Cyan = 0, Magento = 0.30, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 187 | - |
| CMYK | 0 | 0.30 | 0.04 | 0.24 |
| HSL | 307.24º | 0.32% | 0.65% | - |
| HSV(B) | 307.24º | 0.3% | 0.76% | - |
| XYZ | 40.02 | 32.67 | 51.21 | - |
| YUV | 159.16 | 143.72 | 152.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 187 | 0 | 0.30 | 0.04 | 0.24 | 307.24 | 0.32 | 0.65 |
| Hex | C2 | 88 | BB | 0 | 1E | 4 | 18 | 133 | 20 | 41 |
| Octal | 302 | 210 | 273 | 0 | 36 | 4 | 30 | 463 | 40 | 101 |
| Binary | 11000010 | 10001000 | 10111011 | 0 | 11110 | 100 | 11000 | 100110011 | 100000 | 1000001 |
Color Harmonies of #C288BB
Complementary color
Monochromatic Colors of #C288BB
Black with #C288BB
Text Example
Text Example
White with #C288BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288BB; }
p { color: rgb(194,136,187); }
H1.HeaderClassName
{
color: #C288BB;
}
.AnyTagClassName
{
color: #C288BB;
}
</style>
background-color css
<style>
a { background-color: #C288BB; }
a { background-color: rgb(194,136,187); }
div.DivClassName
{
background-color: #C288BB;
}
.BgClassName
{
background-color: #C288BB;
}
</style>
border-color css
<style>
span { border-color: #C288BB; }
span { border-color: rgb(194,136,187); }
td.TdClassName
{
border-color: #C288BB;
}
.TagClassName
{
border-color: #C288BB;
}
</style>