Shades of London Hue #C386B6
Tints of London Hue #C386B6
RGB
CMYK
RGB Variations
Color information
#C386B6 (or 0xC386B6) is known color: London Hue. HEX triplet: C3, 86 and B6. RGB value is (195,134,182). Sum of RGB (Red+Green+Blue) = 195+134+182=511 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.16% from 511); Green value is 134 (52.73% from 255 or 26.22% from 511); Blue value is 182 (71.48% from 255 or 35.62% from 511); Max value from RGB is 195 - color contains mainly: red. Hex color #C386B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386B6 is #3C7949. Grayscale: #9D9D9D. Windows color (decimal): -3963210 or 11962051. OLE color: 11962051.
HSL color Cylindrical-coordinate representation of color #C386B6: hue angle of 312.79º 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 #C386B6 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 134 | 182 | - |
| CMYK | 0 | 0.31 | 0.07 | 0.24 |
| HSL | 312.79º | 0.34% | 0.65% | - |
| HSV(B) | 312.79º | 0.31% | 0.76% | - |
| XYZ | 39.47 | 32.03 | 48.36 | - |
| YUV | 157.71 | 141.71 | 154.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 134 | 182 | 0 | 0.31 | 0.07 | 0.24 | 312.79 | 0.34 | 0.65 |
| Hex | C3 | 86 | B6 | 0 | 1F | 7 | 18 | 139 | 22 | 41 |
| Octal | 303 | 206 | 266 | 0 | 37 | 7 | 30 | 471 | 42 | 101 |
| Binary | 11000011 | 10000110 | 10110110 | 0 | 11111 | 111 | 11000 | 100111001 | 100010 | 1000001 |
Color Harmonies of #C386B6
Complementary color
Monochromatic Colors of #C386B6
Black with #C386B6
Text Example
Text Example
White with #C386B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C386B6; }
p { color: rgb(195,134,182); }
H1.HeaderClassName
{
color: #C386B6;
}
.AnyTagClassName
{
color: #C386B6;
}
</style>
background-color css
<style>
a { background-color: #C386B6; }
a { background-color: rgb(195,134,182); }
div.DivClassName
{
background-color: #C386B6;
}
.BgClassName
{
background-color: #C386B6;
}
</style>
border-color css
<style>
span { border-color: #C386B6; }
span { border-color: rgb(195,134,182); }
td.TdClassName
{
border-color: #C386B6;
}
.TagClassName
{
border-color: #C386B6;
}
</style>