Shades of London Hue #C080AC
Tints of London Hue #C080AC
RGB
CMYK
RGB Variations
Color information
#C080AC (or 0xC080AC) is known color: London Hue. HEX triplet: C0, 80 and AC. RGB value is (192,128,172). Sum of RGB (Red+Green+Blue) = 192+128+172=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 128 (50.39% from 255 or 26.02% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AC is #3F7F53. Grayscale: #989898. Windows color (decimal): -4161364 or 11305152. OLE color: 11305152.
HSL color Cylindrical-coordinate representation of color #C080AC: hue angle of 318.75º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080AC is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 172 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.25 |
| HSL | 318.75º | 0.34% | 0.63% | - |
| HSV(B) | 318.75º | 0.33% | 0.75% | - |
| XYZ | 36.9 | 29.62 | 42.8 | - |
| YUV | 152.15 | 139.2 | 156.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 172 | 0 | 0.33 | 0.10 | 0.25 | 318.75 | 0.34 | 0.63 |
| Hex | C0 | 80 | AC | 0 | 21 | A | 19 | 13F | 22 | 3F |
| Octal | 300 | 200 | 254 | 0 | 41 | 12 | 31 | 477 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10101100 | 0 | 100001 | 1010 | 11001 | 100111111 | 100010 | 111111 |
Color Harmonies of #C080AC
Complementary color
Monochromatic Colors of #C080AC
Black with #C080AC
Text Example
Text Example
White with #C080AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080AC; }
p { color: rgb(192,128,172); }
H1.HeaderClassName
{
color: #C080AC;
}
.AnyTagClassName
{
color: #C080AC;
}
</style>
background-color css
<style>
a { background-color: #C080AC; }
a { background-color: rgb(192,128,172); }
div.DivClassName
{
background-color: #C080AC;
}
.BgClassName
{
background-color: #C080AC;
}
</style>
border-color css
<style>
span { border-color: #C080AC; }
span { border-color: rgb(192,128,172); }
td.TdClassName
{
border-color: #C080AC;
}
.TagClassName
{
border-color: #C080AC;
}
</style>