Shades of London Hue #C28CBB
Tints of London Hue #C28CBB
RGB
CMYK
RGB Variations
Color information
#C28CBB (or 0xC28CBB) is known color: London Hue. HEX triplet: C2, 8C and BB. RGB value is (194,140,187). Sum of RGB (Red+Green+Blue) = 194+140+187=521 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.24% from 521); Green value is 140 (55.08% from 255 or 26.87% from 521); Blue value is 187 (73.44% from 255 or 35.89% from 521); Max value from RGB is 194 - color contains mainly: red. Hex color #C28CBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28CBB is #3D7344. Grayscale: #A1A1A1. Windows color (decimal): -4027205 or 12291266. OLE color: 12291266.
HSL color Cylindrical-coordinate representation of color #C28CBB: hue angle of 307.78º 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 #C28CBB is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 140 | 187 | - |
| CMYK | 0 | 0.28 | 0.04 | 0.24 |
| HSL | 307.78º | 0.31% | 0.65% | - |
| HSV(B) | 307.78º | 0.28% | 0.76% | - |
| XYZ | 40.6 | 33.81 | 51.4 | - |
| YUV | 161.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 140 | 187 | 0 | 0.28 | 0.04 | 0.24 | 307.78 | 0.31 | 0.65 |
| Hex | C2 | 8C | BB | 0 | 1C | 4 | 18 | 134 | 1F | 41 |
| Octal | 302 | 214 | 273 | 0 | 34 | 4 | 30 | 464 | 37 | 101 |
| Binary | 11000010 | 10001100 | 10111011 | 0 | 11100 | 100 | 11000 | 100110100 | 11111 | 1000001 |
Color Harmonies of #C28CBB
Complementary color
Monochromatic Colors of #C28CBB
Black with #C28CBB
Text Example
Text Example
White with #C28CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28CBB; }
p { color: rgb(194,140,187); }
H1.HeaderClassName
{
color: #C28CBB;
}
.AnyTagClassName
{
color: #C28CBB;
}
</style>
background-color css
<style>
a { background-color: #C28CBB; }
a { background-color: rgb(194,140,187); }
div.DivClassName
{
background-color: #C28CBB;
}
.BgClassName
{
background-color: #C28CBB;
}
</style>
border-color css
<style>
span { border-color: #C28CBB; }
span { border-color: rgb(194,140,187); }
td.TdClassName
{
border-color: #C28CBB;
}
.TagClassName
{
border-color: #C28CBB;
}
</style>