Shades of London Hue #C288B9
Tints of London Hue #C288B9
RGB
CMYK
RGB Variations
Color information
#C288B9 (or 0xC288B9) is known color: London Hue. HEX triplet: C2, 88 and B9. RGB value is (194,136,185). Sum of RGB (Red+Green+Blue) = 194+136+185=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 136 (53.52% from 255 or 26.41% from 515); Blue value is 185 (72.66% from 255 or 35.92% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C288B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C288B9 is #3D7746. Grayscale: #9E9E9E. Windows color (decimal): -4028231 or 12159170. OLE color: 12159170.
HSL color Cylindrical-coordinate representation of color #C288B9: hue angle of 309.31º 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 #C288B9 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 136 | 185 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.24 |
| HSL | 309.31º | 0.32% | 0.65% | - |
| HSV(B) | 309.31º | 0.3% | 0.76% | - |
| XYZ | 39.81 | 32.58 | 50.09 | - |
| YUV | 158.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 136 | 185 | 0 | 0.30 | 0.05 | 0.24 | 309.31 | 0.32 | 0.65 |
| Hex | C2 | 88 | B9 | 0 | 1E | 5 | 18 | 135 | 20 | 41 |
| Octal | 302 | 210 | 271 | 0 | 36 | 5 | 30 | 465 | 40 | 101 |
| Binary | 11000010 | 10001000 | 10111001 | 0 | 11110 | 101 | 11000 | 100110101 | 100000 | 1000001 |
Color Harmonies of #C288B9
Complementary color
Monochromatic Colors of #C288B9
Black with #C288B9
Text Example
Text Example
White with #C288B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C288B9; }
p { color: rgb(194,136,185); }
H1.HeaderClassName
{
color: #C288B9;
}
.AnyTagClassName
{
color: #C288B9;
}
</style>
background-color css
<style>
a { background-color: #C288B9; }
a { background-color: rgb(194,136,185); }
div.DivClassName
{
background-color: #C288B9;
}
.BgClassName
{
background-color: #C288B9;
}
</style>
border-color css
<style>
span { border-color: #C288B9; }
span { border-color: rgb(194,136,185); }
td.TdClassName
{
border-color: #C288B9;
}
.TagClassName
{
border-color: #C288B9;
}
</style>