Shades of London Hue #C580B9
Tints of London Hue #C580B9
RGB
CMYK
RGB Variations
Color information
#C580B9 (or 0xC580B9) is known color: London Hue. HEX triplet: C5, 80 and B9. RGB value is (197,128,185). Sum of RGB (Red+Green+Blue) = 197+128+185=510 (67% of max value = 765). Red value is 197 (77.34% from 255 or 38.63% from 510); Green value is 128 (50.39% from 255 or 25.10% from 510); Blue value is 185 (72.66% from 255 or 36.27% from 510); Max value from RGB is 197 - color contains mainly: red. Hex color #C580B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C580B9 is #3A7F46. Grayscale: #9A9A9A. Windows color (decimal): -3833671 or 12157125. OLE color: 12157125.
HSL color Cylindrical-coordinate representation of color #C580B9: hue angle of 310.43º degrees, saturation: 0.37, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C580B9 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 128 | 185 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.23 |
| HSL | 310.43º | 0.37% | 0.64% | - |
| HSV(B) | 310.43º | 0.35% | 0.77% | - |
| XYZ | 39.5 | 30.81 | 49.76 | - |
| YUV | 155.13 | 144.86 | 157.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 128 | 185 | 0 | 0.35 | 0.06 | 0.23 | 310.43 | 0.37 | 0.64 |
| Hex | C5 | 80 | B9 | 0 | 23 | 6 | 17 | 136 | 25 | 40 |
| Octal | 305 | 200 | 271 | 0 | 43 | 6 | 27 | 466 | 45 | 100 |
| Binary | 11000101 | 10000000 | 10111001 | 0 | 100011 | 110 | 10111 | 100110110 | 100101 | 1000000 |
Color Harmonies of #C580B9
Complementary color
Monochromatic Colors of #C580B9
Black with #C580B9
Text Example
Text Example
White with #C580B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C580B9; }
p { color: rgb(197,128,185); }
H1.HeaderClassName
{
color: #C580B9;
}
.AnyTagClassName
{
color: #C580B9;
}
</style>
background-color css
<style>
a { background-color: #C580B9; }
a { background-color: rgb(197,128,185); }
div.DivClassName
{
background-color: #C580B9;
}
.BgClassName
{
background-color: #C580B9;
}
</style>
border-color css
<style>
span { border-color: #C580B9; }
span { border-color: rgb(197,128,185); }
td.TdClassName
{
border-color: #C580B9;
}
.TagClassName
{
border-color: #C580B9;
}
</style>