Shades of London Hue #C176B1
Tints of London Hue #C176B1
RGB
CMYK
RGB Variations
Color information
#C176B1 (or 0xC176B1) is known color: London Hue. HEX triplet: C1, 76 and B1. RGB value is (193,118,177). Sum of RGB (Red+Green+Blue) = 193+118+177=488 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.55% from 488); Green value is 118 (46.48% from 255 or 24.18% from 488); Blue value is 177 (69.53% from 255 or 36.27% from 488); Max value from RGB is 193 - color contains mainly: red. Hex color #C176B1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C176B1 is #3E894E. Grayscale: #929292. Windows color (decimal): -4098383 or 11630273. OLE color: 11630273.
HSL color Cylindrical-coordinate representation of color #C176B1: hue angle of 312.8º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C176B1 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 177 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.24 |
| HSL | 312.8º | 0.38% | 0.61% | - |
| HSV(B) | 312.8º | 0.39% | 0.76% | - |
| XYZ | 36.41 | 27.47 | 44.98 | - |
| YUV | 147.15 | 144.85 | 160.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 177 | 0 | 0.39 | 0.08 | 0.24 | 312.8 | 0.38 | 0.61 |
| Hex | C1 | 76 | B1 | 0 | 27 | 8 | 18 | 139 | 26 | 3D |
| Octal | 301 | 166 | 261 | 0 | 47 | 10 | 30 | 471 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10110001 | 0 | 100111 | 1000 | 11000 | 100111001 | 100110 | 111101 |
Color Harmonies of #C176B1
Complementary color
Monochromatic Colors of #C176B1
Black with #C176B1
Text Example
Text Example
White with #C176B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176B1; }
p { color: rgb(193,118,177); }
H1.HeaderClassName
{
color: #C176B1;
}
.AnyTagClassName
{
color: #C176B1;
}
</style>
background-color css
<style>
a { background-color: #C176B1; }
a { background-color: rgb(193,118,177); }
div.DivClassName
{
background-color: #C176B1;
}
.BgClassName
{
background-color: #C176B1;
}
</style>
border-color css
<style>
span { border-color: #C176B1; }
span { border-color: rgb(193,118,177); }
td.TdClassName
{
border-color: #C176B1;
}
.TagClassName
{
border-color: #C176B1;
}
</style>