Shades of London Hue #C07AB1
Tints of London Hue #C07AB1
RGB
CMYK
RGB Variations
Color information
#C07AB1 (or 0xC07AB1) is known color: London Hue. HEX triplet: C0, 7A and B1. RGB value is (192,122,177). Sum of RGB (Red+Green+Blue) = 192+122+177=491 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.10% from 491); Green value is 122 (48.05% from 255 or 24.85% from 491); Blue value is 177 (69.53% from 255 or 36.05% from 491); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AB1 is #3F854E. Grayscale: #959595. Windows color (decimal): -4162895 or 11631296. OLE color: 11631296.
HSL color Cylindrical-coordinate representation of color #C07AB1: hue angle of 312.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C07AB1 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 177 | - |
| CMYK | 0 | 0.36 | 0.08 | 0.25 |
| HSL | 312.86º | 0.36% | 0.62% | - |
| HSV(B) | 312.86º | 0.36% | 0.75% | - |
| XYZ | 36.63 | 28.3 | 45.13 | - |
| YUV | 149.2 | 143.69 | 158.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 177 | 0 | 0.36 | 0.08 | 0.25 | 312.86 | 0.36 | 0.62 |
| Hex | C0 | 7A | B1 | 0 | 24 | 8 | 19 | 139 | 24 | 3E |
| Octal | 300 | 172 | 261 | 0 | 44 | 10 | 31 | 471 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10110001 | 0 | 100100 | 1000 | 11001 | 100111001 | 100100 | 111110 |
Color Harmonies of #C07AB1
Complementary color
Monochromatic Colors of #C07AB1
Black with #C07AB1
Text Example
Text Example
White with #C07AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AB1; }
p { color: rgb(192,122,177); }
H1.HeaderClassName
{
color: #C07AB1;
}
.AnyTagClassName
{
color: #C07AB1;
}
</style>
background-color css
<style>
a { background-color: #C07AB1; }
a { background-color: rgb(192,122,177); }
div.DivClassName
{
background-color: #C07AB1;
}
.BgClassName
{
background-color: #C07AB1;
}
</style>
border-color css
<style>
span { border-color: #C07AB1; }
span { border-color: rgb(192,122,177); }
td.TdClassName
{
border-color: #C07AB1;
}
.TagClassName
{
border-color: #C07AB1;
}
</style>