Shades of London Hue #C57FBB
Tints of London Hue #C57FBB
RGB
CMYK
RGB Variations
Color information
#C57FBB (or 0xC57FBB) is known color: London Hue. HEX triplet: C5, 7F and BB. RGB value is (197,127,187). Sum of RGB (Red+Green+Blue) = 197+127+187=511 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.55% from 511); Green value is 127 (50% from 255 or 24.85% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 197 - color contains mainly: red. Hex color #C57FBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C57FBB is #3A8044. Grayscale: #9A9A9A. Windows color (decimal): -3833925 or 12287941. OLE color: 12287941.
HSL color Cylindrical-coordinate representation of color #C57FBB: hue angle of 308.57º degrees, saturation: 0.38, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C57FBB is Cyan = 0, Magento = 0.36, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 127 | 187 | - |
| CMYK | 0 | 0.36 | 0.05 | 0.23 |
| HSL | 308.57º | 0.38% | 0.64% | - |
| HSV(B) | 308.57º | 0.36% | 0.77% | - |
| XYZ | 39.58 | 30.64 | 50.84 | - |
| YUV | 154.77 | 146.19 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 127 | 187 | 0 | 0.36 | 0.05 | 0.23 | 308.57 | 0.38 | 0.64 |
| Hex | C5 | 7F | BB | 0 | 24 | 5 | 17 | 135 | 26 | 40 |
| Octal | 305 | 177 | 273 | 0 | 44 | 5 | 27 | 465 | 46 | 100 |
| Binary | 11000101 | 1111111 | 10111011 | 0 | 100100 | 101 | 10111 | 100110101 | 100110 | 1000000 |
Color Harmonies of #C57FBB
Complementary color
Monochromatic Colors of #C57FBB
Black with #C57FBB
Text Example
Text Example
White with #C57FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C57FBB; }
p { color: rgb(197,127,187); }
H1.HeaderClassName
{
color: #C57FBB;
}
.AnyTagClassName
{
color: #C57FBB;
}
</style>
background-color css
<style>
a { background-color: #C57FBB; }
a { background-color: rgb(197,127,187); }
div.DivClassName
{
background-color: #C57FBB;
}
.BgClassName
{
background-color: #C57FBB;
}
</style>
border-color css
<style>
span { border-color: #C57FBB; }
span { border-color: rgb(197,127,187); }
td.TdClassName
{
border-color: #C57FBB;
}
.TagClassName
{
border-color: #C57FBB;
}
</style>