Shades of London Hue #C080B9
Tints of London Hue #C080B9
RGB
CMYK
RGB Variations
Color information
#C080B9 (or 0xC080B9) is known color: London Hue. HEX triplet: C0, 80 and B9. RGB value is (192,128,185). Sum of RGB (Red+Green+Blue) = 192+128+185=505 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.02% from 505); Green value is 128 (50.39% from 255 or 25.35% from 505); Blue value is 185 (72.66% from 255 or 36.63% from 505); Max value from RGB is 192 - color contains mainly: red. Hex color #C080B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080B9 is #3F7F46. Grayscale: #999999. Windows color (decimal): -4161351 or 12157120. OLE color: 12157120.
HSL color Cylindrical-coordinate representation of color #C080B9: hue angle of 306.56º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C080B9 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 185 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.25 |
| HSL | 306.56º | 0.34% | 0.63% | - |
| HSV(B) | 306.56º | 0.33% | 0.75% | - |
| XYZ | 38.21 | 30.15 | 49.7 | - |
| YUV | 153.63 | 145.7 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 185 | 0 | 0.33 | 0.04 | 0.25 | 306.56 | 0.34 | 0.63 |
| Hex | C0 | 80 | B9 | 0 | 21 | 4 | 19 | 133 | 22 | 3F |
| Octal | 300 | 200 | 271 | 0 | 41 | 4 | 31 | 463 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10111001 | 0 | 100001 | 100 | 11001 | 100110011 | 100010 | 111111 |
Color Harmonies of #C080B9
Complementary color
Monochromatic Colors of #C080B9
Black with #C080B9
Text Example
Text Example
White with #C080B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080B9; }
p { color: rgb(192,128,185); }
H1.HeaderClassName
{
color: #C080B9;
}
.AnyTagClassName
{
color: #C080B9;
}
</style>
background-color css
<style>
a { background-color: #C080B9; }
a { background-color: rgb(192,128,185); }
div.DivClassName
{
background-color: #C080B9;
}
.BgClassName
{
background-color: #C080B9;
}
</style>
border-color css
<style>
span { border-color: #C080B9; }
span { border-color: rgb(192,128,185); }
td.TdClassName
{
border-color: #C080B9;
}
.TagClassName
{
border-color: #C080B9;
}
</style>