Shades of London Hue #C08FBA
Tints of London Hue #C08FBA
RGB
CMYK
RGB Variations
Color information
#C08FBA (or 0xC08FBA) is known color: London Hue. HEX triplet: C0, 8F and BA. RGB value is (192,143,186). Sum of RGB (Red+Green+Blue) = 192+143+186=521 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.85% from 521); Green value is 143 (56.25% from 255 or 27.45% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FBA is #3F7045. Grayscale: #A2A2A2. Windows color (decimal): -4157510 or 12226496. OLE color: 12226496.
HSL color Cylindrical-coordinate representation of color #C08FBA: hue angle of 307.35º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FBA is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 186 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.25 |
| HSL | 307.35º | 0.28% | 0.66% | - |
| HSV(B) | 307.35º | 0.26% | 0.75% | - |
| XYZ | 40.42 | 34.4 | 50.96 | - |
| YUV | 162.55 | 141.23 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 186 | 0 | 0.26 | 0.03 | 0.25 | 307.35 | 0.28 | 0.66 |
| Hex | C0 | 8F | BA | 0 | 1A | 3 | 19 | 133 | 1C | 42 |
| Octal | 300 | 217 | 272 | 0 | 32 | 3 | 31 | 463 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10111010 | 0 | 11010 | 11 | 11001 | 100110011 | 11100 | 1000010 |
Color Harmonies of #C08FBA
Complementary color
Monochromatic Colors of #C08FBA
Black with #C08FBA
Text Example
Text Example
White with #C08FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FBA; }
p { color: rgb(192,143,186); }
H1.HeaderClassName
{
color: #C08FBA;
}
.AnyTagClassName
{
color: #C08FBA;
}
</style>
background-color css
<style>
a { background-color: #C08FBA; }
a { background-color: rgb(192,143,186); }
div.DivClassName
{
background-color: #C08FBA;
}
.BgClassName
{
background-color: #C08FBA;
}
</style>
border-color css
<style>
span { border-color: #C08FBA; }
span { border-color: rgb(192,143,186); }
td.TdClassName
{
border-color: #C08FBA;
}
.TagClassName
{
border-color: #C08FBA;
}
</style>