#C386BC

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

Shades of London Hue #C386BC

Tints of London Hue #C386BC

Color information

#C386BC (or 0xC386BC) is unknown color: approx London Hue. HEX triplet: C3, 86 and BC. RGB value is (195,134,188). Sum of RGB (Red+Green+Blue) = 195+134+188=517 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.72% from 517); Green value is 134 (52.73% from 255 or 25.92% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 195 - color contains mainly: red. Hex color #C386BC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C386BC is #3C7943. Grayscale: #9E9E9E. Windows color (decimal): -3963204 or 12355267. OLE color: 12355267.

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

Color convert

RGB195134188-
CMYK00.310.040.24
HSL306.89º33.7%64.51%-
HSV(B)306.89º31.28%76.47%-
XYZ40.1132.2851.69-
YUV158.39144.71154.11-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 37.72%
GREEN value IS 134 (52.73% from 255) = 25.92%
BLUE value IS 188 (73.83% from 255) = 36.36%
R=37.72%
G=25.92%
B=36.36%

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
Decimal19513418800.310.040.24306.8933.764.51
HexC386BC01F4181332241
Octal30320627403743046342101
Binary110000111000011010111100011111100110001001100111000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C386BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C386BC; }

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

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

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

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

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

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

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

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