Shades of London Hue #C07FAE
Tints of London Hue #C07FAE
RGB
CMYK
RGB Variations
Color information
#C07FAE (or 0xC07FAE) is known color: London Hue. HEX triplet: C0, 7F and AE. RGB value is (192,127,174). Sum of RGB (Red+Green+Blue) = 192+127+174=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C07FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07FAE is #3F8051. Grayscale: #979797. Windows color (decimal): -4161618 or 11435968. OLE color: 11435968.
HSL color Cylindrical-coordinate representation of color #C07FAE: hue angle of 316.62º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07FAE is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 127 | 174 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.25 |
| HSL | 316.62º | 0.34% | 0.63% | - |
| HSV(B) | 316.62º | 0.34% | 0.75% | - |
| XYZ | 36.97 | 29.44 | 43.78 | - |
| YUV | 151.79 | 140.53 | 156.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 127 | 174 | 0 | 0.34 | 0.09 | 0.25 | 316.62 | 0.34 | 0.63 |
| Hex | C0 | 7F | AE | 0 | 22 | 9 | 19 | 13D | 22 | 3F |
| Octal | 300 | 177 | 256 | 0 | 42 | 11 | 31 | 475 | 42 | 77 |
| Binary | 11000000 | 1111111 | 10101110 | 0 | 100010 | 1001 | 11001 | 100111101 | 100010 | 111111 |
Color Harmonies of #C07FAE
Complementary color
Monochromatic Colors of #C07FAE
Black with #C07FAE
Text Example
Text Example
White with #C07FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07FAE; }
p { color: rgb(192,127,174); }
H1.HeaderClassName
{
color: #C07FAE;
}
.AnyTagClassName
{
color: #C07FAE;
}
</style>
background-color css
<style>
a { background-color: #C07FAE; }
a { background-color: rgb(192,127,174); }
div.DivClassName
{
background-color: #C07FAE;
}
.BgClassName
{
background-color: #C07FAE;
}
</style>
border-color css
<style>
span { border-color: #C07FAE; }
span { border-color: rgb(192,127,174); }
td.TdClassName
{
border-color: #C07FAE;
}
.TagClassName
{
border-color: #C07FAE;
}
</style>