Shades of London Hue #C176B4
Tints of London Hue #C176B4
RGB
CMYK
RGB Variations
Color information
#C176B4 (or 0xC176B4) is known color: London Hue. HEX triplet: C1, 76 and B4. RGB value is (193,118,180). Sum of RGB (Red+Green+Blue) = 193+118+180=491 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.31% from 491); Green value is 118 (46.48% from 255 or 24.03% from 491); Blue value is 180 (70.70% from 255 or 36.66% from 491); Max value from RGB is 193 - color contains mainly: red. Hex color #C176B4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C176B4 is #3E894B. Grayscale: #939393. Windows color (decimal): -4098380 or 11826881. OLE color: 11826881.
HSL color Cylindrical-coordinate representation of color #C176B4: hue angle of 310.4º 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 #C176B4 is Cyan = 0, Magento = 0.39, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 118 | 180 | - |
| CMYK | 0 | 0.39 | 0.07 | 0.24 |
| HSL | 310.4º | 0.38% | 0.61% | - |
| HSV(B) | 310.4º | 0.39% | 0.76% | - |
| XYZ | 36.71 | 27.59 | 46.57 | - |
| YUV | 147.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 118 | 180 | 0 | 0.39 | 0.07 | 0.24 | 310.4 | 0.38 | 0.61 |
| Hex | C1 | 76 | B4 | 0 | 27 | 7 | 18 | 136 | 26 | 3D |
| Octal | 301 | 166 | 264 | 0 | 47 | 7 | 30 | 466 | 46 | 75 |
| Binary | 11000001 | 1110110 | 10110100 | 0 | 100111 | 111 | 11000 | 100110110 | 100110 | 111101 |
Color Harmonies of #C176B4
Complementary color
Monochromatic Colors of #C176B4
Black with #C176B4
Text Example
Text Example
White with #C176B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C176B4; }
p { color: rgb(193,118,180); }
H1.HeaderClassName
{
color: #C176B4;
}
.AnyTagClassName
{
color: #C176B4;
}
</style>
background-color css
<style>
a { background-color: #C176B4; }
a { background-color: rgb(193,118,180); }
div.DivClassName
{
background-color: #C176B4;
}
.BgClassName
{
background-color: #C176B4;
}
</style>
border-color css
<style>
span { border-color: #C176B4; }
span { border-color: rgb(193,118,180); }
td.TdClassName
{
border-color: #C176B4;
}
.TagClassName
{
border-color: #C176B4;
}
</style>