Shades of London Hue #C08FB7
Tints of London Hue #C08FB7
RGB
CMYK
RGB Variations
Color information
#C08FB7 (or 0xC08FB7) is known color: London Hue. HEX triplet: C0, 8F and B7. RGB value is (192,143,183). Sum of RGB (Red+Green+Blue) = 192+143+183=518 (68% of max value = 765). Red value is 192 (75.39% from 255 or 37.07% from 518); Green value is 143 (56.25% from 255 or 27.61% from 518); Blue value is 183 (71.88% from 255 or 35.33% from 518); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FB7 is #3F7048. Grayscale: #A2A2A2. Windows color (decimal): -4157513 or 12029888. OLE color: 12029888.
HSL color Cylindrical-coordinate representation of color #C08FB7: hue angle of 311.02º 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 #C08FB7 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 183 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.25 |
| HSL | 311.02º | 0.28% | 0.66% | - |
| HSV(B) | 311.02º | 0.26% | 0.75% | - |
| XYZ | 40.11 | 34.27 | 49.3 | - |
| YUV | 162.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 183 | 0 | 0.26 | 0.05 | 0.25 | 311.02 | 0.28 | 0.66 |
| Hex | C0 | 8F | B7 | 0 | 1A | 5 | 19 | 137 | 1C | 42 |
| Octal | 300 | 217 | 267 | 0 | 32 | 5 | 31 | 467 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10110111 | 0 | 11010 | 101 | 11001 | 100110111 | 11100 | 1000010 |
Color Harmonies of #C08FB7
Complementary color
Monochromatic Colors of #C08FB7
Black with #C08FB7
Text Example
Text Example
White with #C08FB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FB7; }
p { color: rgb(192,143,183); }
H1.HeaderClassName
{
color: #C08FB7;
}
.AnyTagClassName
{
color: #C08FB7;
}
</style>
background-color css
<style>
a { background-color: #C08FB7; }
a { background-color: rgb(192,143,183); }
div.DivClassName
{
background-color: #C08FB7;
}
.BgClassName
{
background-color: #C08FB7;
}
</style>
border-color css
<style>
span { border-color: #C08FB7; }
span { border-color: rgb(192,143,183); }
td.TdClassName
{
border-color: #C08FB7;
}
.TagClassName
{
border-color: #C08FB7;
}
</style>