Shades of London Hue #C47BB6
Tints of London Hue #C47BB6
RGB
CMYK
RGB Variations
Color information
#C47BB6 (or 0xC47BB6) is known color: London Hue. HEX triplet: C4, 7B and B6. RGB value is (196,123,182). Sum of RGB (Red+Green+Blue) = 196+123+182=501 (66% of max value = 765). Red value is 196 (76.95% from 255 or 39.12% from 501); Green value is 123 (48.44% from 255 or 24.55% from 501); Blue value is 182 (71.48% from 255 or 36.33% from 501); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BB6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BB6 is #3B8449. Grayscale: #979797. Windows color (decimal): -3900490 or 11959236. OLE color: 11959236.
HSL color Cylindrical-coordinate representation of color #C47BB6: hue angle of 311.51º 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 #C47BB6 is Cyan = 0, Magento = 0.37, Yellow = 0.07 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 182 | - |
| CMYK | 0 | 0.37 | 0.07 | 0.23 |
| HSL | 311.51º | 0.38% | 0.63% | - |
| HSV(B) | 311.51º | 0.37% | 0.77% | - |
| XYZ | 38.29 | 29.28 | 47.89 | - |
| YUV | 151.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 182 | 0 | 0.37 | 0.07 | 0.23 | 311.51 | 0.38 | 0.63 |
| Hex | C4 | 7B | B6 | 0 | 25 | 7 | 17 | 138 | 26 | 3F |
| Octal | 304 | 173 | 266 | 0 | 45 | 7 | 27 | 470 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10110110 | 0 | 100101 | 111 | 10111 | 100111000 | 100110 | 111111 |
Color Harmonies of #C47BB6
Complementary color
Monochromatic Colors of #C47BB6
Black with #C47BB6
Text Example
Text Example
White with #C47BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BB6; }
p { color: rgb(196,123,182); }
H1.HeaderClassName
{
color: #C47BB6;
}
.AnyTagClassName
{
color: #C47BB6;
}
</style>
background-color css
<style>
a { background-color: #C47BB6; }
a { background-color: rgb(196,123,182); }
div.DivClassName
{
background-color: #C47BB6;
}
.BgClassName
{
background-color: #C47BB6;
}
</style>
border-color css
<style>
span { border-color: #C47BB6; }
span { border-color: rgb(196,123,182); }
td.TdClassName
{
border-color: #C47BB6;
}
.TagClassName
{
border-color: #C47BB6;
}
</style>