Shades of London Hue #C77BB6
Tints of London Hue #C77BB6
RGB
CMYK
RGB Variations
Color information
#C77BB6 (or 0xC77BB6) is known color: London Hue. HEX triplet: C7, 7B and B6. RGB value is (199,123,182). Sum of RGB (Red+Green+Blue) = 199+123+182=504 (66% of max value = 765). Red value is 199 (78.12% from 255 or 39.48% from 504); Green value is 123 (48.44% from 255 or 24.40% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 199 - color contains mainly: red. Hex color #C77BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C77BB6 is #388449. Grayscale: #989898. Windows color (decimal): -3703882 or 11959239. OLE color: 11959239.
HSL color Cylindrical-coordinate representation of color #C77BB6: hue angle of 313.42º 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 #C77BB6 is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 123 | 182 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.22 |
| HSL | 313.42º | 0.4% | 0.63% | - |
| HSV(B) | 313.42º | 0.38% | 0.78% | - |
| XYZ | 39.08 | 29.69 | 47.93 | - |
| YUV | 152.45 | 144.68 | 161.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 123 | 182 | 0 | 0.38 | 0.09 | 0.22 | 313.42 | 0.4 | 0.63 |
| Hex | C7 | 7B | B6 | 0 | 26 | 9 | 16 | 139 | 28 | 3F |
| Octal | 307 | 173 | 266 | 0 | 46 | 11 | 26 | 471 | 50 | 77 |
| Binary | 11000111 | 1111011 | 10110110 | 0 | 100110 | 1001 | 10110 | 100111001 | 101000 | 111111 |
Color Harmonies of #C77BB6
Complementary color
Monochromatic Colors of #C77BB6
Black with #C77BB6
Text Example
Text Example
White with #C77BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C77BB6; }
p { color: rgb(199,123,182); }
H1.HeaderClassName
{
color: #C77BB6;
}
.AnyTagClassName
{
color: #C77BB6;
}
</style>
background-color css
<style>
a { background-color: #C77BB6; }
a { background-color: rgb(199,123,182); }
div.DivClassName
{
background-color: #C77BB6;
}
.BgClassName
{
background-color: #C77BB6;
}
</style>
border-color css
<style>
span { border-color: #C77BB6; }
span { border-color: rgb(199,123,182); }
td.TdClassName
{
border-color: #C77BB6;
}
.TagClassName
{
border-color: #C77BB6;
}
</style>