Shades of London Hue #C08DB6
Tints of London Hue #C08DB6
RGB
CMYK
RGB Variations
Color information
#C08DB6 (or 0xC08DB6) is known color: London Hue. HEX triplet: C0, 8D and B6. RGB value is (192,141,182). Sum of RGB (Red+Green+Blue) = 192+141+182=515 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.28% from 515); Green value is 141 (55.47% from 255 or 27.38% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 192 - color contains mainly: red. Hex color #C08DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08DB6 is #3F7249. Grayscale: #A0A0A0. Windows color (decimal): -4158026 or 11963840. OLE color: 11963840.
HSL color Cylindrical-coordinate representation of color #C08DB6: hue angle of 311.76º degrees, saturation: 0.29, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C08DB6 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 141 | 182 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.25 |
| HSL | 311.76º | 0.29% | 0.65% | - |
| HSV(B) | 311.76º | 0.27% | 0.75% | - |
| XYZ | 39.71 | 33.63 | 48.66 | - |
| YUV | 160.92 | 139.9 | 150.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 141 | 182 | 0 | 0.27 | 0.05 | 0.25 | 311.76 | 0.29 | 0.65 |
| Hex | C0 | 8D | B6 | 0 | 1B | 5 | 19 | 138 | 1D | 41 |
| Octal | 300 | 215 | 266 | 0 | 33 | 5 | 31 | 470 | 35 | 101 |
| Binary | 11000000 | 10001101 | 10110110 | 0 | 11011 | 101 | 11001 | 100111000 | 11101 | 1000001 |
Color Harmonies of #C08DB6
Complementary color
Monochromatic Colors of #C08DB6
Black with #C08DB6
Text Example
Text Example
White with #C08DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08DB6; }
p { color: rgb(192,141,182); }
H1.HeaderClassName
{
color: #C08DB6;
}
.AnyTagClassName
{
color: #C08DB6;
}
</style>
background-color css
<style>
a { background-color: #C08DB6; }
a { background-color: rgb(192,141,182); }
div.DivClassName
{
background-color: #C08DB6;
}
.BgClassName
{
background-color: #C08DB6;
}
</style>
border-color css
<style>
span { border-color: #C08DB6; }
span { border-color: rgb(192,141,182); }
td.TdClassName
{
border-color: #C08DB6;
}
.TagClassName
{
border-color: #C08DB6;
}
</style>