Shades of London Hue #C57BBA
Tints of London Hue #C57BBA
RGB
CMYK
RGB Variations
Color information
#C57BBA (or 0xC57BBA) is known color: London Hue. HEX triplet: C5, 7B and BA. RGB value is (197,123,186). Sum of RGB (Red+Green+Blue) = 197+123+186=506 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.93% from 506); Green value is 123 (48.44% from 255 or 24.31% from 506); Blue value is 186 (73.05% from 255 or 36.76% from 506); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BBA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57BBA is #3A8445. Grayscale: #989898. Windows color (decimal): -3834950 or 12221381. OLE color: 12221381.
HSL color Cylindrical-coordinate representation of color #C57BBA: hue angle of 308.92º 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 #C57BBA is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 186 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.23 |
| HSL | 308.92º | 0.39% | 0.63% | - |
| HSV(B) | 308.92º | 0.38% | 0.77% | - |
| XYZ | 38.97 | 29.58 | 50.11 | - |
| YUV | 152.31 | 147.02 | 159.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 186 | 0 | 0.38 | 0.06 | 0.23 | 308.92 | 0.39 | 0.63 |
| Hex | C5 | 7B | BA | 0 | 26 | 6 | 17 | 135 | 27 | 3F |
| Octal | 305 | 173 | 272 | 0 | 46 | 6 | 27 | 465 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10111010 | 0 | 100110 | 110 | 10111 | 100110101 | 100111 | 111111 |
Color Harmonies of #C57BBA
Complementary color
Monochromatic Colors of #C57BBA
Black with #C57BBA
Text Example
Text Example
White with #C57BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BBA; }
p { color: rgb(197,123,186); }
H1.HeaderClassName
{
color: #C57BBA;
}
.AnyTagClassName
{
color: #C57BBA;
}
</style>
background-color css
<style>
a { background-color: #C57BBA; }
a { background-color: rgb(197,123,186); }
div.DivClassName
{
background-color: #C57BBA;
}
.BgClassName
{
background-color: #C57BBA;
}
</style>
border-color css
<style>
span { border-color: #C57BBA; }
span { border-color: rgb(197,123,186); }
td.TdClassName
{
border-color: #C57BBA;
}
.TagClassName
{
border-color: #C57BBA;
}
</style>