Shades of London Hue #C57BAF
Tints of London Hue #C57BAF
RGB
CMYK
RGB Variations
Color information
#C57BAF (or 0xC57BAF) is known color: London Hue. HEX triplet: C5, 7B and AF. RGB value is (197,123,175). Sum of RGB (Red+Green+Blue) = 197+123+175=495 (65% of max value = 765). Red value is 197 (77.34% from 255 or 39.80% from 495); Green value is 123 (48.44% from 255 or 24.85% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 197 - color contains mainly: red. Hex color #C57BAF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C57BAF is #3A8450. Grayscale: #969696. Windows color (decimal): -3834961 or 11500485. OLE color: 11500485.
HSL color Cylindrical-coordinate representation of color #C57BAF: hue angle of 317.84º 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 #C57BAF is Cyan = 0, Magento = 0.38, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 123 | 175 | - |
| CMYK | 0 | 0.38 | 0.11 | 0.23 |
| HSL | 317.84º | 0.39% | 0.63% | - |
| HSV(B) | 317.84º | 0.38% | 0.77% | - |
| XYZ | 37.85 | 29.13 | 44.19 | - |
| YUV | 151.05 | 141.52 | 160.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 123 | 175 | 0 | 0.38 | 0.11 | 0.23 | 317.84 | 0.39 | 0.63 |
| Hex | C5 | 7B | AF | 0 | 26 | B | 17 | 13E | 27 | 3F |
| Octal | 305 | 173 | 257 | 0 | 46 | 13 | 27 | 476 | 47 | 77 |
| Binary | 11000101 | 1111011 | 10101111 | 0 | 100110 | 1011 | 10111 | 100111110 | 100111 | 111111 |
Color Harmonies of #C57BAF
Complementary color
Monochromatic Colors of #C57BAF
Black with #C57BAF
Text Example
Text Example
White with #C57BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57BAF; }
p { color: rgb(197,123,175); }
H1.HeaderClassName
{
color: #C57BAF;
}
.AnyTagClassName
{
color: #C57BAF;
}
</style>
background-color css
<style>
a { background-color: #C57BAF; }
a { background-color: rgb(197,123,175); }
div.DivClassName
{
background-color: #C57BAF;
}
.BgClassName
{
background-color: #C57BAF;
}
</style>
border-color css
<style>
span { border-color: #C57BAF; }
span { border-color: rgb(197,123,175); }
td.TdClassName
{
border-color: #C57BAF;
}
.TagClassName
{
border-color: #C57BAF;
}
</style>