Shades of London Hue #C881BA
Tints of London Hue #C881BA
RGB
CMYK
RGB Variations
Color information
#C881BA (or 0xC881BA) is known color: London Hue. HEX triplet: C8, 81 and BA. RGB value is (200,129,186). Sum of RGB (Red+Green+Blue) = 200+129+186=515 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.83% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 200 - color contains mainly: red. Hex color #C881BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C881BA is #377E45. Grayscale: #9C9C9C. Windows color (decimal): -3636806 or 12222920. OLE color: 12222920.
HSL color Cylindrical-coordinate representation of color #C881BA: hue angle of 311.83º 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 #C881BA is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 129 | 186 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.22 |
| HSL | 311.83º | 0.39% | 0.65% | - |
| HSV(B) | 311.83º | 0.36% | 0.78% | - |
| XYZ | 40.53 | 31.53 | 50.4 | - |
| YUV | 156.73 | 144.52 | 158.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 129 | 186 | 0 | 0.36 | 0.07 | 0.22 | 311.83 | 0.39 | 0.65 |
| Hex | C8 | 81 | BA | 0 | 24 | 7 | 16 | 138 | 27 | 41 |
| Octal | 310 | 201 | 272 | 0 | 44 | 7 | 26 | 470 | 47 | 101 |
| Binary | 11001000 | 10000001 | 10111010 | 0 | 100100 | 111 | 10110 | 100111000 | 100111 | 1000001 |
Color Harmonies of #C881BA
Complementary color
Monochromatic Colors of #C881BA
Black with #C881BA
Text Example
Text Example
White with #C881BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C881BA; }
p { color: rgb(200,129,186); }
H1.HeaderClassName
{
color: #C881BA;
}
.AnyTagClassName
{
color: #C881BA;
}
</style>
background-color css
<style>
a { background-color: #C881BA; }
a { background-color: rgb(200,129,186); }
div.DivClassName
{
background-color: #C881BA;
}
.BgClassName
{
background-color: #C881BA;
}
</style>
border-color css
<style>
span { border-color: #C881BA; }
span { border-color: rgb(200,129,186); }
td.TdClassName
{
border-color: #C881BA;
}
.TagClassName
{
border-color: #C881BA;
}
</style>