Shades of London Hue #C279B6
Tints of London Hue #C279B6
RGB
CMYK
RGB Variations
Color information
#C279B6 (or 0xC279B6) is known color: London Hue. HEX triplet: C2, 79 and B6. RGB value is (194,121,182). Sum of RGB (Red+Green+Blue) = 194+121+182=497 (65% of max value = 765). Red value is 194 (76.17% from 255 or 39.03% from 497); Green value is 121 (47.66% from 255 or 24.35% from 497); Blue value is 182 (71.48% from 255 or 36.62% from 497); Max value from RGB is 194 - color contains mainly: red. Hex color #C279B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C279B6 is #3D8649. Grayscale: #959595. Windows color (decimal): -4032074 or 11958722. OLE color: 11958722.
HSL color Cylindrical-coordinate representation of color #C279B6: hue angle of 309.86º degrees, saturation: 0.37, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C279B6 is Cyan = 0, Magento = 0.38, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 121 | 182 | - |
| CMYK | 0 | 0.38 | 0.06 | 0.24 |
| HSL | 309.86º | 0.37% | 0.62% | - |
| HSV(B) | 309.86º | 0.38% | 0.76% | - |
| XYZ | 37.53 | 28.52 | 47.78 | - |
| YUV | 149.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 121 | 182 | 0 | 0.38 | 0.06 | 0.24 | 309.86 | 0.37 | 0.62 |
| Hex | C2 | 79 | B6 | 0 | 26 | 6 | 18 | 136 | 25 | 3E |
| Octal | 302 | 171 | 266 | 0 | 46 | 6 | 30 | 466 | 45 | 76 |
| Binary | 11000010 | 1111001 | 10110110 | 0 | 100110 | 110 | 11000 | 100110110 | 100101 | 111110 |
Color Harmonies of #C279B6
Complementary color
Monochromatic Colors of #C279B6
Black with #C279B6
Text Example
Text Example
White with #C279B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C279B6; }
p { color: rgb(194,121,182); }
H1.HeaderClassName
{
color: #C279B6;
}
.AnyTagClassName
{
color: #C279B6;
}
</style>
background-color css
<style>
a { background-color: #C279B6; }
a { background-color: rgb(194,121,182); }
div.DivClassName
{
background-color: #C279B6;
}
.BgClassName
{
background-color: #C279B6;
}
</style>
border-color css
<style>
span { border-color: #C279B6; }
span { border-color: rgb(194,121,182); }
td.TdClassName
{
border-color: #C279B6;
}
.TagClassName
{
border-color: #C279B6;
}
</style>