Shades of London Hue #C079B7
Tints of London Hue #C079B7
RGB
CMYK
RGB Variations
Color information
#C079B7 (or 0xC079B7) is known color: London Hue. HEX triplet: C0, 79 and B7. RGB value is (192,121,183). Sum of RGB (Red+Green+Blue) = 192+121+183=496 (65% of max value = 765). Red value is 192 (75.39% from 255 or 38.71% from 496); Green value is 121 (47.66% from 255 or 24.40% from 496); Blue value is 183 (71.88% from 255 or 36.90% from 496); Max value from RGB is 192 - color contains mainly: red. Hex color #C079B7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C079B7 is #3F8648. Grayscale: #959595. Windows color (decimal): -4163145 or 12024256. OLE color: 12024256.
HSL color Cylindrical-coordinate representation of color #C079B7: hue angle of 307.61º 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 #C079B7 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 121 | 183 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.25 |
| HSL | 307.61º | 0.36% | 0.61% | - |
| HSV(B) | 307.61º | 0.37% | 0.75% | - |
| XYZ | 37.12 | 28.3 | 48.31 | - |
| YUV | 149.3 | 147.02 | 158.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 121 | 183 | 0 | 0.37 | 0.05 | 0.25 | 307.61 | 0.36 | 0.61 |
| Hex | C0 | 79 | B7 | 0 | 25 | 5 | 19 | 134 | 24 | 3D |
| Octal | 300 | 171 | 267 | 0 | 45 | 5 | 31 | 464 | 44 | 75 |
| Binary | 11000000 | 1111001 | 10110111 | 0 | 100101 | 101 | 11001 | 100110100 | 100100 | 111101 |
Color Harmonies of #C079B7
Complementary color
Monochromatic Colors of #C079B7
Black with #C079B7
Text Example
Text Example
White with #C079B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C079B7; }
p { color: rgb(192,121,183); }
H1.HeaderClassName
{
color: #C079B7;
}
.AnyTagClassName
{
color: #C079B7;
}
</style>
background-color css
<style>
a { background-color: #C079B7; }
a { background-color: rgb(192,121,183); }
div.DivClassName
{
background-color: #C079B7;
}
.BgClassName
{
background-color: #C079B7;
}
</style>
border-color css
<style>
span { border-color: #C079B7; }
span { border-color: rgb(192,121,183); }
td.TdClassName
{
border-color: #C079B7;
}
.TagClassName
{
border-color: #C079B7;
}
</style>