Shades of London Hue #C08FBB
Tints of London Hue #C08FBB
RGB
CMYK
RGB Variations
Color information
#C08FBB (or 0xC08FBB) is known color: London Hue. HEX triplet: C0, 8F and BB. RGB value is (192,143,187). Sum of RGB (Red+Green+Blue) = 192+143+187=522 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.78% from 522); Green value is 143 (56.25% from 255 or 27.39% from 522); Blue value is 187 (73.44% from 255 or 35.82% from 522); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FBB is #3F7044. Grayscale: #A2A2A2. Windows color (decimal): -4157509 or 12292032. OLE color: 12292032.
HSL color Cylindrical-coordinate representation of color #C08FBB: hue angle of 306.12º 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 #C08FBB is Cyan = 0, Magento = 0.26, Yellow = 0.03 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 143 | 187 | - |
| CMYK | 0 | 0.26 | 0.03 | 0.25 |
| HSL | 306.12º | 0.28% | 0.66% | - |
| HSV(B) | 306.12º | 0.26% | 0.75% | - |
| XYZ | 40.53 | 34.44 | 51.52 | - |
| YUV | 162.67 | 141.73 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 143 | 187 | 0 | 0.26 | 0.03 | 0.25 | 306.12 | 0.28 | 0.66 |
| Hex | C0 | 8F | BB | 0 | 1A | 3 | 19 | 132 | 1C | 42 |
| Octal | 300 | 217 | 273 | 0 | 32 | 3 | 31 | 462 | 34 | 102 |
| Binary | 11000000 | 10001111 | 10111011 | 0 | 11010 | 11 | 11001 | 100110010 | 11100 | 1000010 |
Color Harmonies of #C08FBB
Complementary color
Monochromatic Colors of #C08FBB
Black with #C08FBB
Text Example
Text Example
White with #C08FBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C08FBB; }
p { color: rgb(192,143,187); }
H1.HeaderClassName
{
color: #C08FBB;
}
.AnyTagClassName
{
color: #C08FBB;
}
</style>
background-color css
<style>
a { background-color: #C08FBB; }
a { background-color: rgb(192,143,187); }
div.DivClassName
{
background-color: #C08FBB;
}
.BgClassName
{
background-color: #C08FBB;
}
</style>
border-color css
<style>
span { border-color: #C08FBB; }
span { border-color: rgb(192,143,187); }
td.TdClassName
{
border-color: #C08FBB;
}
.TagClassName
{
border-color: #C08FBB;
}
</style>