#C386BA

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

Shades of London Hue #C386BA

Tints of London Hue #C386BA

Color information

#C386BA (or 0xC386BA) is unknown color: approx London Hue. HEX triplet: C3, 86 and BA. RGB value is (195,134,186). Sum of RGB (Red+Green+Blue) = 195+134+186=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 134 (52.73% from 255 or 26.02% from 515); Blue value is 186 (73.05% from 255 or 36.12% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BA is #3C7945. Grayscale: #9E9E9E. Windows color (decimal): -3963206 or 12224195. OLE color: 12224195.

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

Color convert

RGB195134186-
CMYK00.310.050.24
HSL308.85º33.7%64.51%-
HSV(B)308.85º31.28%76.47%-
XYZ39.8932.250.57-
YUV158.17143.71154.27-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.86%
GREEN value IS 134 (52.73% from 255) = 26.02%
BLUE value IS 186 (73.05% from 255) = 36.12%
R=37.86%
G=26.02%
B=36.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19513418600.310.050.24308.8533.764.51
HexC386BA01F5181352241
Octal30320627203753046542101
Binary110000111000011010111010011111101110001001101011000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386BA; }

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

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

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

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

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

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

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

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