#C386BB

Color #C386BB London Hue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of London Hue #C386BB

Tints of London Hue #C386BB

Color information

#C386BB (or 0xC386BB) is unknown color: approx London Hue. HEX triplet: C3, 86 and BB. RGB value is (195,134,187). Sum of RGB (Red+Green+Blue) = 195+134+187=516 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.79% from 516); Green value is 134 (52.73% from 255 or 25.97% from 516); Blue value is 187 (73.44% from 255 or 36.24% from 516); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BB is #3C7944. Grayscale: #9E9E9E. Windows color (decimal): -3963205 or 12289731. OLE color: 12289731.

HSL color Cylindrical-coordinate representation of color #C386BB: hue angle of 307.87º 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 #C386BB is Cyan = 0, Magento = 0.31, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB195134187-
CMYK00.310.040.24
HSL307.87º33.7%64.51%-
HSV(B)307.87º31.28%76.47%-
XYZ4032.2451.13-
YUV158.28144.21154.19-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 195 (76.56% from 255) = 37.79%
GREEN value IS 134 (52.73% from 255) = 25.97%
BLUE value IS 187 (73.44% from 255) = 36.24%
R=37.79%
G=25.97%
B=36.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513418700.310.040.24307.8733.764.51
HexC386BB01F4181342241
Octal30320627303743046442101
Binary110000111000011010111011011111100110001001101001000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386BB; }

 p { color: rgb(195,134,187); }

 H1.HeaderClassName
 {
   color: #C386BB;
 }
 .AnyTagClassName
 {
   color: #C386BB;
 }
</style>
background-color css

<style>
 a { background-color: #C386BB; }

 a { background-color: rgb(195,134,187); }

 div.DivClassName
 {
   background-color: #C386BB;
 }
 .BgClassName
 {
   background-color: #C386BB;
 }
</style>
border-color css

<style>
 span { border-color: #C386BB; }

 span { border-color: rgb(195,134,187); }

 td.TdClassName
 {
   border-color: #C386BB;
 }
 .TagClassName
 {
   border-color: #C386BB;
 }
</style>