Shades of London Hue #C47BB8
Tints of London Hue #C47BB8
RGB
CMYK
RGB Variations
Color information
#C47BB8 (or 0xC47BB8) is known color: London Hue. HEX triplet: C4, 7B and B8. RGB value is (196,123,184). Sum of RGB (Red+Green+Blue) = 196+123+184=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 184 (72.27% from 255 or 36.58% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C47BB8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C47BB8 is #3B8447. Grayscale: #979797. Windows color (decimal): -3900488 or 12090308. OLE color: 12090308.
HSL color Cylindrical-coordinate representation of color #C47BB8: hue angle of 309.86º 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 #C47BB8 is Cyan = 0, Magento = 0.37, Yellow = 0.06 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 123 | 184 | - |
| CMYK | 0 | 0.37 | 0.06 | 0.23 |
| HSL | 309.86º | 0.38% | 0.63% | - |
| HSV(B) | 309.86º | 0.37% | 0.77% | - |
| XYZ | 38.5 | 29.36 | 48.99 | - |
| YUV | 151.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 123 | 184 | 0 | 0.37 | 0.06 | 0.23 | 309.86 | 0.38 | 0.63 |
| Hex | C4 | 7B | B8 | 0 | 25 | 6 | 17 | 136 | 26 | 3F |
| Octal | 304 | 173 | 270 | 0 | 45 | 6 | 27 | 466 | 46 | 77 |
| Binary | 11000100 | 1111011 | 10111000 | 0 | 100101 | 110 | 10111 | 100110110 | 100110 | 111111 |
Color Harmonies of #C47BB8
Complementary color
Monochromatic Colors of #C47BB8
Black with #C47BB8
Text Example
Text Example
White with #C47BB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47BB8; }
p { color: rgb(196,123,184); }
H1.HeaderClassName
{
color: #C47BB8;
}
.AnyTagClassName
{
color: #C47BB8;
}
</style>
background-color css
<style>
a { background-color: #C47BB8; }
a { background-color: rgb(196,123,184); }
div.DivClassName
{
background-color: #C47BB8;
}
.BgClassName
{
background-color: #C47BB8;
}
</style>
border-color css
<style>
span { border-color: #C47BB8; }
span { border-color: rgb(196,123,184); }
td.TdClassName
{
border-color: #C47BB8;
}
.TagClassName
{
border-color: #C47BB8;
}
</style>