Shades of London Hue #C083B0
Tints of London Hue #C083B0
RGB
CMYK
RGB Variations
Color information
#C083B0 (or 0xC083B0) is known color: London Hue. HEX triplet: C0, 83 and B0. RGB value is (192,131,176). Sum of RGB (Red+Green+Blue) = 192+131+176=499 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.48% from 499); Green value is 131 (51.56% from 255 or 26.25% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 192 - color contains mainly: red. Hex color #C083B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C083B0 is #3F7C4F. Grayscale: #9A9A9A. Windows color (decimal): -4160592 or 11568064. OLE color: 11568064.
HSL color Cylindrical-coordinate representation of color #C083B0: hue angle of 315.74º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C083B0 is Cyan = 0, Magento = 0.32, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 131 | 176 | - |
| CMYK | 0 | 0.32 | 0.08 | 0.25 |
| HSL | 315.74º | 0.33% | 0.63% | - |
| HSV(B) | 315.74º | 0.32% | 0.75% | - |
| XYZ | 37.69 | 30.57 | 44.99 | - |
| YUV | 154.37 | 140.21 | 154.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 131 | 176 | 0 | 0.32 | 0.08 | 0.25 | 315.74 | 0.33 | 0.63 |
| Hex | C0 | 83 | B0 | 0 | 20 | 8 | 19 | 13C | 21 | 3F |
| Octal | 300 | 203 | 260 | 0 | 40 | 10 | 31 | 474 | 41 | 77 |
| Binary | 11000000 | 10000011 | 10110000 | 0 | 100000 | 1000 | 11001 | 100111100 | 100001 | 111111 |
Color Harmonies of #C083B0
Complementary color
Monochromatic Colors of #C083B0
Black with #C083B0
Text Example
Text Example
White with #C083B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C083B0; }
p { color: rgb(192,131,176); }
H1.HeaderClassName
{
color: #C083B0;
}
.AnyTagClassName
{
color: #C083B0;
}
</style>
background-color css
<style>
a { background-color: #C083B0; }
a { background-color: rgb(192,131,176); }
div.DivClassName
{
background-color: #C083B0;
}
.BgClassName
{
background-color: #C083B0;
}
</style>
border-color css
<style>
span { border-color: #C083B0; }
span { border-color: rgb(192,131,176); }
td.TdClassName
{
border-color: #C083B0;
}
.TagClassName
{
border-color: #C083B0;
}
</style>