Shades of London Hue #C077AF
Tints of London Hue #C077AF
RGB
CMYK
RGB Variations
Color information
#C077AF (or 0xC077AF) is known color: London Hue. HEX triplet: C0, 77 and AF. RGB value is (192,119,175). Sum of RGB (Red+Green+Blue) = 192+119+175=486 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.51% from 486); Green value is 119 (46.88% from 255 or 24.49% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 192 - color contains mainly: red. Hex color #C077AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C077AF is #3F8850. Grayscale: #939393. Windows color (decimal): -4163665 or 11499456. OLE color: 11499456.
HSL color Cylindrical-coordinate representation of color #C077AF: hue angle of 313.97º degrees, saturation: 0.37, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C077AF is Cyan = 0, Magento = 0.38, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 119 | 175 | - |
| CMYK | 0 | 0.38 | 0.09 | 0.25 |
| HSL | 313.97º | 0.37% | 0.61% | - |
| HSV(B) | 313.97º | 0.38% | 0.75% | - |
| XYZ | 36.07 | 27.5 | 43.96 | - |
| YUV | 147.21 | 143.68 | 159.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 119 | 175 | 0 | 0.38 | 0.09 | 0.25 | 313.97 | 0.37 | 0.61 |
| Hex | C0 | 77 | AF | 0 | 26 | 9 | 19 | 13A | 25 | 3D |
| Octal | 300 | 167 | 257 | 0 | 46 | 11 | 31 | 472 | 45 | 75 |
| Binary | 11000000 | 1110111 | 10101111 | 0 | 100110 | 1001 | 11001 | 100111010 | 100101 | 111101 |
Color Harmonies of #C077AF
Complementary color
Monochromatic Colors of #C077AF
Black with #C077AF
Text Example
Text Example
White with #C077AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C077AF; }
p { color: rgb(192,119,175); }
H1.HeaderClassName
{
color: #C077AF;
}
.AnyTagClassName
{
color: #C077AF;
}
</style>
background-color css
<style>
a { background-color: #C077AF; }
a { background-color: rgb(192,119,175); }
div.DivClassName
{
background-color: #C077AF;
}
.BgClassName
{
background-color: #C077AF;
}
</style>
border-color css
<style>
span { border-color: #C077AF; }
span { border-color: rgb(192,119,175); }
td.TdClassName
{
border-color: #C077AF;
}
.TagClassName
{
border-color: #C077AF;
}
</style>