Shades of London Hue #C07AB5
Tints of London Hue #C07AB5
RGB
CMYK
RGB Variations
Color information
#C07AB5 (or 0xC07AB5) is known color: London Hue. HEX triplet: C0, 7A and B5. RGB value is (192,122,181). Sum of RGB (Red+Green+Blue) = 192+122+181=495 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.79% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 181 (71.09% from 255 or 36.57% from 495); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB5 is #3F854A. Grayscale: #959595. Windows color (decimal): -4162891 or 11893440. OLE color: 11893440.
HSL color Cylindrical-coordinate representation of color #C07AB5: hue angle of 309.43º 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 #C07AB5 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 181 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.25 |
| HSL | 309.43º | 0.36% | 0.62% | - |
| HSV(B) | 309.43º | 0.36% | 0.75% | - |
| XYZ | 37.04 | 28.46 | 47.26 | - |
| YUV | 149.66 | 145.69 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 181 | 0 | 0.36 | 0.06 | 0.25 | 309.43 | 0.36 | 0.62 |
| Hex | C0 | 7A | B5 | 0 | 24 | 6 | 19 | 135 | 24 | 3E |
| Octal | 300 | 172 | 265 | 0 | 44 | 6 | 31 | 465 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10110101 | 0 | 100100 | 110 | 11001 | 100110101 | 100100 | 111110 |
Color Harmonies of #C07AB5
Complementary color
Monochromatic Colors of #C07AB5
Black with #C07AB5
Text Example
Text Example
White with #C07AB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AB5; }
p { color: rgb(192,122,181); }
H1.HeaderClassName
{
color: #C07AB5;
}
.AnyTagClassName
{
color: #C07AB5;
}
</style>
background-color css
<style>
a { background-color: #C07AB5; }
a { background-color: rgb(192,122,181); }
div.DivClassName
{
background-color: #C07AB5;
}
.BgClassName
{
background-color: #C07AB5;
}
</style>
border-color css
<style>
span { border-color: #C07AB5; }
span { border-color: rgb(192,122,181); }
td.TdClassName
{
border-color: #C07AB5;
}
.TagClassName
{
border-color: #C07AB5;
}
</style>