Shades of London Hue #C080AE
Tints of London Hue #C080AE
RGB
CMYK
RGB Variations
Color information
#C080AE (or 0xC080AE) is known color: London Hue. HEX triplet: C0, 80 and AE. RGB value is (192,128,174). Sum of RGB (Red+Green+Blue) = 192+128+174=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 128 (50.39% from 255 or 25.91% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C080AE is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C080AE is #3F7F51. Grayscale: #989898. Windows color (decimal): -4161362 or 11436224. OLE color: 11436224.
HSL color Cylindrical-coordinate representation of color #C080AE: hue angle of 316.88º 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 #C080AE is Cyan = 0, Magento = 0.33, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 174 | - |
| CMYK | 0 | 0.33 | 0.09 | 0.25 |
| HSL | 316.88º | 0.34% | 0.63% | - |
| HSV(B) | 316.88º | 0.33% | 0.75% | - |
| XYZ | 37.1 | 29.7 | 43.82 | - |
| YUV | 152.38 | 140.2 | 156.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 174 | 0 | 0.33 | 0.09 | 0.25 | 316.88 | 0.34 | 0.63 |
| Hex | C0 | 80 | AE | 0 | 21 | 9 | 19 | 13D | 22 | 3F |
| Octal | 300 | 200 | 256 | 0 | 41 | 11 | 31 | 475 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10101110 | 0 | 100001 | 1001 | 11001 | 100111101 | 100010 | 111111 |
Color Harmonies of #C080AE
Complementary color
Monochromatic Colors of #C080AE
Black with #C080AE
Text Example
Text Example
White with #C080AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080AE; }
p { color: rgb(192,128,174); }
H1.HeaderClassName
{
color: #C080AE;
}
.AnyTagClassName
{
color: #C080AE;
}
</style>
background-color css
<style>
a { background-color: #C080AE; }
a { background-color: rgb(192,128,174); }
div.DivClassName
{
background-color: #C080AE;
}
.BgClassName
{
background-color: #C080AE;
}
</style>
border-color css
<style>
span { border-color: #C080AE; }
span { border-color: rgb(192,128,174); }
td.TdClassName
{
border-color: #C080AE;
}
.TagClassName
{
border-color: #C080AE;
}
</style>