Shades of London Hue #C17AAE
Tints of London Hue #C17AAE
RGB
CMYK
RGB Variations
Color information
#C17AAE (or 0xC17AAE) is known color: London Hue. HEX triplet: C1, 7A and AE. RGB value is (193,122,174). Sum of RGB (Red+Green+Blue) = 193+122+174=489 (64% of max value = 765). Red value is 193 (75.78% from 255 or 39.47% from 489); Green value is 122 (48.05% from 255 or 24.95% from 489); Blue value is 174 (68.36% from 255 or 35.58% from 489); Max value from RGB is 193 - color contains mainly: red. Hex color #C17AAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17AAE is #3E8551. Grayscale: #959595. Windows color (decimal): -4097362 or 11434689. OLE color: 11434689.
HSL color Cylindrical-coordinate representation of color #C17AAE: hue angle of 316.06º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C17AAE is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 122 | 174 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.24 |
| HSL | 316.06º | 0.36% | 0.62% | - |
| HSV(B) | 316.06º | 0.37% | 0.76% | - |
| XYZ | 36.59 | 28.31 | 43.58 | - |
| YUV | 149.16 | 142.02 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 122 | 174 | 0 | 0.37 | 0.10 | 0.24 | 316.06 | 0.36 | 0.62 |
| Hex | C1 | 7A | AE | 0 | 25 | A | 18 | 13C | 24 | 3E |
| Octal | 301 | 172 | 256 | 0 | 45 | 12 | 30 | 474 | 44 | 76 |
| Binary | 11000001 | 1111010 | 10101110 | 0 | 100101 | 1010 | 11000 | 100111100 | 100100 | 111110 |
Color Harmonies of #C17AAE
Complementary color
Monochromatic Colors of #C17AAE
Black with #C17AAE
Text Example
Text Example
White with #C17AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17AAE; }
p { color: rgb(193,122,174); }
H1.HeaderClassName
{
color: #C17AAE;
}
.AnyTagClassName
{
color: #C17AAE;
}
</style>
background-color css
<style>
a { background-color: #C17AAE; }
a { background-color: rgb(193,122,174); }
div.DivClassName
{
background-color: #C17AAE;
}
.BgClassName
{
background-color: #C17AAE;
}
</style>
border-color css
<style>
span { border-color: #C17AAE; }
span { border-color: rgb(193,122,174); }
td.TdClassName
{
border-color: #C17AAE;
}
.TagClassName
{
border-color: #C17AAE;
}
</style>