Shades of London Hue #C882BC
Tints of London Hue #C882BC
RGB
CMYK
RGB Variations
Color information
#C882BC (or 0xC882BC) is known color: London Hue. HEX triplet: C8, 82 and BC. RGB value is (200,130,188). Sum of RGB (Red+Green+Blue) = 200+130+188=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 130 (51.17% from 255 or 25.10% from 518); Blue value is 188 (73.83% from 255 or 36.29% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C882BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882BC is #377D43. Grayscale: #9D9D9D. Windows color (decimal): -3636548 or 12354248. OLE color: 12354248.
HSL color Cylindrical-coordinate representation of color #C882BC: hue angle of 310.29º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882BC is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 188 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.22 |
| HSL | 310.29º | 0.39% | 0.65% | - |
| HSV(B) | 310.29º | 0.35% | 0.78% | - |
| XYZ | 40.88 | 31.88 | 51.57 | - |
| YUV | 157.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 188 | 0 | 0.35 | 0.06 | 0.22 | 310.29 | 0.39 | 0.65 |
| Hex | C8 | 82 | BC | 0 | 23 | 6 | 16 | 136 | 27 | 41 |
| Octal | 310 | 202 | 274 | 0 | 43 | 6 | 26 | 466 | 47 | 101 |
| Binary | 11001000 | 10000010 | 10111100 | 0 | 100011 | 110 | 10110 | 100110110 | 100111 | 1000001 |
Color Harmonies of #C882BC
Complementary color
Monochromatic Colors of #C882BC
Black with #C882BC
Text Example
Text Example
White with #C882BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882BC; }
p { color: rgb(200,130,188); }
H1.HeaderClassName
{
color: #C882BC;
}
.AnyTagClassName
{
color: #C882BC;
}
</style>
background-color css
<style>
a { background-color: #C882BC; }
a { background-color: rgb(200,130,188); }
div.DivClassName
{
background-color: #C882BC;
}
.BgClassName
{
background-color: #C882BC;
}
</style>
border-color css
<style>
span { border-color: #C882BC; }
span { border-color: rgb(200,130,188); }
td.TdClassName
{
border-color: #C882BC;
}
.TagClassName
{
border-color: #C882BC;
}
</style>