Shades of London Hue #C27DAE
Tints of London Hue #C27DAE
RGB
CMYK
RGB Variations
Color information
#C27DAE (or 0xC27DAE) is known color: London Hue. HEX triplet: C2, 7D and AE. RGB value is (194,125,174). Sum of RGB (Red+Green+Blue) = 194+125+174=493 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.35% from 493); Green value is 125 (49.22% from 255 or 25.35% from 493); Blue value is 174 (68.36% from 255 or 35.29% from 493); Max value from RGB is 194 - color contains mainly: red. Hex color #C27DAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C27DAE is #3D8251. Grayscale: #979797. Windows color (decimal): -4031058 or 11435458. OLE color: 11435458.
HSL color Cylindrical-coordinate representation of color #C27DAE: hue angle of 317.39º degrees, saturation: 0.36, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C27DAE is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 125 | 174 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.24 |
| HSL | 317.39º | 0.36% | 0.63% | - |
| HSV(B) | 317.39º | 0.36% | 0.76% | - |
| XYZ | 37.22 | 29.19 | 43.72 | - |
| YUV | 151.22 | 140.86 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 125 | 174 | 0 | 0.36 | 0.10 | 0.24 | 317.39 | 0.36 | 0.63 |
| Hex | C2 | 7D | AE | 0 | 24 | A | 18 | 13D | 24 | 3F |
| Octal | 302 | 175 | 256 | 0 | 44 | 12 | 30 | 475 | 44 | 77 |
| Binary | 11000010 | 1111101 | 10101110 | 0 | 100100 | 1010 | 11000 | 100111101 | 100100 | 111111 |
Color Harmonies of #C27DAE
Complementary color
Monochromatic Colors of #C27DAE
Black with #C27DAE
Text Example
Text Example
White with #C27DAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27DAE; }
p { color: rgb(194,125,174); }
H1.HeaderClassName
{
color: #C27DAE;
}
.AnyTagClassName
{
color: #C27DAE;
}
</style>
background-color css
<style>
a { background-color: #C27DAE; }
a { background-color: rgb(194,125,174); }
div.DivClassName
{
background-color: #C27DAE;
}
.BgClassName
{
background-color: #C27DAE;
}
</style>
border-color css
<style>
span { border-color: #C27DAE; }
span { border-color: rgb(194,125,174); }
td.TdClassName
{
border-color: #C27DAE;
}
.TagClassName
{
border-color: #C27DAE;
}
</style>