Shades of London Hue #C28BB6
Tints of London Hue #C28BB6
RGB
CMYK
RGB Variations
Color information
#C28BB6 (or 0xC28BB6) is known color: London Hue. HEX triplet: C2, 8B and B6. RGB value is (194,139,182). Sum of RGB (Red+Green+Blue) = 194+139+182=515 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.67% from 515); Green value is 139 (54.69% from 255 or 26.99% from 515); Blue value is 182 (71.48% from 255 or 35.34% from 515); Max value from RGB is 194 - color contains mainly: red. Hex color #C28BB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28BB6 is #3D7449. Grayscale: #A0A0A0. Windows color (decimal): -4027466 or 11963330. OLE color: 11963330.
HSL color Cylindrical-coordinate representation of color #C28BB6: hue angle of 313.09º 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 #C28BB6 is Cyan = 0, Magento = 0.28, Yellow = 0.06 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 139 | 182 | - |
| CMYK | 0 | 0.28 | 0.06 | 0.24 |
| HSL | 313.09º | 0.31% | 0.65% | - |
| HSV(B) | 313.09º | 0.28% | 0.76% | - |
| XYZ | 39.92 | 33.31 | 48.58 | - |
| YUV | 160.35 | 140.22 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 139 | 182 | 0 | 0.28 | 0.06 | 0.24 | 313.09 | 0.31 | 0.65 |
| Hex | C2 | 8B | B6 | 0 | 1C | 6 | 18 | 139 | 1F | 41 |
| Octal | 302 | 213 | 266 | 0 | 34 | 6 | 30 | 471 | 37 | 101 |
| Binary | 11000010 | 10001011 | 10110110 | 0 | 11100 | 110 | 11000 | 100111001 | 11111 | 1000001 |
Color Harmonies of #C28BB6
Complementary color
Monochromatic Colors of #C28BB6
Black with #C28BB6
Text Example
Text Example
White with #C28BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28BB6; }
p { color: rgb(194,139,182); }
H1.HeaderClassName
{
color: #C28BB6;
}
.AnyTagClassName
{
color: #C28BB6;
}
</style>
background-color css
<style>
a { background-color: #C28BB6; }
a { background-color: rgb(194,139,182); }
div.DivClassName
{
background-color: #C28BB6;
}
.BgClassName
{
background-color: #C28BB6;
}
</style>
border-color css
<style>
span { border-color: #C28BB6; }
span { border-color: rgb(194,139,182); }
td.TdClassName
{
border-color: #C28BB6;
}
.TagClassName
{
border-color: #C28BB6;
}
</style>