Shades of London Hue #C079AF
Tints of London Hue #C079AF
RGB
CMYK
RGB Variations
Color information
#C079AF (or 0xC079AF) is known color: London Hue. HEX triplet: C0, 79 and AF. RGB value is (192,121,175). Sum of RGB (Red+Green+Blue) = 192+121+175=488 (64% of max value = 765). Red value is 192 (75.39% from 255 or 39.34% from 488); Green value is 121 (47.66% from 255 or 24.80% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 192 - color contains mainly: red. Hex color #C079AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #C079AF is #3F8650. Grayscale: #949494. Windows color (decimal): -4163153 or 11499968. OLE color: 11499968.
HSL color Cylindrical-coordinate representation of color #C079AF: hue angle of 314.37º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C079AF is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 175 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.25 |
| HSL | 314.37º | 0.36% | 0.61% | - |
| HSV(B) | 314.37º | 0.37% | 0.75% | - |
| XYZ | 36.31 | 27.98 | 44.04 | - |
| YUV | 148.39 | 143.02 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 175 | 0 | 0.37 | 0.09 | 0.25 | 314.37 | 0.36 | 0.61 |
| Hex | C0 | 79 | AF | 0 | 25 | 9 | 19 | 13A | 24 | 3D |
| Octal | 300 | 171 | 257 | 0 | 45 | 11 | 31 | 472 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10101111 | 0 | 100101 | 1001 | 11001 | 100111010 | 100100 | 111101 |
Color Harmonies of #C079AF
Complementary color
Monochromatic Colors of #C079AF
Black with #C079AF
Text Example
Text Example
White with #C079AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079AF; }
p { color: rgb(192,121,175); }
H1.HeaderClassName
{
color: #C079AF;
}
.AnyTagClassName
{
color: #C079AF;
}
</style>
background-color css
<style>
a { background-color: #C079AF; }
a { background-color: rgb(192,121,175); }
div.DivClassName
{
background-color: #C079AF;
}
.BgClassName
{
background-color: #C079AF;
}
</style>
border-color css
<style>
span { border-color: #C079AF; }
span { border-color: rgb(192,121,175); }
td.TdClassName
{
border-color: #C079AF;
}
.TagClassName
{
border-color: #C079AF;
}
</style>