Shades of London Hue #C884BC
Tints of London Hue #C884BC
RGB
CMYK
RGB Variations
Color information
#C884BC (or 0xC884BC) is known color: London Hue. HEX triplet: C8, 84 and BC. RGB value is (200,132,188). Sum of RGB (Red+Green+Blue) = 200+132+188=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 132 (51.95% from 255 or 25.38% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C884BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C884BC is #377B43. Grayscale: #9E9E9E. Windows color (decimal): -3636036 or 12354760. OLE color: 12354760.
HSL color Cylindrical-coordinate representation of color #C884BC: hue angle of 310.59º degrees, saturation: 0.38, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C884BC is Cyan = 0, Magento = 0.34, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 132 | 188 | - |
| CMYK | 0 | 0.34 | 0.06 | 0.22 |
| HSL | 310.59º | 0.38% | 0.65% | - |
| HSV(B) | 310.59º | 0.34% | 0.78% | - |
| XYZ | 41.15 | 32.41 | 51.66 | - |
| YUV | 158.72 | 144.53 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 132 | 188 | 0 | 0.34 | 0.06 | 0.22 | 310.59 | 0.38 | 0.65 |
| Hex | C8 | 84 | BC | 0 | 22 | 6 | 16 | 137 | 26 | 41 |
| Octal | 310 | 204 | 274 | 0 | 42 | 6 | 26 | 467 | 46 | 101 |
| Binary | 11001000 | 10000100 | 10111100 | 0 | 100010 | 110 | 10110 | 100110111 | 100110 | 1000001 |
Color Harmonies of #C884BC
Complementary color
Monochromatic Colors of #C884BC
Black with #C884BC
Text Example
Text Example
White with #C884BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C884BC; }
p { color: rgb(200,132,188); }
H1.HeaderClassName
{
color: #C884BC;
}
.AnyTagClassName
{
color: #C884BC;
}
</style>
background-color css
<style>
a { background-color: #C884BC; }
a { background-color: rgb(200,132,188); }
div.DivClassName
{
background-color: #C884BC;
}
.BgClassName
{
background-color: #C884BC;
}
</style>
border-color css
<style>
span { border-color: #C884BC; }
span { border-color: rgb(200,132,188); }
td.TdClassName
{
border-color: #C884BC;
}
.TagClassName
{
border-color: #C884BC;
}
</style>