Shades of London Hue #C781B9
Tints of London Hue #C781B9
RGB
CMYK
RGB Variations
Color information
#C781B9 (or 0xC781B9) is known color: London Hue. HEX triplet: C7, 81 and B9. RGB value is (199,129,185). Sum of RGB (Red+Green+Blue) = 199+129+185=513 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.79% from 513); Green value is 129 (50.78% from 255 or 25.15% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 199 - color contains mainly: red. Hex color #C781B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C781B9 is #387E46. Grayscale: #9C9C9C. Windows color (decimal): -3702343 or 12157383. OLE color: 12157383.
HSL color Cylindrical-coordinate representation of color #C781B9: hue angle of 312º 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 #C781B9 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 129 | 185 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.22 |
| HSL | 312º | 0.38% | 0.64% | - |
| HSV(B) | 312º | 0.35% | 0.78% | - |
| XYZ | 40.16 | 31.35 | 49.83 | - |
| YUV | 156.31 | 144.19 | 158.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 129 | 185 | 0 | 0.35 | 0.07 | 0.22 | 312 | 0.38 | 0.64 |
| Hex | C7 | 81 | B9 | 0 | 23 | 7 | 16 | 138 | 26 | 40 |
| Octal | 307 | 201 | 271 | 0 | 43 | 7 | 26 | 470 | 46 | 100 |
| Binary | 11000111 | 10000001 | 10111001 | 0 | 100011 | 111 | 10110 | 100111000 | 100110 | 1000000 |
Color Harmonies of #C781B9
Complementary color
Monochromatic Colors of #C781B9
Black with #C781B9
Text Example
Text Example
White with #C781B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C781B9; }
p { color: rgb(199,129,185); }
H1.HeaderClassName
{
color: #C781B9;
}
.AnyTagClassName
{
color: #C781B9;
}
</style>
background-color css
<style>
a { background-color: #C781B9; }
a { background-color: rgb(199,129,185); }
div.DivClassName
{
background-color: #C781B9;
}
.BgClassName
{
background-color: #C781B9;
}
</style>
border-color css
<style>
span { border-color: #C781B9; }
span { border-color: rgb(199,129,185); }
td.TdClassName
{
border-color: #C781B9;
}
.TagClassName
{
border-color: #C781B9;
}
</style>