Shades of London Hue #C587BA
Tints of London Hue #C587BA
RGB
CMYK
RGB Variations
Color information
#C587BA (or 0xC587BA) is known color: London Hue. HEX triplet: C5, 87 and BA. RGB value is (197,135,186). Sum of RGB (Red+Green+Blue) = 197+135+186=518 (68% of max value = 765). Red value is 197 (77.34% from 255 or 38.03% from 518); Green value is 135 (53.12% from 255 or 26.06% from 518); Blue value is 186 (73.05% from 255 or 35.91% from 518); Max value from RGB is 197 - color contains mainly: red. Hex color #C587BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C587BA is #3A7845. Grayscale: #9F9F9F. Windows color (decimal): -3831878 or 12224453. OLE color: 12224453.
HSL color Cylindrical-coordinate representation of color #C587BA: hue angle of 310.65º degrees, saturation: 0.35, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C587BA is Cyan = 0, Magento = 0.31, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 135 | 186 | - |
| CMYK | 0 | 0.31 | 0.06 | 0.23 |
| HSL | 310.65º | 0.35% | 0.65% | - |
| HSV(B) | 310.65º | 0.31% | 0.77% | - |
| XYZ | 40.55 | 32.74 | 50.64 | - |
| YUV | 159.35 | 143.04 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 135 | 186 | 0 | 0.31 | 0.06 | 0.23 | 310.65 | 0.35 | 0.65 |
| Hex | C5 | 87 | BA | 0 | 1F | 6 | 17 | 137 | 23 | 41 |
| Octal | 305 | 207 | 272 | 0 | 37 | 6 | 27 | 467 | 43 | 101 |
| Binary | 11000101 | 10000111 | 10111010 | 0 | 11111 | 110 | 10111 | 100110111 | 100011 | 1000001 |
Color Harmonies of #C587BA
Complementary color
Monochromatic Colors of #C587BA
Black with #C587BA
Text Example
Text Example
White with #C587BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C587BA; }
p { color: rgb(197,135,186); }
H1.HeaderClassName
{
color: #C587BA;
}
.AnyTagClassName
{
color: #C587BA;
}
</style>
background-color css
<style>
a { background-color: #C587BA; }
a { background-color: rgb(197,135,186); }
div.DivClassName
{
background-color: #C587BA;
}
.BgClassName
{
background-color: #C587BA;
}
</style>
border-color css
<style>
span { border-color: #C587BA; }
span { border-color: rgb(197,135,186); }
td.TdClassName
{
border-color: #C587BA;
}
.TagClassName
{
border-color: #C587BA;
}
</style>