Shades of London Hue #C48DBB
Tints of London Hue #C48DBB
RGB
CMYK
RGB Variations
Color information
#C48DBB (or 0xC48DBB) is known color: London Hue. HEX triplet: C4, 8D and BB. RGB value is (196,141,187). Sum of RGB (Red+Green+Blue) = 196+141+187=524 (69% of max value = 765). Red value is 196 (76.95% from 255 or 37.40% from 524); Green value is 141 (55.47% from 255 or 26.91% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 196 - color contains mainly: red. Hex color #C48DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C48DBB is #3B7244. Grayscale: #A2A2A2. Windows color (decimal): -3895877 or 12291524. OLE color: 12291524.
HSL color Cylindrical-coordinate representation of color #C48DBB: hue angle of 309.82º degrees, saturation: 0.32, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C48DBB is Cyan = 0, Magento = 0.28, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 141 | 187 | - |
| CMYK | 0 | 0.28 | 0.05 | 0.23 |
| HSL | 309.82º | 0.32% | 0.66% | - |
| HSV(B) | 309.82º | 0.28% | 0.77% | - |
| XYZ | 41.26 | 34.37 | 51.47 | - |
| YUV | 162.69 | 141.72 | 151.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 141 | 187 | 0 | 0.28 | 0.05 | 0.23 | 309.82 | 0.32 | 0.66 |
| Hex | C4 | 8D | BB | 0 | 1C | 5 | 17 | 136 | 20 | 42 |
| Octal | 304 | 215 | 273 | 0 | 34 | 5 | 27 | 466 | 40 | 102 |
| Binary | 11000100 | 10001101 | 10111011 | 0 | 11100 | 101 | 10111 | 100110110 | 100000 | 1000010 |
Color Harmonies of #C48DBB
Complementary color
Monochromatic Colors of #C48DBB
Black with #C48DBB
Text Example
Text Example
White with #C48DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C48DBB; }
p { color: rgb(196,141,187); }
H1.HeaderClassName
{
color: #C48DBB;
}
.AnyTagClassName
{
color: #C48DBB;
}
</style>
background-color css
<style>
a { background-color: #C48DBB; }
a { background-color: rgb(196,141,187); }
div.DivClassName
{
background-color: #C48DBB;
}
.BgClassName
{
background-color: #C48DBB;
}
</style>
border-color css
<style>
span { border-color: #C48DBB; }
span { border-color: rgb(196,141,187); }
td.TdClassName
{
border-color: #C48DBB;
}
.TagClassName
{
border-color: #C48DBB;
}
</style>