Shades of London Hue #C28FBA
Tints of London Hue #C28FBA
RGB
CMYK
RGB Variations
Color information
#C28FBA (or 0xC28FBA) is known color: London Hue. HEX triplet: C2, 8F and BA. RGB value is (194,143,186). Sum of RGB (Red+Green+Blue) = 194+143+186=523 (69% of max value = 765). Red value is 194 (76.17% from 255 or 37.09% from 523); Green value is 143 (56.25% from 255 or 27.34% from 523); Blue value is 186 (73.05% from 255 or 35.56% from 523); Max value from RGB is 194 - color contains mainly: red. Hex color #C28FBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C28FBA is #3D7045. Grayscale: #A3A3A3. Windows color (decimal): -4026438 or 12226498. OLE color: 12226498.
HSL color Cylindrical-coordinate representation of color #C28FBA: hue angle of 309.41º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C28FBA is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 143 | 186 | - |
| CMYK | 0 | 0.26 | 0.04 | 0.24 |
| HSL | 309.41º | 0.29% | 0.66% | - |
| HSV(B) | 309.41º | 0.26% | 0.76% | - |
| XYZ | 40.93 | 34.66 | 50.99 | - |
| YUV | 163.15 | 140.9 | 150 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 143 | 186 | 0 | 0.26 | 0.04 | 0.24 | 309.41 | 0.29 | 0.66 |
| Hex | C2 | 8F | BA | 0 | 1A | 4 | 18 | 135 | 1D | 42 |
| Octal | 302 | 217 | 272 | 0 | 32 | 4 | 30 | 465 | 35 | 102 |
| Binary | 11000010 | 10001111 | 10111010 | 0 | 11010 | 100 | 11000 | 100110101 | 11101 | 1000010 |
Color Harmonies of #C28FBA
Complementary color
Monochromatic Colors of #C28FBA
Black with #C28FBA
Text Example
Text Example
White with #C28FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C28FBA; }
p { color: rgb(194,143,186); }
H1.HeaderClassName
{
color: #C28FBA;
}
.AnyTagClassName
{
color: #C28FBA;
}
</style>
background-color css
<style>
a { background-color: #C28FBA; }
a { background-color: rgb(194,143,186); }
div.DivClassName
{
background-color: #C28FBA;
}
.BgClassName
{
background-color: #C28FBA;
}
</style>
border-color css
<style>
span { border-color: #C28FBA; }
span { border-color: rgb(194,143,186); }
td.TdClassName
{
border-color: #C28FBA;
}
.TagClassName
{
border-color: #C28FBA;
}
</style>