Shades of London Hue #C07EB2
Tints of London Hue #C07EB2
RGB
CMYK
RGB Variations
Color information
#C07EB2 (or 0xC07EB2) is known color: London Hue. HEX triplet: C0, 7E and B2. RGB value is (192,126,178). Sum of RGB (Red+Green+Blue) = 192+126+178=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 126 (49.61% from 255 or 25.40% from 496); Blue value is 178 (69.92% from 255 or 35.89% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C07EB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07EB2 is #3F814D. Grayscale: #979797. Windows color (decimal): -4161870 or 11697856. OLE color: 11697856.
HSL color Cylindrical-coordinate representation of color #C07EB2: hue angle of 312.73º 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 #C07EB2 is Cyan = 0, Magento = 0.34, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 126 | 178 | - |
| CMYK | 0 | 0.34 | 0.07 | 0.25 |
| HSL | 312.73º | 0.34% | 0.62% | - |
| HSV(B) | 312.73º | 0.34% | 0.75% | - |
| XYZ | 37.23 | 29.34 | 45.82 | - |
| YUV | 151.66 | 142.87 | 156.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 126 | 178 | 0 | 0.34 | 0.07 | 0.25 | 312.73 | 0.34 | 0.62 |
| Hex | C0 | 7E | B2 | 0 | 22 | 7 | 19 | 139 | 22 | 3E |
| Octal | 300 | 176 | 262 | 0 | 42 | 7 | 31 | 471 | 42 | 76 |
| Binary | 11000000 | 1111110 | 10110010 | 0 | 100010 | 111 | 11001 | 100111001 | 100010 | 111110 |
Color Harmonies of #C07EB2
Complementary color
Monochromatic Colors of #C07EB2
Black with #C07EB2
Text Example
Text Example
White with #C07EB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07EB2; }
p { color: rgb(192,126,178); }
H1.HeaderClassName
{
color: #C07EB2;
}
.AnyTagClassName
{
color: #C07EB2;
}
</style>
background-color css
<style>
a { background-color: #C07EB2; }
a { background-color: rgb(192,126,178); }
div.DivClassName
{
background-color: #C07EB2;
}
.BgClassName
{
background-color: #C07EB2;
}
</style>
border-color css
<style>
span { border-color: #C07EB2; }
span { border-color: rgb(192,126,178); }
td.TdClassName
{
border-color: #C07EB2;
}
.TagClassName
{
border-color: #C07EB2;
}
</style>