Shades of London Hue #C08EB8
Tints of London Hue #C08EB8
RGB
CMYK
RGB Variations
Color information
#C08EB8 (or 0xC08EB8) is known color: London Hue. HEX triplet: C0, 8E and B8. RGB value is (192,142,184). Sum of RGB (Red+Green+Blue) = 192+142+184=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 142 (55.86% from 255 or 27.41% from 518); Blue value is 184 (72.27% from 255 or 35.52% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C08EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08EB8 is #3F7147. Grayscale: #A1A1A1. Windows color (decimal): -4157768 or 12095168. OLE color: 12095168.
HSL color Cylindrical-coordinate representation of color #C08EB8: hue angle of 309.6º degrees, saturation: 0.28, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08EB8 is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 142 | 184 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.25 |
| HSL | 309.6º | 0.28% | 0.65% | - |
| HSV(B) | 309.6º | 0.26% | 0.75% | - |
| XYZ | 40.06 | 34.01 | 49.8 | - |
| YUV | 161.74 | 140.57 | 149.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 142 | 184 | 0 | 0.26 | 0.04 | 0.25 | 309.6 | 0.28 | 0.65 |
| Hex | C0 | 8E | B8 | 0 | 1A | 4 | 19 | 136 | 1C | 41 |
| Octal | 300 | 216 | 270 | 0 | 32 | 4 | 31 | 466 | 34 | 101 |
| Binary | 11000000 | 10001110 | 10111000 | 0 | 11010 | 100 | 11001 | 100110110 | 11100 | 1000001 |
Color Harmonies of #C08EB8
Complementary color
Monochromatic Colors of #C08EB8
Black with #C08EB8
Text Example
Text Example
White with #C08EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08EB8; }
p { color: rgb(192,142,184); }
H1.HeaderClassName
{
color: #C08EB8;
}
.AnyTagClassName
{
color: #C08EB8;
}
</style>
background-color css
<style>
a { background-color: #C08EB8; }
a { background-color: rgb(192,142,184); }
div.DivClassName
{
background-color: #C08EB8;
}
.BgClassName
{
background-color: #C08EB8;
}
</style>
border-color css
<style>
span { border-color: #C08EB8; }
span { border-color: rgb(192,142,184); }
td.TdClassName
{
border-color: #C08EB8;
}
.TagClassName
{
border-color: #C08EB8;
}
</style>