Shades of London Hue #C57EBB
Tints of London Hue #C57EBB
RGB
CMYK
RGB Variations
Color information
#C57EBB (or 0xC57EBB) is known color: London Hue. HEX triplet: C5, 7E and BB. RGB value is (197,126,187). Sum of RGB (Red+Green+Blue) = 197+126+187=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 126 (49.61% from 255 or 24.71% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C57EBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57EBB is #3A8144. Grayscale: #9A9A9A. Windows color (decimal): -3834181 or 12287685. OLE color: 12287685.
HSL color Cylindrical-coordinate representation of color #C57EBB: hue angle of 308.45º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57EBB is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 126 | 187 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.23 |
| HSL | 308.45º | 0.38% | 0.63% | - |
| HSV(B) | 308.45º | 0.36% | 0.77% | - |
| XYZ | 39.46 | 30.38 | 50.8 | - |
| YUV | 154.18 | 146.52 | 158.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 126 | 187 | 0 | 0.36 | 0.05 | 0.23 | 308.45 | 0.38 | 0.63 |
| Hex | C5 | 7E | BB | 0 | 24 | 5 | 17 | 134 | 26 | 3F |
| Octal | 305 | 176 | 273 | 0 | 44 | 5 | 27 | 464 | 46 | 77 |
| Binary | 11000101 | 1111110 | 10111011 | 0 | 100100 | 101 | 10111 | 100110100 | 100110 | 111111 |
Color Harmonies of #C57EBB
Complementary color
Monochromatic Colors of #C57EBB
Black with #C57EBB
Text Example
Text Example
White with #C57EBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57EBB; }
p { color: rgb(197,126,187); }
H1.HeaderClassName
{
color: #C57EBB;
}
.AnyTagClassName
{
color: #C57EBB;
}
</style>
background-color css
<style>
a { background-color: #C57EBB; }
a { background-color: rgb(197,126,187); }
div.DivClassName
{
background-color: #C57EBB;
}
.BgClassName
{
background-color: #C57EBB;
}
</style>
border-color css
<style>
span { border-color: #C57EBB; }
span { border-color: rgb(197,126,187); }
td.TdClassName
{
border-color: #C57EBB;
}
.TagClassName
{
border-color: #C57EBB;
}
</style>