Shades of London Hue #C48BBA
Tints of London Hue #C48BBA
RGB
CMYK
RGB Variations
Color information
#C48BBA (or 0xC48BBA) is known color: London Hue. HEX triplet: C4, 8B and BA. RGB value is (196,139,186). Sum of RGB (Red+Green+Blue) = 196+139+186=521 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.62% from 521); Green value is 139 (54.69% from 255 or 26.68% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 196 - color contains mainly: red. Hex color #C48BBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48BBA is #3B7445. Grayscale: #A1A1A1. Windows color (decimal): -3896390 or 12225476. OLE color: 12225476.
HSL color Cylindrical-coordinate representation of color #C48BBA: hue angle of 310.53º degrees, saturation: 0.33, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C48BBA is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 139 | 186 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.23 |
| HSL | 310.53º | 0.33% | 0.66% | - |
| HSV(B) | 310.53º | 0.29% | 0.77% | - |
| XYZ | 40.86 | 33.75 | 50.81 | - |
| YUV | 161.4 | 141.88 | 152.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 139 | 186 | 0 | 0.29 | 0.05 | 0.23 | 310.53 | 0.33 | 0.66 |
| Hex | C4 | 8B | BA | 0 | 1D | 5 | 17 | 137 | 21 | 42 |
| Octal | 304 | 213 | 272 | 0 | 35 | 5 | 27 | 467 | 41 | 102 |
| Binary | 11000100 | 10001011 | 10111010 | 0 | 11101 | 101 | 10111 | 100110111 | 100001 | 1000010 |
Color Harmonies of #C48BBA
Complementary color
Monochromatic Colors of #C48BBA
Black with #C48BBA
Text Example
Text Example
White with #C48BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48BBA; }
p { color: rgb(196,139,186); }
H1.HeaderClassName
{
color: #C48BBA;
}
.AnyTagClassName
{
color: #C48BBA;
}
</style>
background-color css
<style>
a { background-color: #C48BBA; }
a { background-color: rgb(196,139,186); }
div.DivClassName
{
background-color: #C48BBA;
}
.BgClassName
{
background-color: #C48BBA;
}
</style>
border-color css
<style>
span { border-color: #C48BBA; }
span { border-color: rgb(196,139,186); }
td.TdClassName
{
border-color: #C48BBA;
}
.TagClassName
{
border-color: #C48BBA;
}
</style>