Shades of London Hue #C07AB2
Tints of London Hue #C07AB2
RGB
CMYK
RGB Variations
Color information
#C07AB2 (or 0xC07AB2) is known color: London Hue. HEX triplet: C0, 7A and B2. RGB value is (192,122,178). Sum of RGB (Red+Green+Blue) = 192+122+178=492 (65% of max value = 765). Red value is 192 (75.39% from 255 or 39.02% from 492); Green value is 122 (48.05% from 255 or 24.80% from 492); Blue value is 178 (69.92% from 255 or 36.18% from 492); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C07AB2 is #3F854D. Grayscale: #959595. Windows color (decimal): -4162894 or 11696832. OLE color: 11696832.
HSL color Cylindrical-coordinate representation of color #C07AB2: hue angle of 312º 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 #C07AB2 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 122 | 178 | - |
CMYK | 0 | 0.36 | 0.07 | 0.25 |
HSL | 312º | 0.36% | 0.62% | - |
HSV(B) | 312º | 0.36% | 0.75% | - |
XYZ | 36.73 | 28.34 | 45.65 | - |
YUV | 149.31 | 144.19 | 158.45 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 122 | 178 | 0 | 0.36 | 0.07 | 0.25 | 312 | 0.36 | 0.62 |
Hex | C0 | 7A | B2 | 0 | 24 | 7 | 19 | 138 | 24 | 3E |
Octal | 300 | 172 | 262 | 0 | 44 | 7 | 31 | 470 | 44 | 76 |
Binary | 11000000 | 1111010 | 10110010 | 0 | 100100 | 111 | 11001 | 100111000 | 100100 | 111110 |
Color Harmonies of #C07AB2
Complementary color
Monochromatic Colors of #C07AB2
Black with #C07AB2
Text Example
Text Example
White with #C07AB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AB2; }
p { color: rgb(192,122,178); }
H1.HeaderClassName
{
color: #C07AB2;
}
.AnyTagClassName
{
color: #C07AB2;
}
</style>
background-color css
<style>
a { background-color: #C07AB2; }
a { background-color: rgb(192,122,178); }
div.DivClassName
{
background-color: #C07AB2;
}
.BgClassName
{
background-color: #C07AB2;
}
</style>
border-color css
<style>
span { border-color: #C07AB2; }
span { border-color: rgb(192,122,178); }
td.TdClassName
{
border-color: #C07AB2;
}
.TagClassName
{
border-color: #C07AB2;
}
</style>