Shades of London Hue #C57AB0
Tints of London Hue #C57AB0
RGB
CMYK
RGB Variations
Color information
#C57AB0 (or 0xC57AB0) is known color: London Hue. HEX triplet: C5, 7A and B0. RGB value is (197,122,176). Sum of RGB (Red+Green+Blue) = 197+122+176=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 122 (48.05% from 255 or 24.65% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C57AB0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57AB0 is #3A854F. Grayscale: #969696. Windows color (decimal): -3835216 or 11565765. OLE color: 11565765.
HSL color Cylindrical-coordinate representation of color #C57AB0: hue angle of 316.8º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C57AB0 is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 122 | 176 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.23 |
| HSL | 316.8º | 0.39% | 0.63% | - |
| HSV(B) | 316.8º | 0.38% | 0.77% | - |
| XYZ | 37.82 | 28.92 | 44.66 | - |
| YUV | 150.58 | 142.35 | 161.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 122 | 176 | 0 | 0.38 | 0.11 | 0.23 | 316.8 | 0.39 | 0.63 |
| Hex | C5 | 7A | B0 | 0 | 26 | B | 17 | 13D | 27 | 3F |
| Octal | 305 | 172 | 260 | 0 | 46 | 13 | 27 | 475 | 47 | 77 |
| Binary | 11000101 | 1111010 | 10110000 | 0 | 100110 | 1011 | 10111 | 100111101 | 100111 | 111111 |
Color Harmonies of #C57AB0
Complementary color
Monochromatic Colors of #C57AB0
Black with #C57AB0
Text Example
Text Example
White with #C57AB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57AB0; }
p { color: rgb(197,122,176); }
H1.HeaderClassName
{
color: #C57AB0;
}
.AnyTagClassName
{
color: #C57AB0;
}
</style>
background-color css
<style>
a { background-color: #C57AB0; }
a { background-color: rgb(197,122,176); }
div.DivClassName
{
background-color: #C57AB0;
}
.BgClassName
{
background-color: #C57AB0;
}
</style>
border-color css
<style>
span { border-color: #C57AB0; }
span { border-color: rgb(197,122,176); }
td.TdClassName
{
border-color: #C57AB0;
}
.TagClassName
{
border-color: #C57AB0;
}
</style>