Shades of London Hue #C28EB8
Tints of London Hue #C28EB8
RGB
CMYK
RGB Variations
Color information
#C28EB8 (or 0xC28EB8) is known color: London Hue. HEX triplet: C2, 8E and B8. RGB value is (194,142,184). Sum of RGB (Red+Green+Blue) = 194+142+184=520 (68% of max value = 765). Red value is 194 (76.17% from 255 or 37.31% from 520); Green value is 142 (55.86% from 255 or 27.31% from 520); Blue value is 184 (72.27% from 255 or 35.38% from 520); Max value from RGB is 194 - color contains mainly: red. Hex color #C28EB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28EB8 is #3D7147. Grayscale: #A2A2A2. Windows color (decimal): -4026696 or 12095170. OLE color: 12095170.
HSL color Cylindrical-coordinate representation of color #C28EB8: hue angle of 311.54º degrees, saturation: 0.3, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C28EB8 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 142 | 184 | - |
| CMYK | 0 | 0.27 | 0.05 | 0.24 |
| HSL | 311.54º | 0.3% | 0.66% | - |
| HSV(B) | 311.54º | 0.27% | 0.76% | - |
| XYZ | 40.57 | 34.28 | 49.82 | - |
| YUV | 162.34 | 140.23 | 150.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 142 | 184 | 0 | 0.27 | 0.05 | 0.24 | 311.54 | 0.3 | 0.66 |
| Hex | C2 | 8E | B8 | 0 | 1B | 5 | 18 | 138 | 1E | 42 |
| Octal | 302 | 216 | 270 | 0 | 33 | 5 | 30 | 470 | 36 | 102 |
| Binary | 11000010 | 10001110 | 10111000 | 0 | 11011 | 101 | 11000 | 100111000 | 11110 | 1000010 |
Color Harmonies of #C28EB8
Complementary color
Monochromatic Colors of #C28EB8
Black with #C28EB8
Text Example
Text Example
White with #C28EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28EB8; }
p { color: rgb(194,142,184); }
H1.HeaderClassName
{
color: #C28EB8;
}
.AnyTagClassName
{
color: #C28EB8;
}
</style>
background-color css
<style>
a { background-color: #C28EB8; }
a { background-color: rgb(194,142,184); }
div.DivClassName
{
background-color: #C28EB8;
}
.BgClassName
{
background-color: #C28EB8;
}
</style>
border-color css
<style>
span { border-color: #C28EB8; }
span { border-color: rgb(194,142,184); }
td.TdClassName
{
border-color: #C28EB8;
}
.TagClassName
{
border-color: #C28EB8;
}
</style>