Shades of London Hue #C386B5
Tints of London Hue #C386B5
RGB
CMYK
RGB Variations
Color information
#C386B5 (or 0xC386B5) is known color: London Hue. HEX triplet: C3, 86 and B5. RGB value is (195,134,181). Sum of RGB (Red+Green+Blue) = 195+134+181=510 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.24% from 510); Green value is 134 (52.73% from 255 or 26.27% from 510); Blue value is 181 (71.09% from 255 or 35.49% from 510); Max value from RGB is 195 - color contains mainly: red. Hex color #C386B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386B5 is #3C794A. Grayscale: #9D9D9D. Windows color (decimal): -3963211 or 11896515. OLE color: 11896515.
HSL color Cylindrical-coordinate representation of color #C386B5: hue angle of 313.77º degrees, saturation: 0.34, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C386B5 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 181 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.24 |
| HSL | 313.77º | 0.34% | 0.65% | - |
| HSV(B) | 313.77º | 0.31% | 0.76% | - |
| XYZ | 39.37 | 31.99 | 47.82 | - |
| YUV | 157.6 | 141.21 | 154.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 181 | 0 | 0.31 | 0.07 | 0.24 | 313.77 | 0.34 | 0.65 |
| Hex | C3 | 86 | B5 | 0 | 1F | 7 | 18 | 13A | 22 | 41 |
| Octal | 303 | 206 | 265 | 0 | 37 | 7 | 30 | 472 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10110101 | 0 | 11111 | 111 | 11000 | 100111010 | 100010 | 1000001 |
Color Harmonies of #C386B5
Complementary color
Monochromatic Colors of #C386B5
Black with #C386B5
Text Example
Text Example
White with #C386B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386B5; }
p { color: rgb(195,134,181); }
H1.HeaderClassName
{
color: #C386B5;
}
.AnyTagClassName
{
color: #C386B5;
}
</style>
background-color css
<style>
a { background-color: #C386B5; }
a { background-color: rgb(195,134,181); }
div.DivClassName
{
background-color: #C386B5;
}
.BgClassName
{
background-color: #C386B5;
}
</style>
border-color css
<style>
span { border-color: #C386B5; }
span { border-color: rgb(195,134,181); }
td.TdClassName
{
border-color: #C386B5;
}
.TagClassName
{
border-color: #C386B5;
}
</style>