Shades of London Hue #C180B2
Tints of London Hue #C180B2
RGB
CMYK
RGB Variations
Color information
#C180B2 (or 0xC180B2) is known color: London Hue. HEX triplet: C1, 80 and B2. RGB value is (193,128,178). Sum of RGB (Red+Green+Blue) = 193+128+178=499 (66% of max value = 765). Red value is 193 (75.78% from 255 or 38.68% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 178 (69.92% from 255 or 35.67% from 499); Max value from RGB is 193 - color contains mainly: red. Hex color #C180B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C180B2 is #3E7F4D. Grayscale: #999999. Windows color (decimal): -4095822 or 11698369. OLE color: 11698369.
HSL color Cylindrical-coordinate representation of color #C180B2: hue angle of 313.85º degrees, saturation: 0.34, 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 #C180B2 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 128 | 178 | - |
| CMYK | 0 | 0.34 | 0.08 | 0.24 |
| HSL | 313.85º | 0.34% | 0.63% | - |
| HSV(B) | 313.85º | 0.34% | 0.76% | - |
| XYZ | 37.75 | 29.99 | 45.92 | - |
| YUV | 153.14 | 142.03 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 128 | 178 | 0 | 0.34 | 0.08 | 0.24 | 313.85 | 0.34 | 0.63 |
| Hex | C1 | 80 | B2 | 0 | 22 | 8 | 18 | 13A | 22 | 3F |
| Octal | 301 | 200 | 262 | 0 | 42 | 10 | 30 | 472 | 42 | 77 |
| Binary | 11000001 | 10000000 | 10110010 | 0 | 100010 | 1000 | 11000 | 100111010 | 100010 | 111111 |
Color Harmonies of #C180B2
Complementary color
Monochromatic Colors of #C180B2
Black with #C180B2
Text Example
Text Example
White with #C180B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C180B2; }
p { color: rgb(193,128,178); }
H1.HeaderClassName
{
color: #C180B2;
}
.AnyTagClassName
{
color: #C180B2;
}
</style>
background-color css
<style>
a { background-color: #C180B2; }
a { background-color: rgb(193,128,178); }
div.DivClassName
{
background-color: #C180B2;
}
.BgClassName
{
background-color: #C180B2;
}
</style>
border-color css
<style>
span { border-color: #C180B2; }
span { border-color: rgb(193,128,178); }
td.TdClassName
{
border-color: #C180B2;
}
.TagClassName
{
border-color: #C180B2;
}
</style>