Shades of London Hue #C07AB3
Tints of London Hue #C07AB3
RGB
CMYK
RGB Variations
Color information
#C07AB3 (or 0xC07AB3) is known color: London Hue. HEX triplet: C0, 7A and B3. RGB value is (192,122,179). Sum of RGB (Red+Green+Blue) = 192+122+179=493 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.95% from 493); Green value is 122 (48.05% from 255 or 24.75% from 493); Blue value is 179 (70.31% from 255 or 36.31% from 493); Max value from RGB is 192 - color contains mainly: red. Hex color #C07AB3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C07AB3 is #3F854C. Grayscale: #959595. Windows color (decimal): -4162893 or 11762368. OLE color: 11762368.
HSL color Cylindrical-coordinate representation of color #C07AB3: hue angle of 311.14º 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 #C07AB3 is Cyan = 0, Magento = 0.36, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
RGB | 192 | 122 | 179 | - |
CMYK | 0 | 0.36 | 0.07 | 0.25 |
HSL | 311.14º | 0.36% | 0.62% | - |
HSV(B) | 311.14º | 0.36% | 0.75% | - |
XYZ | 36.83 | 28.38 | 46.18 | - |
YUV | 149.43 | 144.69 | 158.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 192 | 122 | 179 | 0 | 0.36 | 0.07 | 0.25 | 311.14 | 0.36 | 0.62 |
Hex | C0 | 7A | B3 | 0 | 24 | 7 | 19 | 137 | 24 | 3E |
Octal | 300 | 172 | 263 | 0 | 44 | 7 | 31 | 467 | 44 | 76 |
Binary | 11000000 | 1111010 | 10110011 | 0 | 100100 | 111 | 11001 | 100110111 | 100100 | 111110 |
Color Harmonies of #C07AB3
Complementary color
Monochromatic Colors of #C07AB3
Black with #C07AB3
Text Example
Text Example
White with #C07AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07AB3; }
p { color: rgb(192,122,179); }
H1.HeaderClassName
{
color: #C07AB3;
}
.AnyTagClassName
{
color: #C07AB3;
}
</style>
background-color css
<style>
a { background-color: #C07AB3; }
a { background-color: rgb(192,122,179); }
div.DivClassName
{
background-color: #C07AB3;
}
.BgClassName
{
background-color: #C07AB3;
}
</style>
border-color css
<style>
span { border-color: #C07AB3; }
span { border-color: rgb(192,122,179); }
td.TdClassName
{
border-color: #C07AB3;
}
.TagClassName
{
border-color: #C07AB3;
}
</style>