Shades of London Hue #C187B6
Tints of London Hue #C187B6
RGB
CMYK
RGB Variations
Color information
#C187B6 (or 0xC187B6) is known color: London Hue. HEX triplet: C1, 87 and B6. RGB value is (193,135,182). Sum of RGB (Red+Green+Blue) = 193+135+182=510 (67% of max value = 765). Red value is 193 (75.78% from 255 or 37.84% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 182 (71.48% from 255 or 35.69% from 510); Max value from RGB is 193 - color contains mainly: red. Hex color #C187B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C187B6 is #3E7849. Grayscale: #9D9D9D. Windows color (decimal): -4094026 or 11962305. OLE color: 11962305.
HSL color Cylindrical-coordinate representation of color #C187B6: hue angle of 311.38º 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 #C187B6 is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 135 | 182 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.24 |
| HSL | 311.38º | 0.32% | 0.64% | - |
| HSV(B) | 311.38º | 0.3% | 0.76% | - |
| XYZ | 39.1 | 32.04 | 48.38 | - |
| YUV | 157.7 | 141.72 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 135 | 182 | 0 | 0.30 | 0.06 | 0.24 | 311.38 | 0.32 | 0.64 |
| Hex | C1 | 87 | B6 | 0 | 1E | 6 | 18 | 137 | 20 | 40 |
| Octal | 301 | 207 | 266 | 0 | 36 | 6 | 30 | 467 | 40 | 100 |
| Binary | 11000001 | 10000111 | 10110110 | 0 | 11110 | 110 | 11000 | 100110111 | 100000 | 1000000 |
Color Harmonies of #C187B6
Complementary color
Monochromatic Colors of #C187B6
Black with #C187B6
Text Example
Text Example
White with #C187B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C187B6; }
p { color: rgb(193,135,182); }
H1.HeaderClassName
{
color: #C187B6;
}
.AnyTagClassName
{
color: #C187B6;
}
</style>
background-color css
<style>
a { background-color: #C187B6; }
a { background-color: rgb(193,135,182); }
div.DivClassName
{
background-color: #C187B6;
}
.BgClassName
{
background-color: #C187B6;
}
</style>
border-color css
<style>
span { border-color: #C187B6; }
span { border-color: rgb(193,135,182); }
td.TdClassName
{
border-color: #C187B6;
}
.TagClassName
{
border-color: #C187B6;
}
</style>