Shades of London Hue #C785BC
Tints of London Hue #C785BC
RGB
CMYK
RGB Variations
Color information
#C785BC (or 0xC785BC) is known color: London Hue. HEX triplet: C7, 85 and BC. RGB value is (199,133,188). Sum of RGB (Red+Green+Blue) = 199+133+188=520 (68% of max value = 765). Red value is 199 (78.12% from 255 or 38.27% from 520); Green value is 133 (52.34% from 255 or 25.58% from 520); Blue value is 188 (73.83% from 255 or 36.15% from 520); Max value from RGB is 199 - color contains mainly: red. Hex color #C785BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C785BC is #387A43. Grayscale: #9E9E9E. Windows color (decimal): -3701316 or 12355015. OLE color: 12355015.
HSL color Cylindrical-coordinate representation of color #C785BC: hue angle of 310º degrees, saturation: 0.37, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C785BC is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 133 | 188 | - |
| CMYK | 0 | 0.33 | 0.06 | 0.22 |
| HSL | 310º | 0.37% | 0.65% | - |
| HSV(B) | 310º | 0.33% | 0.78% | - |
| XYZ | 41.02 | 32.55 | 51.7 | - |
| YUV | 159 | 144.37 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 188 | 0 | 0.33 | 0.06 | 0.22 | 310 | 0.37 | 0.65 |
| Hex | C7 | 85 | BC | 0 | 21 | 6 | 16 | 136 | 25 | 41 |
| Octal | 307 | 205 | 274 | 0 | 41 | 6 | 26 | 466 | 45 | 101 |
| Binary | 11000111 | 10000101 | 10111100 | 0 | 100001 | 110 | 10110 | 100110110 | 100101 | 1000001 |
Color Harmonies of #C785BC
Complementary color
Monochromatic Colors of #C785BC
Black with #C785BC
Text Example
Text Example
White with #C785BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785BC; }
p { color: rgb(199,133,188); }
H1.HeaderClassName
{
color: #C785BC;
}
.AnyTagClassName
{
color: #C785BC;
}
</style>
background-color css
<style>
a { background-color: #C785BC; }
a { background-color: rgb(199,133,188); }
div.DivClassName
{
background-color: #C785BC;
}
.BgClassName
{
background-color: #C785BC;
}
</style>
border-color css
<style>
span { border-color: #C785BC; }
span { border-color: rgb(199,133,188); }
td.TdClassName
{
border-color: #C785BC;
}
.TagClassName
{
border-color: #C785BC;
}
</style>