Shades of London Hue #C47CBB
Tints of London Hue #C47CBB
RGB
CMYK
RGB Variations
Color information
#C47CBB (or 0xC47CBB) is known color: London Hue. HEX triplet: C4, 7C and BB. RGB value is (196,124,187). Sum of RGB (Red+Green+Blue) = 196+124+187=507 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.66% from 507); Green value is 124 (48.83% from 255 or 24.46% from 507); Blue value is 187 (73.44% from 255 or 36.88% from 507); Max value from RGB is 196 - color contains mainly: red. Hex color #C47CBB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47CBB is #3B8344. Grayscale: #989898. Windows color (decimal): -3900229 or 12287172. OLE color: 12287172.
HSL color Cylindrical-coordinate representation of color #C47CBB: hue angle of 307.5º degrees, saturation: 0.38, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C47CBB is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 124 | 187 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.23 |
| HSL | 307.5º | 0.38% | 0.63% | - |
| HSV(B) | 307.5º | 0.37% | 0.77% | - |
| XYZ | 38.94 | 29.74 | 50.7 | - |
| YUV | 152.71 | 147.35 | 158.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 124 | 187 | 0 | 0.37 | 0.05 | 0.23 | 307.5 | 0.38 | 0.63 |
| Hex | C4 | 7C | BB | 0 | 25 | 5 | 17 | 134 | 26 | 3F |
| Octal | 304 | 174 | 273 | 0 | 45 | 5 | 27 | 464 | 46 | 77 |
| Binary | 11000100 | 1111100 | 10111011 | 0 | 100101 | 101 | 10111 | 100110100 | 100110 | 111111 |
Color Harmonies of #C47CBB
Complementary color
Monochromatic Colors of #C47CBB
Black with #C47CBB
Text Example
Text Example
White with #C47CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47CBB; }
p { color: rgb(196,124,187); }
H1.HeaderClassName
{
color: #C47CBB;
}
.AnyTagClassName
{
color: #C47CBB;
}
</style>
background-color css
<style>
a { background-color: #C47CBB; }
a { background-color: rgb(196,124,187); }
div.DivClassName
{
background-color: #C47CBB;
}
.BgClassName
{
background-color: #C47CBB;
}
</style>
border-color css
<style>
span { border-color: #C47CBB; }
span { border-color: rgb(196,124,187); }
td.TdClassName
{
border-color: #C47CBB;
}
.TagClassName
{
border-color: #C47CBB;
}
</style>