Shades of London Hue #C57CBB
Tints of London Hue #C57CBB
RGB
CMYK
RGB Variations
Color information
#C57CBB (or 0xC57CBB) is known color: London Hue. HEX triplet: C5, 7C and BB. RGB value is (197,124,187). Sum of RGB (Red+Green+Blue) = 197+124+187=508 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.78% from 508); Green value is 124 (48.83% from 255 or 24.41% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 197 - color contains mainly: red. Hex color #C57CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57CBB is #3A8344. Grayscale: #989898. Windows color (decimal): -3834693 or 12287173. OLE color: 12287173.
HSL color Cylindrical-coordinate representation of color #C57CBB: hue angle of 308.22º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C57CBB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 124 | 187 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.23 |
| HSL | 308.22º | 0.39% | 0.63% | - |
| HSV(B) | 308.22º | 0.37% | 0.77% | - |
| XYZ | 39.2 | 29.87 | 50.71 | - |
| YUV | 153.01 | 147.18 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 124 | 187 | 0 | 0.37 | 0.05 | 0.23 | 308.22 | 0.39 | 0.63 |
| Hex | C5 | 7C | BB | 0 | 25 | 5 | 17 | 134 | 27 | 3F |
| Octal | 305 | 174 | 273 | 0 | 45 | 5 | 27 | 464 | 47 | 77 |
| Binary | 11000101 | 1111100 | 10111011 | 0 | 100101 | 101 | 10111 | 100110100 | 100111 | 111111 |
Color Harmonies of #C57CBB
Complementary color
Monochromatic Colors of #C57CBB
Black with #C57CBB
Text Example
Text Example
White with #C57CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57CBB; }
p { color: rgb(197,124,187); }
H1.HeaderClassName
{
color: #C57CBB;
}
.AnyTagClassName
{
color: #C57CBB;
}
</style>
background-color css
<style>
a { background-color: #C57CBB; }
a { background-color: rgb(197,124,187); }
div.DivClassName
{
background-color: #C57CBB;
}
.BgClassName
{
background-color: #C57CBB;
}
</style>
border-color css
<style>
span { border-color: #C57CBB; }
span { border-color: rgb(197,124,187); }
td.TdClassName
{
border-color: #C57CBB;
}
.TagClassName
{
border-color: #C57CBB;
}
</style>