Shades of London Hue #C28BBB
Tints of London Hue #C28BBB
RGB
CMYK
RGB Variations
Color information
#C28BBB (or 0xC28BBB) is known color: London Hue. HEX triplet: C2, 8B and BB. RGB value is (194,139,187). Sum of RGB (Red+Green+Blue) = 194+139+187=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 139 (54.69% from 255 or 26.73% from 520); Blue value is 187 (73.44% from 255 or 35.96% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BBB is #3D7444. Grayscale: #A0A0A0. Windows color (decimal): -4027461 or 12291010. OLE color: 12291010.
HSL color Cylindrical-coordinate representation of color #C28BBB: hue angle of 307.64º degrees, saturation: 0.31, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C28BBB is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 187 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.24 |
| HSL | 307.64º | 0.31% | 0.65% | - |
| HSV(B) | 307.64º | 0.28% | 0.76% | - |
| XYZ | 40.45 | 33.52 | 51.35 | - |
| YUV | 160.92 | 142.72 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 187 | 0 | 0.28 | 0.04 | 0.24 | 307.64 | 0.31 | 0.65 |
| Hex | C2 | 8B | BB | 0 | 1C | 4 | 18 | 134 | 1F | 41 |
| Octal | 302 | 213 | 273 | 0 | 34 | 4 | 30 | 464 | 37 | 101 |
| Binary | 11000010 | 10001011 | 10111011 | 0 | 11100 | 100 | 11000 | 100110100 | 11111 | 1000001 |
Color Harmonies of #C28BBB
Complementary color
Monochromatic Colors of #C28BBB
Black with #C28BBB
Text Example
Text Example
White with #C28BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BBB; }
p { color: rgb(194,139,187); }
H1.HeaderClassName
{
color: #C28BBB;
}
.AnyTagClassName
{
color: #C28BBB;
}
</style>
background-color css
<style>
a { background-color: #C28BBB; }
a { background-color: rgb(194,139,187); }
div.DivClassName
{
background-color: #C28BBB;
}
.BgClassName
{
background-color: #C28BBB;
}
</style>
border-color css
<style>
span { border-color: #C28BBB; }
span { border-color: rgb(194,139,187); }
td.TdClassName
{
border-color: #C28BBB;
}
.TagClassName
{
border-color: #C28BBB;
}
</style>