Shades of London Hue #C385BC
Tints of London Hue #C385BC
RGB
CMYK
RGB Variations
Color information
#C385BC (or 0xC385BC) is known color: London Hue. HEX triplet: C3, 85 and BC. RGB value is (195,133,188). Sum of RGB (Red+Green+Blue) = 195+133+188=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 133 (52.34% from 255 or 25.78% from 516); Blue value is 188 (73.83% from 255 or 36.43% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C385BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C385BC is #3C7A43. Grayscale: #9D9D9D. Windows color (decimal): -3963460 or 12355011. OLE color: 12355011.
HSL color Cylindrical-coordinate representation of color #C385BC: hue angle of 306.77º degrees, saturation: 0.34, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #C385BC is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 133 | 188 | - |
| CMYK | 0 | 0.32 | 0.04 | 0.24 |
| HSL | 306.77º | 0.34% | 0.64% | - |
| HSV(B) | 306.77º | 0.32% | 0.76% | - |
| XYZ | 39.97 | 32.01 | 51.65 | - |
| YUV | 157.81 | 145.04 | 154.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 133 | 188 | 0 | 0.32 | 0.04 | 0.24 | 306.77 | 0.34 | 0.64 |
| Hex | C3 | 85 | BC | 0 | 20 | 4 | 18 | 133 | 22 | 40 |
| Octal | 303 | 205 | 274 | 0 | 40 | 4 | 30 | 463 | 42 | 100 |
| Binary | 11000011 | 10000101 | 10111100 | 0 | 100000 | 100 | 11000 | 100110011 | 100010 | 1000000 |
Color Harmonies of #C385BC
Complementary color
Monochromatic Colors of #C385BC
Black with #C385BC
Text Example
Text Example
White with #C385BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C385BC; }
p { color: rgb(195,133,188); }
H1.HeaderClassName
{
color: #C385BC;
}
.AnyTagClassName
{
color: #C385BC;
}
</style>
background-color css
<style>
a { background-color: #C385BC; }
a { background-color: rgb(195,133,188); }
div.DivClassName
{
background-color: #C385BC;
}
.BgClassName
{
background-color: #C385BC;
}
</style>
border-color css
<style>
span { border-color: #C385BC; }
span { border-color: rgb(195,133,188); }
td.TdClassName
{
border-color: #C385BC;
}
.TagClassName
{
border-color: #C385BC;
}
</style>