Shades of London Hue #C77AB6
Tints of London Hue #C77AB6
RGB
CMYK
RGB Variations
Color information
#C77AB6 (or 0xC77AB6) is known color: London Hue. HEX triplet: C7, 7A and B6. RGB value is (199,122,182). Sum of RGB (Red+Green+Blue) = 199+122+182=503 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.56% from 503); Green value is 122 (48.05% from 255 or 24.25% from 503); Blue value is 182 (71.48% from 255 or 36.18% from 503); Max value from RGB is 199 - color contains mainly: red. Hex color #C77AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77AB6 is #388549. Grayscale: #979797. Windows color (decimal): -3704138 or 11958983. OLE color: 11958983.
HSL color Cylindrical-coordinate representation of color #C77AB6: hue angle of 313.25º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C77AB6 is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 122 | 182 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.22 |
| HSL | 313.25º | 0.41% | 0.63% | - |
| HSV(B) | 313.25º | 0.39% | 0.78% | - |
| XYZ | 38.96 | 29.44 | 47.88 | - |
| YUV | 151.86 | 145.01 | 161.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 122 | 182 | 0 | 0.39 | 0.09 | 0.22 | 313.25 | 0.41 | 0.63 |
| Hex | C7 | 7A | B6 | 0 | 27 | 9 | 16 | 139 | 29 | 3F |
| Octal | 307 | 172 | 266 | 0 | 47 | 11 | 26 | 471 | 51 | 77 |
| Binary | 11000111 | 1111010 | 10110110 | 0 | 100111 | 1001 | 10110 | 100111001 | 101001 | 111111 |
Color Harmonies of #C77AB6
Complementary color
Monochromatic Colors of #C77AB6
Black with #C77AB6
Text Example
Text Example
White with #C77AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77AB6; }
p { color: rgb(199,122,182); }
H1.HeaderClassName
{
color: #C77AB6;
}
.AnyTagClassName
{
color: #C77AB6;
}
</style>
background-color css
<style>
a { background-color: #C77AB6; }
a { background-color: rgb(199,122,182); }
div.DivClassName
{
background-color: #C77AB6;
}
.BgClassName
{
background-color: #C77AB6;
}
</style>
border-color css
<style>
span { border-color: #C77AB6; }
span { border-color: rgb(199,122,182); }
td.TdClassName
{
border-color: #C77AB6;
}
.TagClassName
{
border-color: #C77AB6;
}
</style>