Shades of London Hue #C77CB9
Tints of London Hue #C77CB9
RGB
CMYK
RGB Variations
Color information
#C77CB9 (or 0xC77CB9) is known color: London Hue. HEX triplet: C7, 7C and B9. RGB value is (199,124,185). Sum of RGB (Red+Green+Blue) = 199+124+185=508 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.17% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 185 (72.66% from 255 or 36.42% from 508); Max value from RGB is 199 - color contains mainly: red. Hex color #C77CB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77CB9 is #388346. Grayscale: #999999. Windows color (decimal): -3703623 or 12156103. OLE color: 12156103.
HSL color Cylindrical-coordinate representation of color #C77CB9: hue angle of 311.2º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C77CB9 is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 124 | 185 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.22 |
| HSL | 311.2º | 0.4% | 0.63% | - |
| HSV(B) | 311.2º | 0.38% | 0.78% | - |
| XYZ | 39.52 | 30.06 | 49.62 | - |
| YUV | 153.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 124 | 185 | 0 | 0.38 | 0.07 | 0.22 | 311.2 | 0.4 | 0.63 |
| Hex | C7 | 7C | B9 | 0 | 26 | 7 | 16 | 137 | 28 | 3F |
| Octal | 307 | 174 | 271 | 0 | 46 | 7 | 26 | 467 | 50 | 77 |
| Binary | 11000111 | 1111100 | 10111001 | 0 | 100110 | 111 | 10110 | 100110111 | 101000 | 111111 |
Color Harmonies of #C77CB9
Complementary color
Monochromatic Colors of #C77CB9
Black with #C77CB9
Text Example
Text Example
White with #C77CB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77CB9; }
p { color: rgb(199,124,185); }
H1.HeaderClassName
{
color: #C77CB9;
}
.AnyTagClassName
{
color: #C77CB9;
}
</style>
background-color css
<style>
a { background-color: #C77CB9; }
a { background-color: rgb(199,124,185); }
div.DivClassName
{
background-color: #C77CB9;
}
.BgClassName
{
background-color: #C77CB9;
}
</style>
border-color css
<style>
span { border-color: #C77CB9; }
span { border-color: rgb(199,124,185); }
td.TdClassName
{
border-color: #C77CB9;
}
.TagClassName
{
border-color: #C77CB9;
}
</style>