Shades of London Hue #C080BC
Tints of London Hue #C080BC
RGB
CMYK
RGB Variations
Color information
#C080BC (or 0xC080BC) is known color: London Hue. HEX triplet: C0, 80 and BC. RGB value is (192,128,188). Sum of RGB (Red+Green+Blue) = 192+128+188=508 (67% of max value = 765). Red value is 192 (75.39% from 255 or 37.80% from 508); Green value is 128 (50.39% from 255 or 25.20% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 192 - color contains mainly: red. Hex color #C080BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C080BC is #3F7F43. Grayscale: #999999. Windows color (decimal): -4161348 or 12353728. OLE color: 12353728.
HSL color Cylindrical-coordinate representation of color #C080BC: hue angle of 303.75º 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 #C080BC is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 128 | 188 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.25 |
| HSL | 303.75º | 0.34% | 0.63% | - |
| HSV(B) | 303.75º | 0.33% | 0.75% | - |
| XYZ | 38.53 | 30.28 | 51.39 | - |
| YUV | 153.98 | 147.2 | 155.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 128 | 188 | 0 | 0.33 | 0.02 | 0.25 | 303.75 | 0.34 | 0.63 |
| Hex | C0 | 80 | BC | 0 | 21 | 2 | 19 | 130 | 22 | 3F |
| Octal | 300 | 200 | 274 | 0 | 41 | 2 | 31 | 460 | 42 | 77 |
| Binary | 11000000 | 10000000 | 10111100 | 0 | 100001 | 10 | 11001 | 100110000 | 100010 | 111111 |
Color Harmonies of #C080BC
Complementary color
Monochromatic Colors of #C080BC
Black with #C080BC
Text Example
Text Example
White with #C080BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C080BC; }
p { color: rgb(192,128,188); }
H1.HeaderClassName
{
color: #C080BC;
}
.AnyTagClassName
{
color: #C080BC;
}
</style>
background-color css
<style>
a { background-color: #C080BC; }
a { background-color: rgb(192,128,188); }
div.DivClassName
{
background-color: #C080BC;
}
.BgClassName
{
background-color: #C080BC;
}
</style>
border-color css
<style>
span { border-color: #C080BC; }
span { border-color: rgb(192,128,188); }
td.TdClassName
{
border-color: #C080BC;
}
.TagClassName
{
border-color: #C080BC;
}
</style>