Shades of London Hue #C280B0
Tints of London Hue #C280B0
RGB
CMYK
RGB Variations
Color information
#C280B0 (or 0xC280B0) is known color: London Hue. HEX triplet: C2, 80 and B0. RGB value is (194,128,176). Sum of RGB (Red+Green+Blue) = 194+128+176=498 (65% of max value = 765). Red value is 194 (76.17% from 255 or 38.96% from 498); Green value is 128 (50.39% from 255 or 25.70% from 498); Blue value is 176 (69.14% from 255 or 35.34% from 498); Max value from RGB is 194 - color contains mainly: red. Hex color #C280B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C280B0 is #3D7F4F. Grayscale: #999999. Windows color (decimal): -4030288 or 11567298. OLE color: 11567298.
HSL color Cylindrical-coordinate representation of color #C280B0: hue angle of 316.36º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C280B0 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 128 | 176 | - |
| CMYK | 0 | 0.34 | 0.09 | 0.24 |
| HSL | 316.36º | 0.35% | 0.63% | - |
| HSV(B) | 316.36º | 0.34% | 0.76% | - |
| XYZ | 37.8 | 30.04 | 44.88 | - |
| YUV | 153.21 | 140.87 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 128 | 176 | 0 | 0.34 | 0.09 | 0.24 | 316.36 | 0.35 | 0.63 |
| Hex | C2 | 80 | B0 | 0 | 22 | 9 | 18 | 13C | 23 | 3F |
| Octal | 302 | 200 | 260 | 0 | 42 | 11 | 30 | 474 | 43 | 77 |
| Binary | 11000010 | 10000000 | 10110000 | 0 | 100010 | 1001 | 11000 | 100111100 | 100011 | 111111 |
Color Harmonies of #C280B0
Complementary color
Monochromatic Colors of #C280B0
Black with #C280B0
Text Example
Text Example
White with #C280B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C280B0; }
p { color: rgb(194,128,176); }
H1.HeaderClassName
{
color: #C280B0;
}
.AnyTagClassName
{
color: #C280B0;
}
</style>
background-color css
<style>
a { background-color: #C280B0; }
a { background-color: rgb(194,128,176); }
div.DivClassName
{
background-color: #C280B0;
}
.BgClassName
{
background-color: #C280B0;
}
</style>
border-color css
<style>
span { border-color: #C280B0; }
span { border-color: rgb(194,128,176); }
td.TdClassName
{
border-color: #C280B0;
}
.TagClassName
{
border-color: #C280B0;
}
</style>