Shades of London Hue #C881BC
Tints of London Hue #C881BC
RGB
CMYK
RGB Variations
Color information
#C881BC (or 0xC881BC) is known color: London Hue. HEX triplet: C8, 81 and BC. RGB value is (200,129,188). Sum of RGB (Red+Green+Blue) = 200+129+188=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 129 (50.78% from 255 or 24.95% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BC is #377E43. Grayscale: #9C9C9C. Windows color (decimal): -3636804 or 12353992. OLE color: 12353992.
HSL color Cylindrical-coordinate representation of color #C881BC: hue angle of 310.14º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C881BC is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 188 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.22 |
| HSL | 310.14º | 0.39% | 0.65% | - |
| HSV(B) | 310.14º | 0.36% | 0.78% | - |
| XYZ | 40.75 | 31.61 | 51.53 | - |
| YUV | 156.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 188 | 0 | 0.36 | 0.06 | 0.22 | 310.14 | 0.39 | 0.65 |
| Hex | C8 | 81 | BC | 0 | 24 | 6 | 16 | 136 | 27 | 41 |
| Octal | 310 | 201 | 274 | 0 | 44 | 6 | 26 | 466 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10111100 | 0 | 100100 | 110 | 10110 | 100110110 | 100111 | 1000001 |
Color Harmonies of #C881BC
Complementary color
Monochromatic Colors of #C881BC
Black with #C881BC
Text Example
Text Example
White with #C881BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881BC; }
p { color: rgb(200,129,188); }
H1.HeaderClassName
{
color: #C881BC;
}
.AnyTagClassName
{
color: #C881BC;
}
</style>
background-color css
<style>
a { background-color: #C881BC; }
a { background-color: rgb(200,129,188); }
div.DivClassName
{
background-color: #C881BC;
}
.BgClassName
{
background-color: #C881BC;
}
</style>
border-color css
<style>
span { border-color: #C881BC; }
span { border-color: rgb(200,129,188); }
td.TdClassName
{
border-color: #C881BC;
}
.TagClassName
{
border-color: #C881BC;
}
</style>