Shades of London Hue #C07AB4
Tints of London Hue #C07AB4
RGB
CMYK
RGB Variations
Color information
#C07AB4 (or 0xC07AB4) is known color: London Hue. HEX triplet: C0, 7A and B4. RGB value is (192,122,180). Sum of RGB (Red+Green+Blue) = 192+122+180=494 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.87% from 494); Green value is 122 (48.05% from 255 or 24.70% from 494); Blue value is 180 (70.70% from 255 or 36.44% from 494); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB4 is #3F854B. Grayscale: #959595. Windows color (decimal): -4162892 or 11827904. OLE color: 11827904.
HSL color Cylindrical-coordinate representation of color #C07AB4: hue angle of 310.29º 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 #C07AB4 is Cyan = 0, Magento = 0.36, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 122 | 180 | - |
| CMYK | 0 | 0.36 | 0.06 | 0.25 |
| HSL | 310.29º | 0.36% | 0.62% | - |
| HSV(B) | 310.29º | 0.36% | 0.75% | - |
| XYZ | 36.94 | 28.42 | 46.72 | - |
| YUV | 149.54 | 145.19 | 158.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 122 | 180 | 0 | 0.36 | 0.06 | 0.25 | 310.29 | 0.36 | 0.62 |
| Hex | C0 | 7A | B4 | 0 | 24 | 6 | 19 | 136 | 24 | 3E |
| Octal | 300 | 172 | 264 | 0 | 44 | 6 | 31 | 466 | 44 | 76 |
| Binary | 11000000 | 1111010 | 10110100 | 0 | 100100 | 110 | 11001 | 100110110 | 100100 | 111110 |
Color Harmonies of #C07AB4
Complementary color
Monochromatic Colors of #C07AB4
Black with #C07AB4
Text Example
Text Example
White with #C07AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AB4; }
p { color: rgb(192,122,180); }
H1.HeaderClassName
{
color: #C07AB4;
}
.AnyTagClassName
{
color: #C07AB4;
}
</style>
background-color css
<style>
a { background-color: #C07AB4; }
a { background-color: rgb(192,122,180); }
div.DivClassName
{
background-color: #C07AB4;
}
.BgClassName
{
background-color: #C07AB4;
}
</style>
border-color css
<style>
span { border-color: #C07AB4; }
span { border-color: rgb(192,122,180); }
td.TdClassName
{
border-color: #C07AB4;
}
.TagClassName
{
border-color: #C07AB4;
}
</style>