Shades of London Hue #C781BA
Tints of London Hue #C781BA
RGB
CMYK
RGB Variations
Color information
#C781BA (or 0xC781BA) is known color: London Hue. HEX triplet: C7, 81 and BA. RGB value is (199,129,186). Sum of RGB (Red+Green+Blue) = 199+129+186=514 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.72% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 199 - color contains mainly: red. Hex color #C781BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781BA is #387E45. Grayscale: #9C9C9C. Windows color (decimal): -3702342 or 12222919. OLE color: 12222919.
HSL color Cylindrical-coordinate representation of color #C781BA: hue angle of 311.14º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C781BA is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 186 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.22 |
| HSL | 311.14º | 0.38% | 0.64% | - |
| HSV(B) | 311.14º | 0.35% | 0.78% | - |
| XYZ | 40.27 | 31.39 | 50.39 | - |
| YUV | 156.43 | 144.69 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 186 | 0 | 0.35 | 0.07 | 0.22 | 311.14 | 0.38 | 0.64 |
| Hex | C7 | 81 | BA | 0 | 23 | 7 | 16 | 137 | 26 | 40 |
| Octal | 307 | 201 | 272 | 0 | 43 | 7 | 26 | 467 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10111010 | 0 | 100011 | 111 | 10110 | 100110111 | 100110 | 1000000 |
Color Harmonies of #C781BA
Complementary color
Monochromatic Colors of #C781BA
Black with #C781BA
Text Example
Text Example
White with #C781BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781BA; }
p { color: rgb(199,129,186); }
H1.HeaderClassName
{
color: #C781BA;
}
.AnyTagClassName
{
color: #C781BA;
}
</style>
background-color css
<style>
a { background-color: #C781BA; }
a { background-color: rgb(199,129,186); }
div.DivClassName
{
background-color: #C781BA;
}
.BgClassName
{
background-color: #C781BA;
}
</style>
border-color css
<style>
span { border-color: #C781BA; }
span { border-color: rgb(199,129,186); }
td.TdClassName
{
border-color: #C781BA;
}
.TagClassName
{
border-color: #C781BA;
}
</style>