Shades of London Hue #C07EAF
Tints of London Hue #C07EAF
RGB
CMYK
RGB Variations
Color information
#C07EAF (or 0xC07EAF) is known color: London Hue. HEX triplet: C0, 7E and AF. RGB value is (192,126,175). Sum of RGB (Red+Green+Blue) = 192+126+175=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 126 (49.61% from 255 or 25.56% from 493); Blue value is 175 (68.75% from 255 or 35.50% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EAF is #3F8150. Grayscale: #979797. Windows color (decimal): -4161873 or 11501248. OLE color: 11501248.
HSL color Cylindrical-coordinate representation of color #C07EAF: hue angle of 315.45º degrees, saturation: 0.34, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C07EAF is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 175 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.25 |
| HSL | 315.45º | 0.34% | 0.62% | - |
| HSV(B) | 315.45º | 0.34% | 0.75% | - |
| XYZ | 36.94 | 29.22 | 44.25 | - |
| YUV | 151.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 175 | 0 | 0.34 | 0.09 | 0.25 | 315.45 | 0.34 | 0.62 |
| Hex | C0 | 7E | AF | 0 | 22 | 9 | 19 | 13B | 22 | 3E |
| Octal | 300 | 176 | 257 | 0 | 42 | 11 | 31 | 473 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10101111 | 0 | 100010 | 1001 | 11001 | 100111011 | 100010 | 111110 |
Color Harmonies of #C07EAF
Complementary color
Monochromatic Colors of #C07EAF
Black with #C07EAF
Text Example
Text Example
White with #C07EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EAF; }
p { color: rgb(192,126,175); }
H1.HeaderClassName
{
color: #C07EAF;
}
.AnyTagClassName
{
color: #C07EAF;
}
</style>
background-color css
<style>
a { background-color: #C07EAF; }
a { background-color: rgb(192,126,175); }
div.DivClassName
{
background-color: #C07EAF;
}
.BgClassName
{
background-color: #C07EAF;
}
</style>
border-color css
<style>
span { border-color: #C07EAF; }
span { border-color: rgb(192,126,175); }
td.TdClassName
{
border-color: #C07EAF;
}
.TagClassName
{
border-color: #C07EAF;
}
</style>