Shades of London Hue #C287B9
Tints of London Hue #C287B9
RGB
CMYK
RGB Variations
Color information
#C287B9 (or 0xC287B9) is known color: London Hue. HEX triplet: C2, 87 and B9. RGB value is (194,135,185). Sum of RGB (Red+Green+Blue) = 194+135+185=514 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.74% from 514); Green value is 135 (53.12% from 255 or 26.26% from 514); Blue value is 185 (72.66% from 255 or 35.99% from 514); Max value from RGB is 194 - color contains mainly: red. Hex color #C287B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C287B9 is #3D7846. Grayscale: #9E9E9E. Windows color (decimal): -4028487 or 12158914. OLE color: 12158914.
HSL color Cylindrical-coordinate representation of color #C287B9: hue angle of 309.15º degrees, saturation: 0.33, 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 #C287B9 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 135 | 185 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.24 |
| HSL | 309.15º | 0.33% | 0.65% | - |
| HSV(B) | 309.15º | 0.3% | 0.76% | - |
| XYZ | 39.67 | 32.3 | 50.04 | - |
| YUV | 158.34 | 143.05 | 153.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 135 | 185 | 0 | 0.30 | 0.05 | 0.24 | 309.15 | 0.33 | 0.65 |
| Hex | C2 | 87 | B9 | 0 | 1E | 5 | 18 | 135 | 21 | 41 |
| Octal | 302 | 207 | 271 | 0 | 36 | 5 | 30 | 465 | 41 | 101 |
| Binary | 11000010 | 10000111 | 10111001 | 0 | 11110 | 101 | 11000 | 100110101 | 100001 | 1000001 |
Color Harmonies of #C287B9
Complementary color
Monochromatic Colors of #C287B9
Black with #C287B9
Text Example
Text Example
White with #C287B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C287B9; }
p { color: rgb(194,135,185); }
H1.HeaderClassName
{
color: #C287B9;
}
.AnyTagClassName
{
color: #C287B9;
}
</style>
background-color css
<style>
a { background-color: #C287B9; }
a { background-color: rgb(194,135,185); }
div.DivClassName
{
background-color: #C287B9;
}
.BgClassName
{
background-color: #C287B9;
}
</style>
border-color css
<style>
span { border-color: #C287B9; }
span { border-color: rgb(194,135,185); }
td.TdClassName
{
border-color: #C287B9;
}
.TagClassName
{
border-color: #C287B9;
}
</style>