Shades of London Hue #C176B3
Tints of London Hue #C176B3
RGB
CMYK
RGB Variations
Color information
#C176B3 (or 0xC176B3) is known color: London Hue. HEX triplet: C1, 76 and B3. RGB value is (193,118,179). Sum of RGB (Red+Green+Blue) = 193+118+179=490 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.39% from 490); Green value is 118 (46.48% from 255 or 24.08% from 490); Blue value is 179 (70.31% from 255 or 36.53% from 490); Max value from RGB is 193 - color contains mainly: red. Hex color #C176B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176B3 is #3E894C. Grayscale: #939393. Windows color (decimal): -4098381 or 11761345. OLE color: 11761345.
HSL color Cylindrical-coordinate representation of color #C176B3: hue angle of 311.2º 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 #C176B3 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 179 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.24 |
| HSL | 311.2º | 0.38% | 0.61% | - |
| HSV(B) | 311.2º | 0.39% | 0.76% | - |
| XYZ | 36.61 | 27.55 | 46.04 | - |
| YUV | 147.38 | 145.85 | 160.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 179 | 0 | 0.39 | 0.07 | 0.24 | 311.2 | 0.38 | 0.61 |
| Hex | C1 | 76 | B3 | 0 | 27 | 7 | 18 | 137 | 26 | 3D |
| Octal | 301 | 166 | 263 | 0 | 47 | 7 | 30 | 467 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10110011 | 0 | 100111 | 111 | 11000 | 100110111 | 100110 | 111101 |
Color Harmonies of #C176B3
Complementary color
Monochromatic Colors of #C176B3
Black with #C176B3
Text Example
Text Example
White with #C176B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176B3; }
p { color: rgb(193,118,179); }
H1.HeaderClassName
{
color: #C176B3;
}
.AnyTagClassName
{
color: #C176B3;
}
</style>
background-color css
<style>
a { background-color: #C176B3; }
a { background-color: rgb(193,118,179); }
div.DivClassName
{
background-color: #C176B3;
}
.BgClassName
{
background-color: #C176B3;
}
</style>
border-color css
<style>
span { border-color: #C176B3; }
span { border-color: rgb(193,118,179); }
td.TdClassName
{
border-color: #C176B3;
}
.TagClassName
{
border-color: #C176B3;
}
</style>