Shades of London Hue #C07AB6
Tints of London Hue #C07AB6
RGB
CMYK
RGB Variations
Color information
#C07AB6 (or 0xC07AB6) is known color: London Hue. HEX triplet: C0, 7A and B6. RGB value is (192,122,182). Sum of RGB (Red+Green+Blue) = 192+122+182=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 122 (48.05% from 255 or 24.60% from 496); Blue value is 182 (71.48% from 255 or 36.69% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB6 is #3F8549. Grayscale: #959595. Windows color (decimal): -4162890 or 11958976. OLE color: 11958976.
HSL color Cylindrical-coordinate representation of color #C07AB6: hue angle of 308.57º 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 #C07AB6 is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 182 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.25 |
| HSL | 308.57º | 0.36% | 0.62% | - |
| HSV(B) | 308.57º | 0.36% | 0.75% | - |
| XYZ | 37.14 | 28.5 | 47.8 | - |
| YUV | 149.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 182 | 0 | 0.36 | 0.05 | 0.25 | 308.57 | 0.36 | 0.62 |
| Hex | C0 | 7A | B6 | 0 | 24 | 5 | 19 | 135 | 24 | 3E |
| Octal | 300 | 172 | 266 | 0 | 44 | 5 | 31 | 465 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10110110 | 0 | 100100 | 101 | 11001 | 100110101 | 100100 | 111110 |
Color Harmonies of #C07AB6
Complementary color
Monochromatic Colors of #C07AB6
Black with #C07AB6
Text Example
Text Example
White with #C07AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AB6; }
p { color: rgb(192,122,182); }
H1.HeaderClassName
{
color: #C07AB6;
}
.AnyTagClassName
{
color: #C07AB6;
}
</style>
background-color css
<style>
a { background-color: #C07AB6; }
a { background-color: rgb(192,122,182); }
div.DivClassName
{
background-color: #C07AB6;
}
.BgClassName
{
background-color: #C07AB6;
}
</style>
border-color css
<style>
span { border-color: #C07AB6; }
span { border-color: rgb(192,122,182); }
td.TdClassName
{
border-color: #C07AB6;
}
.TagClassName
{
border-color: #C07AB6;
}
</style>