Shades of London Hue #C079BA
Tints of London Hue #C079BA
RGB
CMYK
RGB Variations
Color information
#C079BA (or 0xC079BA) is known color: London Hue. HEX triplet: C0, 79 and BA. RGB value is (192,121,186). Sum of RGB (Red+Green+Blue) = 192+121+186=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 121 (47.66% from 255 or 24.25% from 499); Blue value is 186 (73.05% from 255 or 37.27% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C079BA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079BA is #3F8645. Grayscale: #959595. Windows color (decimal): -4163142 or 12220864. OLE color: 12220864.
HSL color Cylindrical-coordinate representation of color #C079BA: hue angle of 305.07º 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 #C079BA is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 186 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.25 |
| HSL | 305.07º | 0.36% | 0.61% | - |
| HSV(B) | 305.07º | 0.37% | 0.75% | - |
| XYZ | 37.44 | 28.43 | 49.97 | - |
| YUV | 149.64 | 148.52 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 186 | 0 | 0.37 | 0.03 | 0.25 | 305.07 | 0.36 | 0.61 |
| Hex | C0 | 79 | BA | 0 | 25 | 3 | 19 | 131 | 24 | 3D |
| Octal | 300 | 171 | 272 | 0 | 45 | 3 | 31 | 461 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10111010 | 0 | 100101 | 11 | 11001 | 100110001 | 100100 | 111101 |
Color Harmonies of #C079BA
Complementary color
Monochromatic Colors of #C079BA
Black with #C079BA
Text Example
Text Example
White with #C079BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079BA; }
p { color: rgb(192,121,186); }
H1.HeaderClassName
{
color: #C079BA;
}
.AnyTagClassName
{
color: #C079BA;
}
</style>
background-color css
<style>
a { background-color: #C079BA; }
a { background-color: rgb(192,121,186); }
div.DivClassName
{
background-color: #C079BA;
}
.BgClassName
{
background-color: #C079BA;
}
</style>
border-color css
<style>
span { border-color: #C079BA; }
span { border-color: rgb(192,121,186); }
td.TdClassName
{
border-color: #C079BA;
}
.TagClassName
{
border-color: #C079BA;
}
</style>