Shades of London Hue #C27AB6
Tints of London Hue #C27AB6
RGB
CMYK
RGB Variations
Color information
#C27AB6 (or 0xC27AB6) is known color: London Hue. HEX triplet: C2, 7A and B6. RGB value is (194,122,182). Sum of RGB (Red+Green+Blue) = 194+122+182=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 122 (48.05% from 255 or 24.50% from 498); Blue value is 182 (71.48% from 255 or 36.55% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C27AB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C27AB6 is #3D8549. Grayscale: #969696. Windows color (decimal): -4031818 or 11958978. OLE color: 11958978.
HSL color Cylindrical-coordinate representation of color #C27AB6: hue angle of 310º degrees, saturation: 0.37, 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 #C27AB6 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 122 | 182 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.24 |
| HSL | 310º | 0.37% | 0.62% | - |
| HSV(B) | 310º | 0.37% | 0.76% | - |
| XYZ | 37.65 | 28.77 | 47.82 | - |
| YUV | 150.37 | 145.85 | 159.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 122 | 182 | 0 | 0.37 | 0.06 | 0.24 | 310 | 0.37 | 0.62 |
| Hex | C2 | 7A | B6 | 0 | 25 | 6 | 18 | 136 | 25 | 3E |
| Octal | 302 | 172 | 266 | 0 | 45 | 6 | 30 | 466 | 45 | 76 |
| Binary | 11000010 | 1111010 | 10110110 | 0 | 100101 | 110 | 11000 | 100110110 | 100101 | 111110 |
Color Harmonies of #C27AB6
Complementary color
Monochromatic Colors of #C27AB6
Black with #C27AB6
Text Example
Text Example
White with #C27AB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C27AB6; }
p { color: rgb(194,122,182); }
H1.HeaderClassName
{
color: #C27AB6;
}
.AnyTagClassName
{
color: #C27AB6;
}
</style>
background-color css
<style>
a { background-color: #C27AB6; }
a { background-color: rgb(194,122,182); }
div.DivClassName
{
background-color: #C27AB6;
}
.BgClassName
{
background-color: #C27AB6;
}
</style>
border-color css
<style>
span { border-color: #C27AB6; }
span { border-color: rgb(194,122,182); }
td.TdClassName
{
border-color: #C27AB6;
}
.TagClassName
{
border-color: #C27AB6;
}
</style>