Shades of London Hue #C17FAE
Tints of London Hue #C17FAE
RGB
CMYK
RGB Variations
Color information
#C17FAE (or 0xC17FAE) is known color: London Hue. HEX triplet: C1, 7F and AE. RGB value is (193,127,174). Sum of RGB (Red+Green+Blue) = 193+127+174=494 (65% of max value = 765). Red value is 193 (75.78% from 255 or 39.07% from 494); Green value is 127 (50% from 255 or 25.71% from 494); Blue value is 174 (68.36% from 255 or 35.22% from 494); Max value from RGB is 193 - color contains mainly: red. Hex color #C17FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C17FAE is #3E8051. Grayscale: #979797. Windows color (decimal): -4096082 or 11435969. OLE color: 11435969.
HSL color Cylindrical-coordinate representation of color #C17FAE: hue angle of 317.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C17FAE is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 127 | 174 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.24 |
| HSL | 317.27º | 0.35% | 0.63% | - |
| HSV(B) | 317.27º | 0.34% | 0.76% | - |
| XYZ | 37.22 | 29.57 | 43.79 | - |
| YUV | 152.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 127 | 174 | 0 | 0.34 | 0.10 | 0.24 | 317.27 | 0.35 | 0.63 |
| Hex | C1 | 7F | AE | 0 | 22 | A | 18 | 13D | 23 | 3F |
| Octal | 301 | 177 | 256 | 0 | 42 | 12 | 30 | 475 | 43 | 77 |
| Binary | 11000001 | 1111111 | 10101110 | 0 | 100010 | 1010 | 11000 | 100111101 | 100011 | 111111 |
Color Harmonies of #C17FAE
Complementary color
Monochromatic Colors of #C17FAE
Black with #C17FAE
Text Example
Text Example
White with #C17FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17FAE; }
p { color: rgb(193,127,174); }
H1.HeaderClassName
{
color: #C17FAE;
}
.AnyTagClassName
{
color: #C17FAE;
}
</style>
background-color css
<style>
a { background-color: #C17FAE; }
a { background-color: rgb(193,127,174); }
div.DivClassName
{
background-color: #C17FAE;
}
.BgClassName
{
background-color: #C17FAE;
}
</style>
border-color css
<style>
span { border-color: #C17FAE; }
span { border-color: rgb(193,127,174); }
td.TdClassName
{
border-color: #C17FAE;
}
.TagClassName
{
border-color: #C17FAE;
}
</style>