Shades of London Hue #C07AB9
Tints of London Hue #C07AB9
RGB
CMYK
RGB Variations
Color information
#C07AB9 (or 0xC07AB9) is known color: London Hue. HEX triplet: C0, 7A and B9. RGB value is (192,122,185). Sum of RGB (Red+Green+Blue) = 192+122+185=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 122 (48.05% from 255 or 24.45% from 499); Blue value is 185 (72.66% from 255 or 37.07% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB9 is #3F8546. Grayscale: #959595. Windows color (decimal): -4162887 or 12155584. OLE color: 12155584.
HSL color Cylindrical-coordinate representation of color #C07AB9: hue angle of 306º 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 #C07AB9 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 185 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.25 |
| HSL | 306º | 0.36% | 0.62% | - |
| HSV(B) | 306º | 0.36% | 0.75% | - |
| XYZ | 37.45 | 28.63 | 49.45 | - |
| YUV | 150.11 | 147.69 | 157.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 185 | 0 | 0.36 | 0.04 | 0.25 | 306 | 0.36 | 0.62 |
| Hex | C0 | 7A | B9 | 0 | 24 | 4 | 19 | 132 | 24 | 3E |
| Octal | 300 | 172 | 271 | 0 | 44 | 4 | 31 | 462 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10111001 | 0 | 100100 | 100 | 11001 | 100110010 | 100100 | 111110 |
Color Harmonies of #C07AB9
Complementary color
Monochromatic Colors of #C07AB9
Black with #C07AB9
Text Example
Text Example
White with #C07AB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AB9; }
p { color: rgb(192,122,185); }
H1.HeaderClassName
{
color: #C07AB9;
}
.AnyTagClassName
{
color: #C07AB9;
}
</style>
background-color css
<style>
a { background-color: #C07AB9; }
a { background-color: rgb(192,122,185); }
div.DivClassName
{
background-color: #C07AB9;
}
.BgClassName
{
background-color: #C07AB9;
}
</style>
border-color css
<style>
span { border-color: #C07AB9; }
span { border-color: rgb(192,122,185); }
td.TdClassName
{
border-color: #C07AB9;
}
.TagClassName
{
border-color: #C07AB9;
}
</style>