Shades of London Hue #C77FBA
Tints of London Hue #C77FBA
RGB
CMYK
RGB Variations
Color information
#C77FBA (or 0xC77FBA) is known color: London Hue. HEX triplet: C7, 7F and BA. RGB value is (199,127,186). Sum of RGB (Red+Green+Blue) = 199+127+186=512 (67% of max value = 765). Red value is 199 (78.12% from 255 or 38.87% from 512); Green value is 127 (50% from 255 or 24.80% from 512); Blue value is 186 (73.05% from 255 or 36.33% from 512); Max value from RGB is 199 - color contains mainly: red. Hex color #C77FBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77FBA is #388045. Grayscale: #9B9B9B. Windows color (decimal): -3702854 or 12222407. OLE color: 12222407.
HSL color Cylindrical-coordinate representation of color #C77FBA: hue angle of 310.83º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C77FBA is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 127 | 186 | - |
| CMYK | 0 | 0.36 | 0.07 | 0.22 |
| HSL | 310.83º | 0.39% | 0.64% | - |
| HSV(B) | 310.83º | 0.36% | 0.78% | - |
| XYZ | 40.01 | 30.87 | 50.3 | - |
| YUV | 155.25 | 145.35 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 127 | 186 | 0 | 0.36 | 0.07 | 0.22 | 310.83 | 0.39 | 0.64 |
| Hex | C7 | 7F | BA | 0 | 24 | 7 | 16 | 137 | 27 | 40 |
| Octal | 307 | 177 | 272 | 0 | 44 | 7 | 26 | 467 | 47 | 100 |
| Binary | 11000111 | 1111111 | 10111010 | 0 | 100100 | 111 | 10110 | 100110111 | 100111 | 1000000 |
Color Harmonies of #C77FBA
Complementary color
Monochromatic Colors of #C77FBA
Black with #C77FBA
Text Example
Text Example
White with #C77FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77FBA; }
p { color: rgb(199,127,186); }
H1.HeaderClassName
{
color: #C77FBA;
}
.AnyTagClassName
{
color: #C77FBA;
}
</style>
background-color css
<style>
a { background-color: #C77FBA; }
a { background-color: rgb(199,127,186); }
div.DivClassName
{
background-color: #C77FBA;
}
.BgClassName
{
background-color: #C77FBA;
}
</style>
border-color css
<style>
span { border-color: #C77FBA; }
span { border-color: rgb(199,127,186); }
td.TdClassName
{
border-color: #C77FBA;
}
.TagClassName
{
border-color: #C77FBA;
}
</style>