Shades of London Hue #C187B7
Tints of London Hue #C187B7
RGB
CMYK
RGB Variations
Color information
#C187B7 (or 0xC187B7) is known color: London Hue. HEX triplet: C1, 87 and B7. RGB value is (193,135,183). Sum of RGB (Red+Green+Blue) = 193+135+183=511 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.77% from 511); Green value is 135 (53.12% from 255 or 26.42% from 511); Blue value is 183 (71.88% from 255 or 35.81% from 511); Max value from RGB is 193 - color contains mainly: red. Hex color #C187B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187B7 is #3E7848. Grayscale: #9D9D9D. Windows color (decimal): -4094025 or 12027841. OLE color: 12027841.
HSL color Cylindrical-coordinate representation of color #C187B7: hue angle of 310.34º degrees, saturation: 0.32, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C187B7 is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 183 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.24 |
| HSL | 310.34º | 0.32% | 0.64% | - |
| HSV(B) | 310.34º | 0.3% | 0.76% | - |
| XYZ | 39.2 | 32.08 | 48.93 | - |
| YUV | 157.81 | 142.22 | 153.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 183 | 0 | 0.30 | 0.05 | 0.24 | 310.34 | 0.32 | 0.64 |
| Hex | C1 | 87 | B7 | 0 | 1E | 5 | 18 | 136 | 20 | 40 |
| Octal | 301 | 207 | 267 | 0 | 36 | 5 | 30 | 466 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10110111 | 0 | 11110 | 101 | 11000 | 100110110 | 100000 | 1000000 |
Color Harmonies of #C187B7
Complementary color
Monochromatic Colors of #C187B7
Black with #C187B7
Text Example
Text Example
White with #C187B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187B7; }
p { color: rgb(193,135,183); }
H1.HeaderClassName
{
color: #C187B7;
}
.AnyTagClassName
{
color: #C187B7;
}
</style>
background-color css
<style>
a { background-color: #C187B7; }
a { background-color: rgb(193,135,183); }
div.DivClassName
{
background-color: #C187B7;
}
.BgClassName
{
background-color: #C187B7;
}
</style>
border-color css
<style>
span { border-color: #C187B7; }
span { border-color: rgb(193,135,183); }
td.TdClassName
{
border-color: #C187B7;
}
.TagClassName
{
border-color: #C187B7;
}
</style>